Class FhEdgeWeights8_F32
java.lang.Object
boofcv.alg.segmentation.fh04.impl.FhEdgeWeights8_F32
- All Implemented Interfaces:
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(GrayF32 input, DogArray<SegmentFelzenszwalbHuttenlocher04.Edge> edges)
-
Constructor Details
-
FhEdgeWeights8_F32
public FhEdgeWeights8_F32()
-
-
Method Details
-
process
- Specified by:
process
in interfaceFhEdgeWeights<GrayF32>
-
getInputType
- Specified by:
getInputType
in interfaceFhEdgeWeights<GrayF32>
-