필터 지우기
필터 지우기

How to find white line in image using matlab?

조회 수: 3 (최근 30일)
Lakshay Gopalka
Lakshay Gopalka 2019년 1월 21일
댓글: Image Analyst 2019년 2월 18일
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