42
#ifndef __OPENCV_PHASE_UNWRAPPING_HPP__
43
#define __OPENCV_PHASE_UNWRAPPING_HPP__
45
#include "opencv2/core.hpp"
48
namespace
phase_unwrapping {
67
InputArray shadowMask = noArray() ) = 0;
This type is very similar to InputArray except that it is used for input/output and output function p...
Definition:
mat.hpp:295
This is a base class for all more or less complex algorithms in OpenCV
Definition:
core.hpp:3091
Abstract base class for phase unwrapping.
Definition:
phase_unwrapping/phase_unwrapping.hpp:56
virtual CV_WRAP void unwrapPhaseMap(InputArray wrappedPhaseMap, OutputArray unwrappedPhaseMap, InputArray shadowMask=noArray())=0
Unwraps a 2D phase map.
"black box" representation of the file storage associated with a file on disk.
Definition:
aruco.hpp:75