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 RTreesRTrees. __fromPtr__(long addr)static RTreesRTrees. create()Creates the empty model.static RTreesRTrees. load(String filepath)Loads and creates a serialized RTree from a file Use RTree::save to serialize and store an RTree to disk.static RTreesRTrees. 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.
-