Quantcast
Channel: MATLAB Central Newsreader - tag:"centerline"
Browsing latest articles
Browse All 15 View Live

Re: Polyline offset

for those interested in offset lines, I found some code that seems to work function [X,Y]=LineOffset(x,y,width) OFFSET=width/2; XX0=[x(1)-diff(x(1:2)) x x(end)+diff(x(end-1:end))];...

View Article



Re: Polyline offset

"jason " <mcmains.1@osu.edu> wrote in message <gabct5$a7u$1@fred.mathworks.com>...> please post if you can figure out any improvements to this code. % -------------------------- function...

View Article

Re: Polyline offset

thanks alot adam, this works great for what I'm doing, and its a big improvement over what I had. Jason

View Article

xPC target for electric motor control

I am trying to use xPC Target as a rapid control prototyping solution for electric motor control. Specifically I am trying to use NI hardware for PWM generation, analog inputs, and reading an...

View Article

Edges from centerline

Dear all, I'm trying to write an algorithm that computes the edges of a vessel starting from its centerline. This is the problem: I have a binary image that represents a complex vessel structure. With...

View Article


Re: Edges from centerline

I guess you need to march along the vessel fitting its coordinates to a line or quadratic or something - use polyfit. Then calculate the slope at the point you're on and get the perpendicular slope...

View Article

Re: Edges from centerline

ImageAnalyst <imageanalyst@mailinator.com> wrote in message <c79392c8-b627-445a-8ca5-a77b998dde60@m13g2000yqi.googlegroups.com>...> I guess you need to march along the vessel fitting its...

View Article

Re: Edges from centerline

On Apr 30, 12:43 pm, "Alfonso " <alfonso0...@hotmail.it> wrote:> I had your same idea 2 days ago, but I'm not able to implement it in Matlab.> Can you give me a piece of code to do that,...

View Article


Re: Edges from centerline

ImageAnalyst <imageanalyst@mailinator.com> wrote in message <02ea58ed-9ce6-4863-80fe-8214281ed4d6@f37g2000yqc.googlegroups.com>...> On Apr 30, 12:43 pm, "Alfonso "...

View Article


Re: Edges from centerline

Hi again, thank you for the previous code that you sent me last time. It was very helpful. But I ask you one last thing: can you please send me the code of the function FlipLineIfNecessary ? Because...

View Article

Re: Edges from centerline

On May 13, 1:43 pm, "Alfonso " <alfonso0...@hotmail.it> wrote:> Hi again,>> thank you for the previous code that you sent me last time. It was very helpful.> But I ask you one last...

View Article

Re: Edges from centerline

Thank you again, Alfonso

View Article

very good code?thank you?

"jason " <mcmains.1@osu.edu> wrote in message <gabct5$a7u$1@fred.mathworks.com>...> for those interested in offset lines, I found some code that seems to work> > function...

View Article


Re: Edges from centerline

Hey, i'm doing this exact same thing. i have found the centerline of the vessels using bwmorph and have eliminated crossovers and branches of the vessels. now the vessels are separated in thinned image...

View Article

Re: very good code?thank you?

"shan" wrote in message <lur0jb$7m$1@newscl01ah.mathworks.com>...> "jason " <mcmains.1@osu.edu> wrote in message <gabct5$a7u$1@fred.mathworks.com>...> > for those interested...

View Article

Browsing latest articles
Browse All 15 View Live




Latest Images