Table of Contents

Method GetConfidenceMap

Namespace
OpenCvSharp.XImgProc
Assembly
OpenCvSharp.dll

GetConfidenceMap()

Get the confidence map that was used in the last Filter call. It is a CV_32F one-channel image with values ranging from 0.0 (totally untrusted regions of the raw disparity map) to 255.0 (regions containing correct disparity values with a high degree of confidence).

public Mat GetConfidenceMap()

Returns

Mat