How to detect target in grayscale image?

조회 수: 6 (최근 30일)
Hide
Hide 2020년 12월 13일
댓글: Hide 2020년 12월 13일
Hello
I'm working on image-processing by MATLAB with image-processing toolbox.
What I would like to do is "Detect line mark" on grayscale image, but it is not easy for me.
Because the intensity of each pixel of mark is not stable. For example, the value of a pixel is around 70 and another is near maximum vaule(255).
So, I cannot detect all pixcel just by using threshold. (ex. more than 200)
I already implemented "imadjust" to improve histgram, however, it was not enough.
Could you give me some advice to detect all or almost all of pixels as a part of mark, that is, as white part after an image was conveted to binary image?
Thank you very much for your hep in advance.
  댓글 수: 2
KALYAN ACHARJYA
KALYAN ACHARJYA 2020년 12월 13일
Please attach the sample image.
Hide
Hide 2020년 12월 13일
Hello
Thank you very much for your quick reseponse.
However, I'm sorry I cannot share it because it is confidential one.
Is it possible to give me some advice to detect target?
I will attach one slide which explains my image.

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2020년 12월 13일
Since you won't share your image, all I can do is to refer you to my Image Segmentation Tutorial:
  댓글 수: 1
Hide
Hide 2020년 12월 13일
Hello
I'm sorry about that.
Thank you for sharing this link. I will search something available for my treatment.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by