Cv2ConvertPointsToHomogeneous Method |
| Name | Description | |
|---|---|---|
| ConvertPointsToHomogeneous(IEnumerableVec2f) |
converts point coordinates from normal pixel coordinates to homogeneous coordinates ((x,y)->(x,y,1))
| |
| ConvertPointsToHomogeneous(IEnumerableVec3f) |
converts point coordinates from normal pixel coordinates to homogeneous coordinates ((x,y)->(x,y,1))
| |
| ConvertPointsToHomogeneous(InputArray, OutputArray) |
converts point coordinates from normal pixel coordinates to homogeneous coordinates ((x,y)->(x,y,1))
|