Package | Description |
---|---|
org.opencv.ml |
Modifier and Type | Method and Description |
---|---|
static KNearest |
KNearest.__fromPtr__(long addr) |
static KNearest |
KNearest.create()
Creates the empty model
The static method creates empty %KNearest classifier.
|
static KNearest |
KNearest.load(String filepath)
Loads and creates a serialized knearest from a file
Use KNearest::save to serialize and store an KNearest to disk.
|
Copyright © 2020. All rights reserved.