Class FilterCensusTransformD55S32<In extends ImageGray<In>>

java.lang.Object
boofcv.abst.transform.census.FilterCensusTransform<In,GrayS32>
boofcv.abst.transform.census.FilterCensusTransformD55S32<In>
All Implemented Interfaces:
FilterImageInterface<In,GrayS32>

public class FilterCensusTransformD55S32<In extends ImageGray<In>> extends FilterCensusTransform<In,GrayS32>
  • Constructor Details

    • FilterCensusTransformD55S32

      public FilterCensusTransformD55S32(@Nullable @Nullable ImageBorder<In> border, Class<In> imageType)
  • Method Details

    • process

      public void process(In in, GrayS32 out)
      Description copied from interface: FilterImageInterface
      Processes the input image and writes the results to the output image.
      Parameters:
      in - Input image.
      out - Output image.