42#ifndef __OPENCV_HISTOGRAM_PHASE_UNWRAPPING_HPP__
43#define __OPENCV_HISTOGRAM_PHASE_UNWRAPPING_HPP__
45#include "opencv2/core.hpp"
46#include <opencv2/imgproc.hpp>
47#include "opencv2/phase_unwrapping/phase_unwrapping.hpp"
50namespace phase_unwrapping {
82 CV_PROP_RW
int height;
83 CV_PROP_RW
float histThresh;
84 CV_PROP_RW
int nbrOfSmallBins;
85 CV_PROP_RW
int nbrOfLargeBins;
This type is very similar to InputArray except that it is used for input/output and output function p...
Definition: mat.hpp:295
Class implementing two-dimensional phase unwrapping based on This algorithm belongs to the quality-g...
Definition: histogramphaseunwrapping.hpp:66
static CV_WRAP Ptr< HistogramPhaseUnwrapping > create(const HistogramPhaseUnwrapping::Params ¶meters=HistogramPhaseUnwrapping::Params())
Constructor
virtual CV_WRAP void getInverseReliabilityMap(OutputArray reliabilityMap)=0
Get the reliability map computed from the wrapped phase map.
Abstract base class for phase unwrapping.
Definition: phase_unwrapping/phase_unwrapping.hpp:56
"black box" representation of the file storage associated with a file on disk.
Definition: aruco.hpp:75
Definition: cvstd_wrapper.hpp:74
Parameters of phaseUnwrapping constructor.
Definition: histogramphaseunwrapping.hpp:79