|
OpenCV for Unity 3.0.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.12.0/index.html ) for the details of the argument of the method.
|
Parameters of phaseUnwrapping constructor. More...
Public Member Functions | |
| HistogramPhaseUnwrapping_Params () | |
| int | get_height () |
| float | get_histThresh () |
| int | get_nbrOfLargeBins () |
| int | get_nbrOfSmallBins () |
| int | get_width () |
| IntPtr | getNativeObjAddr () |
| void | set_height (int height) |
| void | set_histThresh (float histThresh) |
| void | set_nbrOfLargeBins (int nbrOfLargeBins) |
| void | set_nbrOfSmallBins (int nbrOfSmallBins) |
| void | set_width (int width) |
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 (bool isEnabledDispose) | |
| DisposableOpenCVObject (IntPtr ptr) | |
| DisposableOpenCVObject (IntPtr ptr, bool isEnabledDispose) | |
Protected Member Functions inherited from OpenCVForUnity.DisposableObject | |
| DisposableObject () | |
| DisposableObject (bool isEnabledDispose) | |
Additional Inherited Members | |
Package Attributes inherited from OpenCVForUnity.DisposableOpenCVObject | |
Properties inherited from OpenCVForUnity.DisposableObject | |
| bool | IsDisposed [get, protected set] |
| bool | IsEnabledDispose [get, set] |
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. |
| OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.HistogramPhaseUnwrapping_Params | ( | ) |
|
static |
|
protectedvirtual |
Reimplemented from OpenCVForUnity.DisposableOpenCVObject.
| int OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.get_height | ( | ) |
| float OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.get_histThresh | ( | ) |
| int OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.get_nbrOfLargeBins | ( | ) |
| int OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.get_nbrOfSmallBins | ( | ) |
| int OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.get_width | ( | ) |
| IntPtr OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.getNativeObjAddr | ( | ) |
| void OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.set_height | ( | int | height | ) |
| void OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.set_histThresh | ( | float | histThresh | ) |
| void OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.set_nbrOfLargeBins | ( | int | nbrOfLargeBins | ) |
| void OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.set_nbrOfSmallBins | ( | int | nbrOfSmallBins | ) |
| void OpenCVForUnity.Phase_unwrappingModule.HistogramPhaseUnwrapping_Params.set_width | ( | int | width | ) |