Class FhEdgeWeights4_PLF32
java.lang.Object
boofcv.alg.segmentation.fh04.impl.FhEdgeWeights4_PLF32
- All Implemented Interfaces:
FhEdgeWeights<Planar<GrayF32>>
Computes edge weight as the F-norm different in pixel value for Planar
images.
A 4-connect neighborhood is considered.
DO NOT MODIFY. This code was automatically generated by GenerateFhEdgeWeights_PL.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(Planar<GrayF32> input, DogArray<SegmentFelzenszwalbHuttenlocher04.Edge> edges)
-
Constructor Details
-
FhEdgeWeights4_PLF32
public FhEdgeWeights4_PLF32()
-
-
Method Details
-
process
- Specified by:
process
in interfaceFhEdgeWeights<Planar<GrayF32>>
-
getInputType
- Specified by:
getInputType
in interfaceFhEdgeWeights<Planar<GrayF32>>
-