how to align the line detected to the middle of the image

2 vues (au cours des 30 derniers jours)
PEIYU LIM
PEIYU LIM le 20 Avr 2019
Commenté : PEIYU LIM le 22 Avr 2019
The two transmission line is detected and then how can I align that two blue lines to the middle of the image which are symmetrically

Réponse acceptée

Image Analyst
Image Analyst le 20 Avr 2019
Presumably you know the angle if the line(s) since you plotted them over the grayscale image. So use imrotate() to rotate it, then use imtranslate() to shift it.
  3 commentaires
Image Analyst
Image Analyst le 21 Avr 2019
Yes, though after it's been rotated, it might be a little tricky to figure out how much to translate it. I don't have any code for that, so give it a try and attach your script if you can't figure it out.
PEIYU LIM
PEIYU LIM le 22 Avr 2019
Because I have a series of image which is slightly changed about the alignment.
So I'm finding the solution that can auto align the line to the middle and straight after the line has been detected.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by