Start » Filter Reference » OpenCV » Camera Calibration And 3D Reconstruction » cvReprojectImageTo3D
Module: | OpenCV |
---|
Projects a disparity image to 3D space.
Name | Type | Description | |
---|---|---|---|
inDisparity | Image | Input single-channel disparity image. | |
inQ | Matrix | 4x4 perspective transformation matrix that can be obtained with stereoRectify. | |
inHandleMissingValues | Bool* | Indicates, whether the function should handle missing values (i.e. points where the disparity was not computed). | |
out3DImage | Image | Output 3-channel floating-point image of the same size as disparity. |
Complexity Level
This filter is available on Basic Complexity Level.