Click or drag to resize

PointCollectionReprojectImageTo3D Method

http://www.emgu.com
Re-project pixels on a 1-channel disparity map to array of 3D points.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public static MCvPoint3D32f[] ReprojectImageTo3D(
	IInputArray disparity,
	IInputArray Q
)

Parameters

disparity
Type: Emgu.CVIInputArray
Disparity map
Q
Type: Emgu.CVIInputArray
The re-projection 4x4 matrix, can be arbitrary, e.g. the one, computed by cvStereoRectify

Return Value

Type: MCvPoint3D32f
The reprojected 3D points
See Also