static ERFilter |
ERFilter.__fromPtr__(long addr) |
|
static ERFilter |
Text.createERFilterNM1(String filename) |
Reads an Extremal Region Filter for the 1st stage classifier of N&M algorithm
from the provided path e.g.
|
static ERFilter |
Text.createERFilterNM1(String filename,
int thresholdDelta) |
Reads an Extremal Region Filter for the 1st stage classifier of N&M algorithm
from the provided path e.g.
|
static ERFilter |
Text.createERFilterNM1(String filename,
int thresholdDelta,
float minArea) |
Reads an Extremal Region Filter for the 1st stage classifier of N&M algorithm
from the provided path e.g.
|
static ERFilter |
Text.createERFilterNM1(String filename,
int thresholdDelta,
float minArea,
float maxArea) |
Reads an Extremal Region Filter for the 1st stage classifier of N&M algorithm
from the provided path e.g.
|
static ERFilter |
Text.createERFilterNM1(String filename,
int thresholdDelta,
float minArea,
float maxArea,
float minProbability) |
Reads an Extremal Region Filter for the 1st stage classifier of N&M algorithm
from the provided path e.g.
|
static ERFilter |
Text.createERFilterNM1(String filename,
int thresholdDelta,
float minArea,
float maxArea,
float minProbability,
boolean nonMaxSuppression) |
Reads an Extremal Region Filter for the 1st stage classifier of N&M algorithm
from the provided path e.g.
|
static ERFilter |
Text.createERFilterNM1(String filename,
int thresholdDelta,
float minArea,
float maxArea,
float minProbability,
boolean nonMaxSuppression,
float minProbabilityDiff) |
Reads an Extremal Region Filter for the 1st stage classifier of N&M algorithm
from the provided path e.g.
|
static ERFilter |
Text.createERFilterNM1(ERFilter_Callback cb) |
Create an Extremal Region Filter for the 1st stage classifier of N&M algorithm CITE: Neumann12.
|
static ERFilter |
Text.createERFilterNM1(ERFilter_Callback cb,
int thresholdDelta) |
Create an Extremal Region Filter for the 1st stage classifier of N&M algorithm CITE: Neumann12.
|
static ERFilter |
Text.createERFilterNM1(ERFilter_Callback cb,
int thresholdDelta,
float minArea) |
Create an Extremal Region Filter for the 1st stage classifier of N&M algorithm CITE: Neumann12.
|
static ERFilter |
Text.createERFilterNM1(ERFilter_Callback cb,
int thresholdDelta,
float minArea,
float maxArea) |
Create an Extremal Region Filter for the 1st stage classifier of N&M algorithm CITE: Neumann12.
|
static ERFilter |
Text.createERFilterNM1(ERFilter_Callback cb,
int thresholdDelta,
float minArea,
float maxArea,
float minProbability) |
Create an Extremal Region Filter for the 1st stage classifier of N&M algorithm CITE: Neumann12.
|
static ERFilter |
Text.createERFilterNM1(ERFilter_Callback cb,
int thresholdDelta,
float minArea,
float maxArea,
float minProbability,
boolean nonMaxSuppression) |
Create an Extremal Region Filter for the 1st stage classifier of N&M algorithm CITE: Neumann12.
|
static ERFilter |
Text.createERFilterNM1(ERFilter_Callback cb,
int thresholdDelta,
float minArea,
float maxArea,
float minProbability,
boolean nonMaxSuppression,
float minProbabilityDiff) |
Create an Extremal Region Filter for the 1st stage classifier of N&M algorithm CITE: Neumann12.
|
static ERFilter |
Text.createERFilterNM2(String filename) |
Reads an Extremal Region Filter for the 2nd stage classifier of N&M algorithm
from the provided path e.g.
|
static ERFilter |
Text.createERFilterNM2(String filename,
float minProbability) |
Reads an Extremal Region Filter for the 2nd stage classifier of N&M algorithm
from the provided path e.g.
|
static ERFilter |
Text.createERFilterNM2(ERFilter_Callback cb) |
Create an Extremal Region Filter for the 2nd stage classifier of N&M algorithm CITE: Neumann12.
|
static ERFilter |
Text.createERFilterNM2(ERFilter_Callback cb,
float minProbability) |
Create an Extremal Region Filter for the 2nd stage classifier of N&M algorithm CITE: Neumann12.
|