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