OpenCVForUnity icon indicating copy to clipboard operation
OpenCVForUnity copied to clipboard

Why is z-axis flipped

Open chrisse27 opened this issue 6 years ago • 0 comments

To convert from openCV's right handed CS to Unity's left handed CS it should only require a flip of the y-axis. Why does the ArUco Example also flip the z-axis?

https://github.com/EnoxSoftware/OpenCVForUnity/blob/94117249184a9f2b8a6ceb68ac5df22a40dca849/Assets/OpenCVForUnity/Examples/ContribModules/aruco/ArUcoExample/ArUcoExample.cs#L251

chrisse27 avatar Feb 13 '19 17:02 chrisse27