iOS revert camera projection

Coordinate systems’ correspondence Take into consideration that Vision/CoreML coordinate system doesn’t correspond to ARKit/SceneKit coordinate system. For details look at this post. Rotation’s direction I suppose the problem is not in matrix. It’s in vertices placement. For tracking 2D images you need to place ABCD vertices counter-clockwise (the starting point is A vertex located in … Read more