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