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