public class Algorithm extends Object
Modifier and Type | Field and Description |
---|---|
protected long |
nativeObj |
Modifier | Constructor and Description |
---|---|
protected |
Algorithm(long addr) |
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.
|
protected void |
finalize() |
String |
getDefaultName()
Returns the algorithm string identifier.
|
long |
getNativeObjAddr() |
void |
save(String filename)
Saves the algorithm to a file.
|
public long getNativeObjAddr()
public static Algorithm __fromPtr__(long addr)
public String getDefaultName()
public boolean empty()
public void clear()
public void save(String filename)
filename
- automatically generatedGenerated on Wed Oct 9 2019 23:24:43 UTC / OpenCV 4.1.2