Package boofcv.abst.filter
package boofcv.abst.filter
-
ClassDescriptionGeneralized interface for processing images.Turns functions into implementations of
FilterImageInterface
Wraps around any function which has two images as input and output.Applies a sequence of filters.ImageFunctionSparse<T extends ImageGray<T>>Interface for computing the output of functions which take as an input an image and a pixel coordinate.