How to create automatic projective transformation with regards to camera position
Afficher commentaires plus anciens
I have a camera mounted on a robot laying up some materials. During the course the robot head varies in position which is automatically calculated. Since the camera is placed in a certain angle, projective transformation must be performed on the acquired images to analyse them. Is there a way/function in matlab to automatically correlate between camera position and image transformation matrix.
Réponses (1)
Sebastian Castro
le 12 Avr 2017
Modifié(e) : Sebastian Castro
le 12 Avr 2017
0 votes
Yes, you can use the imtransform function for 2D or 3D rotation and translation... else there are also ways to do projective transforms. I'd take a look at this link for starters.
1 commentaire
Arvind Sivasubramanian
le 26 Juin 2017
Catégories
En savoir plus sur Robotics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!