public class FhEdgeWeights4_U8 extends java.lang.Object implements FhEdgeWeights<boofcv.struct.image.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 and Description |
|---|
FhEdgeWeights4_U8() |
| Modifier and Type | Method and Description |
|---|---|
boofcv.struct.image.ImageType<boofcv.struct.image.GrayU8> |
getInputType() |
void |
process(boofcv.struct.image.GrayU8 input,
org.ddogleg.struct.FastQueue<SegmentFelzenszwalbHuttenlocher04.Edge> edges) |
public void process(boofcv.struct.image.GrayU8 input,
org.ddogleg.struct.FastQueue<SegmentFelzenszwalbHuttenlocher04.Edge> edges)
process in interface FhEdgeWeights<boofcv.struct.image.GrayU8>public boofcv.struct.image.ImageType<boofcv.struct.image.GrayU8> getInputType()
getInputType in interface FhEdgeWeights<boofcv.struct.image.GrayU8>