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