04-28-2020 09:30 AM
Hello,I have a question in IMAQ
How to use labview to find the angle of camera in the world coordinate
I want to know is labview can do this like Opencv
If everyone have any information or example I will very appreciate with it
Thanks
04-28-2020 08:59 PM
A camera does not (usually) a 6-degree-of-freedom accelerometer. Thus it as no direct way of knowing how it is moving. In principle, you could analyze multiple images acquired while the camera (or the subject) was moving, and figure out a (3D-to-2D) translation/rotation that transforms one image into another. You'll need good images and an understanding of image transformations. It is a challenging task ...
Bob Schor