HistogramPhaseUnwrappingGetInverseReliabilityMap Method |
http://www.emgu.com
Get the reliability map computed from the wrapped phase map.
Namespace:
Emgu.CV.PhaseUnwrapping
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic void GetInverseReliabilityMap(
IOutputArray reliabilityMap
)
Public Sub GetInverseReliabilityMap (
reliabilityMap As IOutputArray
)
public:
void GetInverseReliabilityMap(
IOutputArray^ reliabilityMap
)
member GetInverseReliabilityMap :
reliabilityMap : IOutputArray -> unit
Parameters
- reliabilityMap
- Type: Emgu.CVIOutputArray
Image where the reliability map is stored.
See Also