Package org.opencv.bgsegm
Class BackgroundSubtractorLSBPDesc
- java.lang.Object
-
- org.opencv.bgsegm.BackgroundSubtractorLSBPDesc
-
public class BackgroundSubtractorLSBPDesc extends Object
This is for calculation of the LSBP descriptors.
-
-
Field Summary
Fields Modifier and Type Field Description protected long
nativeObj
-
Constructor Summary
Constructors Modifier Constructor Description protected
BackgroundSubtractorLSBPDesc(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BackgroundSubtractorLSBPDesc
__fromPtr__(long addr)
protected void
finalize()
long
getNativeObjAddr()
-
-
-
Method Detail
-
getNativeObjAddr
public long getNativeObjAddr()
-
__fromPtr__
public static BackgroundSubtractorLSBPDesc __fromPtr__(long addr)
-
-