フィルターのクリア

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 Center および File ExchangeImage 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