OpenCV for Unity  2.6.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.9.0/index.html ) for the details of the argument of the method.
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params Class Reference

Parameters of phaseUnwrapping constructor. More...

Inheritance diagram for OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params:
OpenCVForUnity.DisposableOpenCVObject OpenCVForUnity.DisposableObject

Public Member Functions

IntPtr getNativeObjAddr ()
 
 HistogramPhaseUnwrapping_Params ()
 
int get_width ()
 
void set_width (int width)
 
int get_height ()
 
void set_height (int height)
 
float get_histThresh ()
 
void set_histThresh (float histThresh)
 
int get_nbrOfSmallBins ()
 
void set_nbrOfSmallBins (int nbrOfSmallBins)
 
int get_nbrOfLargeBins ()
 
void set_nbrOfLargeBins (int nbrOfLargeBins)
 
- Public Member Functions inherited from OpenCVForUnity.DisposableObject
void Dispose ()
 
void ThrowIfDisposed ()
 

Static Public Member Functions

static HistogramPhaseUnwrapping_Params __fromPtr__ (IntPtr addr)
 
- Static Public Member Functions inherited from OpenCVForUnity.DisposableObject
static IntPtr ThrowIfNullIntPtr (IntPtr ptr)
 

Protected Member Functions

override void Dispose (bool disposing)
 
- Protected Member Functions inherited from OpenCVForUnity.DisposableOpenCVObject
 DisposableOpenCVObject ()
 
 DisposableOpenCVObject (IntPtr ptr)
 
 DisposableOpenCVObject (bool isEnabledDispose)
 
 DisposableOpenCVObject (IntPtr ptr, bool isEnabledDispose)
 
- Protected Member Functions inherited from OpenCVForUnity.DisposableObject
 DisposableObject ()
 
 DisposableObject (bool isEnabledDispose)
 

Additional Inherited Members

- Properties inherited from OpenCVForUnity.DisposableObject
bool IsDisposed [get, protected set]
 
bool IsEnabledDispose [get, set]
 

Detailed Description

Parameters of phaseUnwrapping constructor.

width Phase map width. height Phase map height. histThresh Bins in the histogram are not of equal size. Default value is 3*pi*pi. The one before "histThresh" value are smaller. nbrOfSmallBins Number of bins between 0 and "histThresh". Default value is 10. nbrOfLargeBins Number of bins between "histThresh" and 32*pi*pi (highest edge reliability value). Default value is 5.

Constructor & Destructor Documentation

◆ HistogramPhaseUnwrapping_Params()

OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.HistogramPhaseUnwrapping_Params ( )

Member Function Documentation

◆ __fromPtr__()

static HistogramPhaseUnwrapping_Params OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.__fromPtr__ ( IntPtr  addr)
static

◆ Dispose()

override void OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.Dispose ( bool  disposing)
protectedvirtual

◆ get_height()

int OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.get_height ( )

◆ get_histThresh()

float OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.get_histThresh ( )

◆ get_nbrOfLargeBins()

int OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.get_nbrOfLargeBins ( )

◆ get_nbrOfSmallBins()

int OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.get_nbrOfSmallBins ( )

◆ get_width()

int OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.get_width ( )

◆ getNativeObjAddr()

IntPtr OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.getNativeObjAddr ( )

◆ set_height()

void OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.set_height ( int  height)

◆ set_histThresh()

void OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.set_histThresh ( float  histThresh)

◆ set_nbrOfLargeBins()

void OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.set_nbrOfLargeBins ( int  nbrOfLargeBins)

◆ set_nbrOfSmallBins()

void OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.set_nbrOfSmallBins ( int  nbrOfSmallBins)

◆ set_width()

void OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.set_width ( int  width)

The documentation for this class was generated from the following file: