matlab help required for image

1 view (last 30 days)
In this image there is a laser strip. I want to detect it sharply like a single line drawn. So, please give me a code.
  2 Comments
José-Luis
José-Luis on 12 Oct 2012
Edited: José-Luis on 12 Oct 2012
This forum is not intended for other people to do your work. It is intended to help you understand Matlab, and help you with Matlab problems. What have you done so far?
Lalit Patil
Lalit Patil on 12 Oct 2012
I am relly sorry for this kind of language... Actually i have to develope a 3D and I have written a matlab code but it detects all the values of maximum pixel intensity and plots it.. so there is a spreading using scatter3 command... So, i just want to know is it possible to get sharp strip and which method can be applied, like fft or LMS etc.or any logic.?

Sign in to comment.

Accepted Answer

Image Analyst
Image Analyst on 12 Oct 2012
Convert to grayscale, threshold, call bwmorph() to skeletonize.
  1 Comment
Lalit Patil
Lalit Patil on 12 Oct 2012
Thank you very very much sir... I get it solved....

Sign in to comment.

More Answers (0)

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!