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