Package boofcv.struct.sparse
Interface SparseImageSample_F32<T extends ImageBase<T>>
- All Superinterfaces:
SparseImageOperator<T>
- All Known Subinterfaces:
PixelLikelihood<T>
- All Known Implementing Classes:
LikelihoodHistCoupled_PL_U8,LikelihoodHistCoupled_SB_U8,LikelihoodHueSatHistCoupled_PL_U8,LikelihoodHueSatHistInd_PL_U8,SparseScaleSample_F32
@Generated("boofcv.struct.sparse.SparseImageSample_F64")
public interface SparseImageSample_F32<T extends ImageBase<T>>
extends SparseImageOperator<T>
Applies a kernel to an individual pixel
-
Method Summary
Methods inherited from interface boofcv.struct.sparse.SparseImageOperator
isInBounds, setImage
-
Method Details
-
compute
float compute(int x, int y)
-