| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static opencv_text.ERFilter.Callback |
opencv_text.loadClassifierNM1(BytePointer filename)
\brief Allow to implicitly load the default classifier when creating an ERFilter object.
|
static opencv_text.ERFilter.Callback |
opencv_text.loadClassifierNM1(String filename) |
static opencv_text.ERFilter.Callback |
opencv_text.loadClassifierNM2(BytePointer filename)
\brief Allow to implicitly load the default classifier when creating an ERFilter object.
|
static opencv_text.ERFilter.Callback |
opencv_text.loadClassifierNM2(String filename) |
| Modifier and Type | Method and Description |
|---|---|
static opencv_text.ERFilter |
opencv_text.createERFilterNM1(opencv_text.ERFilter.Callback cb) |
static opencv_text.ERFilter |
opencv_text.createERFilterNM1(opencv_text.ERFilter.Callback cb,
int thresholdDelta,
float minArea,
float maxArea,
float minProbability,
boolean nonMaxSuppression,
float minProbabilityDiff)
\brief Create an Extremal Region Filter for the 1st stage classifier of N&M algorithm [Neumann12].
|
static opencv_text.ERFilter |
opencv_text.createERFilterNM2(opencv_text.ERFilter.Callback cb) |
static opencv_text.ERFilter |
opencv_text.createERFilterNM2(opencv_text.ERFilter.Callback cb,
float minProbability)
\brief Create an Extremal Region Filter for the 2nd stage classifier of N&M algorithm [Neumann12].
|
void |
opencv_text.ERFilter.setCallback(opencv_text.ERFilter.Callback cb)
set/get methods to set the algorithm properties,
|
Copyright © 2017. All rights reserved.