Uses of Class
org.opencv.ml.RTrees
-
Packages that use RTrees Package Description org.opencv.ml -
-
Uses of RTrees in org.opencv.ml
Methods in org.opencv.ml that return RTrees Modifier and Type Method Description static RTrees
RTrees. __fromPtr__(long addr)
static RTrees
RTrees. create()
Creates the empty model.static RTrees
RTrees. load(String filepath)
Loads and creates a serialized RTree from a file Use RTree::save to serialize and store an RTree to disk.static RTrees
RTrees. load(String filepath, String nodeName)
Loads and creates a serialized RTree from a file Use RTree::save to serialize and store an RTree to disk.
-