public class FhEdgeWeights8_F32 extends java.lang.Object implements FhEdgeWeights<boofcv.struct.image.GrayF32>
Computes edge weight as the absolute value of the different in pixel value for single band images. A 8-connect neighborhood is considered.
WARNING: Do not modify. Automatically generated by GenerateFhEdgeWeights_SB.
| Constructor and Description |
|---|
FhEdgeWeights8_F32() |
| Modifier and Type | Method and Description |
|---|---|
boofcv.struct.image.ImageType<boofcv.struct.image.GrayF32> |
getInputType() |
void |
process(boofcv.struct.image.GrayF32 input,
org.ddogleg.struct.FastQueue<SegmentFelzenszwalbHuttenlocher04.Edge> edges) |
public void process(boofcv.struct.image.GrayF32 input,
org.ddogleg.struct.FastQueue<SegmentFelzenszwalbHuttenlocher04.Edge> edges)
process in interface FhEdgeWeights<boofcv.struct.image.GrayF32>public boofcv.struct.image.ImageType<boofcv.struct.image.GrayF32> getInputType()
getInputType in interface FhEdgeWeights<boofcv.struct.image.GrayF32>