Package boofcv.struct.sparse
Interface SparseImageSample_F64<T extends ImageBase<T>>
- All Superinterfaces:
SparseImageOperator<T>
- All Known Implementing Classes:
SparseIntegralSample_F32
,SparseIntegralSample_I32
,SparseScaleSample_F64
public interface SparseImageSample_F64<T extends ImageBase<T>> extends SparseImageOperator<T>
Applies a kernel to an individual pixel
-
Method Summary
Modifier and Type Method Description double
compute(int x, int y)
Methods inherited from interface boofcv.struct.sparse.SparseImageOperator
isInBounds, setImage
-
Method Details
-
compute
double compute(int x, int y)
-