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