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

1 vue (au cours des 30 derniers jours)
hyong suk choo
hyong suk choo le 25 Jan 2017
Commenté : hyong suk choo le 31 Jan 2017
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 commentaires
Walter Roberson
Walter Roberson le 31 Jan 2017
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 le 31 Jan 2017
Thank you! I will try it!

Connectez-vous pour commenter.

Réponse acceptée

Tohru Kikawada
Tohru Kikawada le 27 Jan 2017
Try to detect lines with houghlines as follows:
It could be applied for imbalanced boundary images.

Plus de réponses (0)

Catégories

En savoir plus sur Computer Vision with Simulink dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by