Acquisition and preprocessing image.

I have a image with a black line.
I want to preprocessing the image, to be able to get direction of the black line. How can i do that and what steps i need to follow?
Thanks

 採用された回答

Walter Roberson
Walter Roberson 2017 年 11 月 23 日

0 投票

im2bw, then take the logical not of the bw image. regionprops asking for the Orientation property.
In theory you should also be able to use hough() transform. However, I do not know how to interpret the output of hough()

その他の回答 (0 件)

製品

質問済み:

2017 年 11 月 23 日

回答済み:

2017 年 11 月 23 日

Community Treasure Hunt

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

Start Hunting!

Translated by