@ -1375,7 +1375,8 @@ CV_EXPORTS_W void validateDisparity( InputOutputArray disparity, InputArray cost
/** @brief Reprojects a disparity image to 3D space.
/** @brief Reprojects a disparity image to 3D space.
@ param disparity Input single - channel 8 - bit unsigned , 16 - bit signed , 32 - bit signed or 32 - bit
@ param disparity Input single - channel 8 - bit unsigned , 16 - bit signed , 32 - bit signed or 32 - bit
floating - point disparity image .
floating - point disparity image . If 16 - bit signed format is used , the values are assumed to have no
fractional bits .
@ param _3dImage Output 3 - channel floating - point image of the same size as disparity . Each
@ param _3dImage Output 3 - channel floating - point image of the same size as disparity . Each
element of _3dImage ( x , y ) contains 3 D coordinates of the point ( x , y ) computed from the disparity
element of _3dImage ( x , y ) contains 3 D coordinates of the point ( x , y ) computed from the disparity
map .
map .