Package | Description |
---|---|
marvin |
Framework´s root package.
|
marvin.image |
Provides classes to manipulate images.
|
Modifier and Type | Method and Description |
---|---|
static MarvinSegment |
MarvinPluginCollection.findSubimage(MarvinImage subimage,
MarvinImage original,
int startX,
int startY)
Find the first instance of a given image in another image.
|
static MarvinSegment |
MarvinPluginCollection.findSubimage(MarvinImage subimage,
MarvinImage original,
int startX,
int startY,
double similarity)
Find the first instance of a given image in another image.
|
static MarvinSegment[] |
MarvinPluginCollection.floodfillSegmentation(MarvinImage imageIn) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<MarvinSegment> |
MarvinPluginCollection.findAllSubimages(MarvinImage subimage,
MarvinImage original)
Find instances of a given image in another image with perfect matching (exactly the same pixels value).
|
static java.util.List<MarvinSegment> |
MarvinPluginCollection.findAllSubimages(MarvinImage subimage,
MarvinImage original,
double similarity)
Find instances of a given image in another image.
|
static java.util.List<MarvinSegment> |
MarvinPluginCollection.findTextRegions(MarvinImage imageIn,
int maxWhiteSpace,
int maxFontLineWidth,
int minTextWidth,
int grayScaleThreshold)
Find text regions in a given image.
|
Modifier and Type | Method and Description |
---|---|
static void |
MarvinSegment.segmentMinDistance(java.util.List<MarvinSegment> segments,
double minDistance) |