boofcv.alg.segmentation.fh04.impl
Class FhEdgeWeights8_F32
- java.lang.Object
-
- boofcv.alg.segmentation.fh04.impl.FhEdgeWeights8_F32
-
- All Implemented Interfaces:
- FhEdgeWeights<GrayF32>
public class FhEdgeWeights8_F32 extends java.lang.Object implements FhEdgeWeights<GrayF32>
Computes edge weight as the absolute value of the different in pixel value for single band images. A 8-connect neighborhood is considered.
WARNING: Do not modify. Automatically generated by
GenerateFhEdgeWeights_SB.
-
-
Constructor Summary
Constructors Constructor and Description FhEdgeWeights8_F32()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description ImageType<GrayF32>getInputType()voidprocess(GrayF32 input, FastQueue<SegmentFelzenszwalbHuttenlocher04.Edge> edges)
-
-
-
Method Detail
-
process
public void process(GrayF32 input, FastQueue<SegmentFelzenszwalbHuttenlocher04.Edge> edges)
- Specified by:
processin interfaceFhEdgeWeights<GrayF32>
-
getInputType
public ImageType<GrayF32> getInputType()
- Specified by:
getInputTypein interfaceFhEdgeWeights<GrayF32>
-
-
DataMelt 3.0 © DataMelt by jWork.ORG