Package boofcv.abst.transform.census
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>
Census
GCensusTransform.dense5x5(T, boofcv.struct.image.GrayS32, boofcv.struct.border.ImageBorder<T>)
transform with output in GrayS32
image.-
Constructor Summary
ConstructorDescriptionFilterCensusTransformD55S32
(@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
-
FilterCensusTransformD55S32
-
-
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.
-