How to find white line in image using matlab?

2 views (last 30 days)
I want to detect the horizontal white line in the image (inside the circle) so which commands and program to use?
img.jpg

Answers (1)

Image Analyst
Image Analyst on 21 Jan 2019
Try adapthisteq() and then imbinarize().
  4 Comments
Lakshay Gopalka
Lakshay Gopalka on 18 Feb 2019
I tried using Image Segmentation tutorial but somehow, I was unable to find the desired result so can you offer any help?
Can it be done using Hough Transform to fing the longest line then somehow create a box for that line?
Thank you.
Image Analyst
Image Analyst on 18 Feb 2019
Give it a try. Follow the examples and adapt as needed. Obviously I don't have the code already, and would have to do the same thing you will need to do.

Sign in to comment.

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!