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