How can I mount line on image so that computer can track it?

1 回表示 (過去 30 日間)
hyong suk choo
hyong suk choo 2017 年 1 月 25 日
コメント済み: hyong suk choo 2017 年 1 月 31 日
angle measurment
I tracked this tutorial and faced problem.
In my case, image I want to analyze has unstable horizontal boundary.
That makes computer hard to track horizontal boundary and data gone inexact.
So I drew line on image and let the computer track boundary but computer couldnt.
How can I make straight line that computer can track?
  4 件のコメント
Walter Roberson
Walter Roberson 2017 年 1 月 31 日
Using line() draws on the screen; it does not change what is stored in the variable img .
If you have the Computer Vision toolbox you can use https://www.mathworks.com/help/vision/ref/vision.shapeinserter-class.html
hyong suk choo
hyong suk choo 2017 年 1 月 31 日
Thank you! I will try it!

サインインしてコメントする。

採用された回答

Tohru Kikawada
Tohru Kikawada 2017 年 1 月 27 日
Try to detect lines with houghlines as follows:
It could be applied for imbalanced boundary images.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeComputer Vision with Simulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by