Package boofcv.abst.transform.census
Class FilterCensusTransformSampleS64<In extends ImageGray<In>>
java.lang.Object
boofcv.abst.transform.census.FilterCensusTransform<In,GrayS64>
boofcv.abst.transform.census.FilterCensusTransformSampleS64<In>
- All Implemented Interfaces:
FilterImageInterface<In,
GrayS64>
public class FilterCensusTransformSampleS64<In extends ImageGray<In>>
extends FilterCensusTransform<In,GrayS64>
Census transform which saves output in a
GrayS64
.-
Constructor Summary
ConstructorDescriptionFilterCensusTransformSampleS64
(FastAccess<Point2D_I32> samples, @Nullable ImageBorder<In> border, Class<In> imageType) -
Method Summary
Methods inherited from class boofcv.abst.transform.census.FilterCensusTransform
computeRadius, getBorderX, getBorderY, getInputType, getOutputType, getRadiusX, getRadiusY
-
Constructor Details
-
FilterCensusTransformSampleS64
public FilterCensusTransformSampleS64(FastAccess<Point2D_I32> samples, @Nullable @Nullable ImageBorder<In> border, Class<In> imageType)
-
-
Method Details
-
process
Description copied from interface:FilterImageInterface
Processes the input image and writes the results to the output image.- Parameters:
in
- Input image.out
- Output image.
-