Class ImageLambdaFilters_MT

java.lang.Object
boofcv.alg.filter.misc.ImageLambdaFilters_MT

@Generated("boofcv.alg.filter.misc.ImageLambdaFilters") public class ImageLambdaFilters_MT extends Object
Image filters which have been abstracted using lambdas. In most situations the 'src' image is assumed to be passed in directory to the lambda, along with any other input parameters. What's given to the lambda are parameters which define the local region. For inner functions, it can be assumed that all pixel values passed in have a region contained entirely inside the region.
  1. rectangle-center: filter that's applied to a local rectangular region centered on a pixel

DO NOT MODIFY. Automatically generated code created by GenerateImageLambdaFilters