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