Package | Description |
---|---|
org.bytedeco.opencv.opencv_ml |
Modifier and Type | Method and Description |
---|---|
static RTrees |
RTrees.create()
Creates the empty model.
|
static RTrees |
RTrees.load(BytePointer filepath) |
static RTrees |
RTrees.load(BytePointer filepath,
BytePointer nodeName)
\brief Loads and creates a serialized RTree from a file
Use RTree::save to serialize and store an RTree to disk.
|
static RTrees |
RTrees.load(String filepath) |
static RTrees |
RTrees.load(String filepath,
String nodeName) |
static RTrees |
AbstractStatModel.loadRTrees(BytePointer filename,
BytePointer objname) |
static RTrees |
AbstractStatModel.loadRTrees(String filename,
String objname) |
Copyright © 2020. All rights reserved.