Overload List

NameDescription
cvPOSIT(IntPtr, IntPtr, Double, MCvTermCriteria, IntPtr, IntPtr)
Implements POSIT algorithm. Image coordinates are given in a camera-related coordinate system. The focal length may be retrieved using camera calibration functions. At every iteration of the algorithm new perspective projection of estimated pose is computed.
cvPOSIT(IntPtr, array<Single,2>[,](,)[,][,], Double, MCvTermCriteria, array<Single>[]()[][], array<Single>[]()[][])
Implements POSIT algorithm. Image coordinates are given in a camera-related coordinate system. The focal length may be retrieved using camera calibration functions. At every iteration of the algorithm new perspective projection of estimated pose is computed.

See Also