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) |
Modifier and Type | Field and Description |
---|---|
protected PriorityQueue<FValuePixel> |
AbstractFMMInpainter.heap
The working heap of pixels to process next
|