Package | Description |
---|---|
org.bytedeco.opencv.opencv_ml |
Modifier and Type | Method and Description |
---|---|
static Boost |
Boost.create()
Creates the empty model.
|
static Boost |
Boost.load(BytePointer filepath) |
static Boost |
Boost.load(BytePointer filepath,
BytePointer nodeName)
\brief 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) |
static Boost |
Boost.load(String filepath,
String nodeName) |
static Boost |
AbstractStatModel.loadBoost(BytePointer filename,
BytePointer objname) |
static Boost |
AbstractStatModel.loadBoost(String filename,
String objname) |
Copyright © 2019. All rights reserved.