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.
OpenCVForUnity.VideoModule.BackgroundSubtractorKNN Member List

This is the complete list of members for OpenCVForUnity.VideoModule.BackgroundSubtractorKNN, including all inherited members.

__fromPtr__(IntPtr addr)OpenCVForUnity.VideoModule.BackgroundSubtractorKNNstatic
apply(Mat image, Mat fgmask, double learningRate)OpenCVForUnity.VideoModule.BackgroundSubtractorvirtual
apply(Mat image, Mat fgmask)OpenCVForUnity.VideoModule.BackgroundSubtractorvirtual
clear()OpenCVForUnity.CoreModule.Algorithmvirtual
DisposableObject()OpenCVForUnity.DisposableObjectprotected
DisposableObject(bool isEnabledDispose)OpenCVForUnity.DisposableObjectprotected
DisposableOpenCVObject()OpenCVForUnity.DisposableOpenCVObjectprotected
DisposableOpenCVObject(IntPtr ptr)OpenCVForUnity.DisposableOpenCVObjectprotected
DisposableOpenCVObject(bool isEnabledDispose)OpenCVForUnity.DisposableOpenCVObjectprotected
DisposableOpenCVObject(IntPtr ptr, bool isEnabledDispose)OpenCVForUnity.DisposableOpenCVObjectprotected
Dispose(bool disposing)OpenCVForUnity.VideoModule.BackgroundSubtractorKNNprotectedvirtual
OpenCVForUnity::DisposableObject.Dispose()OpenCVForUnity.DisposableObject
empty()OpenCVForUnity.CoreModule.Algorithmvirtual
getBackgroundImage(Mat backgroundImage)OpenCVForUnity.VideoModule.BackgroundSubtractorvirtual
getDefaultName()OpenCVForUnity.CoreModule.Algorithmvirtual
getDetectShadows()OpenCVForUnity.VideoModule.BackgroundSubtractorKNN
getDist2Threshold()OpenCVForUnity.VideoModule.BackgroundSubtractorKNN
getHistory()OpenCVForUnity.VideoModule.BackgroundSubtractorKNN
getkNNSamples()OpenCVForUnity.VideoModule.BackgroundSubtractorKNN
getNativeObjAddr()OpenCVForUnity.CoreModule.Algorithm
getNSamples()OpenCVForUnity.VideoModule.BackgroundSubtractorKNN
getShadowThreshold()OpenCVForUnity.VideoModule.BackgroundSubtractorKNN
getShadowValue()OpenCVForUnity.VideoModule.BackgroundSubtractorKNN
IsDisposedOpenCVForUnity.DisposableObject
IsEnabledDisposeOpenCVForUnity.DisposableObject
save(string filename)OpenCVForUnity.CoreModule.Algorithm
setDetectShadows(bool detectShadows)OpenCVForUnity.VideoModule.BackgroundSubtractorKNN
setDist2Threshold(double _dist2Threshold)OpenCVForUnity.VideoModule.BackgroundSubtractorKNN
setHistory(int history)OpenCVForUnity.VideoModule.BackgroundSubtractorKNN
setkNNSamples(int _nkNN)OpenCVForUnity.VideoModule.BackgroundSubtractorKNN
setNSamples(int _nN)OpenCVForUnity.VideoModule.BackgroundSubtractorKNN
setShadowThreshold(double threshold)OpenCVForUnity.VideoModule.BackgroundSubtractorKNN
setShadowValue(int value)OpenCVForUnity.VideoModule.BackgroundSubtractorKNN
ThrowIfDisposed()OpenCVForUnity.DisposableObject
ThrowIfNullIntPtr(IntPtr ptr)OpenCVForUnity.DisposableObjectstatic