Enum StereoOutputFormat
The enum specified format of result that you get from GapiInvoke.Stereo
public enum StereoOutputFormat
Fields
Depth16F = 0
Same as DepthFloat16
Depth32F = 1
Same as DepthFloat32
DepthFloat16 = 0
Floating point 16 bit value, CV_16FC1.
DepthFloat32 = 1
Floating point 32 bit value, CV_32FC1.
DisparityFixed16_12_4 = 3
16 bit signed: first bit for sign, 11 bits for integer part, 4 bits for fractional part.
DisparityFixed_16_11_5 = 2
16 bit signed: first bit for sign, 10 bits for integer part, 5 bits for fractional part.
Disparity_16Q_10_5 = 2
Same as DisparityFixed_16_11_5
Disparity_16Q_11_4 = 3
Same as DisparityFixed16_12_4