OpenCV Setup on Linux
Since the program uses OpenCV, if it is not already setup on your machine, you can run the following command on a Debian based Linux machine to install it.$ sudo apt update && apt install libopencv-dev
C++ Example for 6 DoF Image Rotation
The program can be found at the following link.https://github.com/yan9a/cecv/blob/master/imrotate6dof/imRotate6DoF.cpp
The image used in the program is available at:
https://github.com/yan9a/cecv/blob/master/DisplayImage/thiri.jpg
The output of the program is shown below.
No comments:
Post a Comment
Comments are moderated and don't be surprised if your comment does not appear promptly.