How to find white line in image using matlab?

2 次查看(过去 30 天)
I want to detect the horizontal white line in the image (inside the circle) so which commands and program to use?
img.jpg

回答(1 个)

Image Analyst
Image Analyst 2019-1-21
Try adapthisteq() and then imbinarize().
  4 个评论
Lakshay Gopalka
Lakshay Gopalka 2019-2-18
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 2019-2-18
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.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Image Segmentation and Analysis 的更多信息

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by