Change 0,0 image point [closed]
Is it possible to change the 0,0 image point? I know it is located at the top left corner of the image and because of the fact that the axes continue with positive values downwards it makes it a little hard for me to perform some operations on the image points.
Thank you very much!
What kind of problems do you have?
I am basically trying to calculate the camera translation vector (magnitude and direction) by matching SURF points between two images. The problem I have is when I try to calculate the vector angle by using the arctangent.
In this case, you have some bugs in your code and changing the image coordinate system is the wrong tool.
You can find the code here
Please rather add the code to the question (copy) so that the question is still readable after the pastebin expires.
It exceeds the character limit.
...to the question, not to a comment.