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