converts point coordinates from homogeneous to normal pixel coordinates ((x,y,z)->(x/z, y/z))
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- src
- Type: System.Collections.GenericIEnumerableVec4f
Input vector of N-dimensional points.
Return Value
Type: Vec3fOutput vector of N-1-dimensional points.
See Also