| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| 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].
|
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_text.detectRegions(opencv_core.Mat image,
opencv_text.ERFilter er_filter1,
opencv_text.ERFilter er_filter2,
opencv_core.PointVectorVector regions) |
static void |
opencv_text.detectRegions(opencv_core.UMat image,
opencv_text.ERFilter er_filter1,
opencv_text.ERFilter er_filter2,
opencv_core.PointVectorVector regions) |
Copyright © 2017. All rights reserved.