In managed directX is a methode which rotates a matrix around an definied axis. You can also define the rotation angle.
Matrix.RotateAxis(Axis, Angle)
Now my question is: How can I rebuild this functionality in OpenCV?
In managed directX is a methode which rotates a matrix around an definied axis. You can also define the rotation angle.
Matrix.RotateAxis(Axis, Angle)
Now my question is: How can I rebuild this functionality in OpenCV?