Package org.opencv.bgsegm
Class BackgroundSubtractorLSBPDesc
- java.lang.Object
- 
- org.opencv.bgsegm.BackgroundSubtractorLSBPDesc
 
- 
 public class BackgroundSubtractorLSBPDesc extends java.lang.ObjectThis is for calculation of the LSBP descriptors.
- 
- 
Field SummaryFields Modifier and Type Field Description protected longnativeObj
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedBackgroundSubtractorLSBPDesc(long addr)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BackgroundSubtractorLSBPDesc__fromPtr__(long addr)protected voidfinalize()longgetNativeObjAddr()
 
- 
- 
- 
Method Detail- 
getNativeObjAddrpublic long getNativeObjAddr() 
 - 
__fromPtr__public static BackgroundSubtractorLSBPDesc __fromPtr__(long addr) 
 - 
finalizeprotected void finalize() throws java.lang.Throwable- Overrides:
- finalizein class- java.lang.Object
- Throws:
- java.lang.Throwable
 
 
- 
 
-