public abstract class SparseScaleSample_F64<T extends ImageSingleBand> extends Object implements SparseImageSample_F64<T>
| Modifier and Type | Field and Description |
|---|---|
protected T |
input |
protected int |
x0 |
protected int |
x1 |
protected int |
y0 |
protected int |
y1 |
| Constructor and Description |
|---|
SparseScaleSample_F64() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInBounds(int x,
int y)
Checks to see if the entire sample region is contained inside the image or not.
|
void |
setImage(T input)
Specifies the image being processed.
|
abstract void |
setScale(double scale) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomputeprotected T extends ImageSingleBand input
protected int x0
protected int y0
protected int x1
protected int y1
public abstract void setScale(double scale)
public void setImage(T input)
SparseImageOperatorsetImage in interface SparseImageOperator<T extends ImageSingleBand>input - Image being processedpublic boolean isInBounds(int x,
int y)
SparseImageOperatorisInBounds in interface SparseImageOperator<T extends ImageSingleBand>Copyright © 2013. All Rights Reserved.