Package | Description |
---|---|
org.openimaj.image | |
org.openimaj.image.analysis.algorithm | |
org.openimaj.image.feature.local.interest | |
org.openimaj.image.pixel |
Modifier and Type | Method and Description |
---|---|
FValuePixel |
FImage.maxPixel()
Get the pixel with the maximum value.
|
FValuePixel |
FImage.minPixel()
Get the pixel with the minimum value.
|
Modifier and Type | Method and Description |
---|---|
FValuePixel[] |
TemplateMatcher.getBestResponses(int numResponses)
Get the top-N "best" responses found by the template matcher.
|
FValuePixel[] |
FourierTemplateMatcher.getBestResponses(int numResponses)
Get the top-N "best" responses found by the template matcher.
|
static FValuePixel[] |
TemplateMatcher.getBestResponses(int numResponses,
FImage responseMap,
int offsetX,
int offsetY,
Comparator<FValuePixel> comparator)
Get the top-N "best" responses found by the template matcher.
|
Modifier and Type | Method and Description |
---|---|
static FValuePixel[] |
TemplateMatcher.getBestResponses(int numResponses,
FImage responseMap,
int offsetX,
int offsetY,
Comparator<FValuePixel> comparator)
Get the top-N "best" responses found by the template matcher.
|
Modifier and Type | Method and Description |
---|---|
FValuePixel |
AbstractStructureTensorIPD.findMaximum(Rectangle window) |
Modifier and Type | Method and Description |
---|---|
int |
FValuePixel.ValueComparator.compare(FValuePixel o1,
FValuePixel o2) |
int |
FValuePixel.ReverseValueComparator.compare(FValuePixel o1,
FValuePixel o2) |