How to rotate a line about center point??
Mostrar comentarios más antiguos
I have an image i want to rotate line between two point by center point .
1 comentario
Image Analyst
el 22 de Oct. de 2014
It's not clear to me. Post an image (screenshot) showing the image, the "center point" and the line. Then explain if you just want to "rotate line" (rotate the line itself and not the image) like you said, or if you want to rotate the image . And what does "between two point" mean? Do you mean a line segment where the line is defined just as going between one point and another point rather than off to infinity in both directions? And that line rotates around the "center point"? And is that "center point" the center point of the whole image, or the center point of the line segment?
Respuesta aceptada
Más respuestas (2)
michael scheinfeild
el 20 de Oct. de 2014
0 votos
use imrotate or calculate the affine transform
1 comentario
Heera Bhadrecha
el 21 de Oct. de 2014
Heera Bhadrecha
el 21 de Oct. de 2014
0 votos
1 comentario
Mohammad Abouali
el 22 de Oct. de 2014
Editada: Mohammad Abouali
el 22 de Oct. de 2014
use dot (inner) product
Categorías
Más información sobre Geometric Transformation and Image Registration en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!