Package | Description |
---|---|
org.opencv.ml |
Modifier and Type | Method and 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.
|
Copyright © 2020. All rights reserved.