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