How can I mount line on image so that computer can track it?
1 次查看(过去 30 天)
显示 更早的评论
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
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
采纳的回答
Tohru Kikawada
2017-1-27
Try to detect lines with houghlines as follows:
It could be applied for imbalanced boundary images.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Computer Vision with Simulink 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!