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.VideoModule.TrackerMIL_Params Class Reference
Inheritance diagram for OpenCVForUnity.VideoModule.TrackerMIL_Params:
OpenCVForUnity.DisposableOpenCVObject OpenCVForUnity.DisposableObject

Public Member Functions

IntPtr getNativeObjAddr ()
 
 TrackerMIL_Params ()
 
float get_samplerInitInRadius ()
 
void set_samplerInitInRadius (float samplerInitInRadius)
 
int get_samplerInitMaxNegNum ()
 
void set_samplerInitMaxNegNum (int samplerInitMaxNegNum)
 
float get_samplerSearchWinSize ()
 
void set_samplerSearchWinSize (float samplerSearchWinSize)
 
float get_samplerTrackInRadius ()
 
void set_samplerTrackInRadius (float samplerTrackInRadius)
 
int get_samplerTrackMaxPosNum ()
 
void set_samplerTrackMaxPosNum (int samplerTrackMaxPosNum)
 
int get_samplerTrackMaxNegNum ()
 
void set_samplerTrackMaxNegNum (int samplerTrackMaxNegNum)
 
int get_featureSetNumFeatures ()
 
void set_featureSetNumFeatures (int featureSetNumFeatures)
 
- Public Member Functions inherited from OpenCVForUnity.DisposableObject
void Dispose ()
 
void ThrowIfDisposed ()
 

Static Public Member Functions

static TrackerMIL_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]
 

Constructor & Destructor Documentation

◆ TrackerMIL_Params()

OpenCVForUnity.VideoModule.TrackerMIL_Params.TrackerMIL_Params ( )

Member Function Documentation

◆ __fromPtr__()

static TrackerMIL_Params OpenCVForUnity.VideoModule.TrackerMIL_Params.__fromPtr__ ( IntPtr  addr)
static

◆ Dispose()

override void OpenCVForUnity.VideoModule.TrackerMIL_Params.Dispose ( bool  disposing)
protectedvirtual

◆ get_featureSetNumFeatures()

int OpenCVForUnity.VideoModule.TrackerMIL_Params.get_featureSetNumFeatures ( )

◆ get_samplerInitInRadius()

float OpenCVForUnity.VideoModule.TrackerMIL_Params.get_samplerInitInRadius ( )

◆ get_samplerInitMaxNegNum()

int OpenCVForUnity.VideoModule.TrackerMIL_Params.get_samplerInitMaxNegNum ( )

◆ get_samplerSearchWinSize()

float OpenCVForUnity.VideoModule.TrackerMIL_Params.get_samplerSearchWinSize ( )

◆ get_samplerTrackInRadius()

float OpenCVForUnity.VideoModule.TrackerMIL_Params.get_samplerTrackInRadius ( )

◆ get_samplerTrackMaxNegNum()

int OpenCVForUnity.VideoModule.TrackerMIL_Params.get_samplerTrackMaxNegNum ( )

◆ get_samplerTrackMaxPosNum()

int OpenCVForUnity.VideoModule.TrackerMIL_Params.get_samplerTrackMaxPosNum ( )

◆ getNativeObjAddr()

IntPtr OpenCVForUnity.VideoModule.TrackerMIL_Params.getNativeObjAddr ( )

◆ set_featureSetNumFeatures()

void OpenCVForUnity.VideoModule.TrackerMIL_Params.set_featureSetNumFeatures ( int  featureSetNumFeatures)

◆ set_samplerInitInRadius()

void OpenCVForUnity.VideoModule.TrackerMIL_Params.set_samplerInitInRadius ( float  samplerInitInRadius)

◆ set_samplerInitMaxNegNum()

void OpenCVForUnity.VideoModule.TrackerMIL_Params.set_samplerInitMaxNegNum ( int  samplerInitMaxNegNum)

◆ set_samplerSearchWinSize()

void OpenCVForUnity.VideoModule.TrackerMIL_Params.set_samplerSearchWinSize ( float  samplerSearchWinSize)

◆ set_samplerTrackInRadius()

void OpenCVForUnity.VideoModule.TrackerMIL_Params.set_samplerTrackInRadius ( float  samplerTrackInRadius)

◆ set_samplerTrackMaxNegNum()

void OpenCVForUnity.VideoModule.TrackerMIL_Params.set_samplerTrackMaxNegNum ( int  samplerTrackMaxNegNum)

◆ set_samplerTrackMaxPosNum()

void OpenCVForUnity.VideoModule.TrackerMIL_Params.set_samplerTrackMaxPosNum ( int  samplerTrackMaxPosNum)

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