OpenCV for Unity 2.6.4
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.10.0/index.html ) for the details of the argument of the method.
Loading...
Searching...
No Matches
OpenCVForUnity.VideoModule.TrackerMIL_Params Class Reference

Public Member Functions

 TrackerMIL_Params ()
 
int get_featureSetNumFeatures ()
 
float get_samplerInitInRadius ()
 
int get_samplerInitMaxNegNum ()
 
float get_samplerSearchWinSize ()
 
float get_samplerTrackInRadius ()
 
int get_samplerTrackMaxNegNum ()
 
int get_samplerTrackMaxPosNum ()
 
IntPtr getNativeObjAddr ()
 
void set_featureSetNumFeatures (int featureSetNumFeatures)
 
void set_samplerInitInRadius (float samplerInitInRadius)
 
void set_samplerInitMaxNegNum (int samplerInitMaxNegNum)
 
void set_samplerSearchWinSize (float samplerSearchWinSize)
 
void set_samplerTrackInRadius (float samplerTrackInRadius)
 
void set_samplerTrackMaxNegNum (int samplerTrackMaxNegNum)
 
void set_samplerTrackMaxPosNum (int samplerTrackMaxPosNum)
 
- 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 (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]
 

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: