public class Algorithm
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static Algorithm |
__fromPtr__(long addr) |
void |
clear()
Clears the algorithm state
|
boolean |
empty()
Returns true if the Algorithm is empty (e.g.
|
java.lang.String |
getDefaultName()
Returns the algorithm string identifier.
|
long |
getNativeObjAddr() |
void |
save(java.lang.String filename)
Saves the algorithm to a file.
|
public static Algorithm __fromPtr__(long addr)
public void clear()
public boolean empty()
public java.lang.String getDefaultName()
public long getNativeObjAddr()
public void save(java.lang.String filename)
filename - automatically generatedGenerated on 2020-04-03 16:05:20 / OpenCV 4.3.0