public interface SearchLocalPeak<T extends boofcv.struct.image.ImageGray>
| Modifier and Type | Method and Description |
|---|---|
float |
getPeakX()
Location of the found peak.
|
float |
getPeakY()
Location of the found peak.
|
void |
search(float x,
float y)
Initial point for the search
|
void |
setImage(T image)
Specifies the image which is to be searched
|
void |
setSearchRadius(int radius)
How far around the center it consider when searching for the peak
|
void setImage(T image)
image - input imagevoid setSearchRadius(int radius)
radius - Search radiusvoid search(float x,
float y)
x - initial x-coordinatey - initial y-coordinatefloat getPeakX()
float getPeakY()