Package org.opencv.text
Class Callback
- java.lang.Object
 - 
- org.opencv.text.Callback
 
 
- 
public class Callback extends java.lang.ObjectCallback with the classifier is made a class. By doing it we hide SVM, Boost etc. Developers can provide their own classifiers to the ERFilter algorithm. 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected longnativeObj 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedCallback(long addr) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Callback__fromPtr__(long addr)protected voidfinalize()longgetNativeObjAddr() 
 - 
 
- 
- 
Method Detail
- 
getNativeObjAddr
public long getNativeObjAddr()
 
- 
__fromPtr__
public static Callback __fromPtr__(long addr)
 
- 
finalize
protected void finalize() throws java.lang.Throwable- Overrides:
 finalizein classjava.lang.Object- Throws:
 java.lang.Throwable
 
 - 
 
 -