I - Type of Image being processed by the extractorpublic class LocalImageExtractorProperties<I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I>> extends Object implements ExtractorProperties
ExtractorProperties that holds the image being processed
and interest point location| Modifier and Type | Field and Description |
|---|---|
I |
image
The image being processed
|
float |
x
The x-ordinate of the interest point
|
float |
y
The y-ordinate of the interest point
|
| Constructor and Description |
|---|
LocalImageExtractorProperties() |
public I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I> image
public float x
public float y
public LocalImageExtractorProperties()