Package boofcv.alg.segmentation.fh04
Class SegmentFelzenszwalbHuttenlocher04.Edge
java.lang.Object
org.ddogleg.sorting.SortableParameter_F32
boofcv.alg.segmentation.fh04.SegmentFelzenszwalbHuttenlocher04.Edge
- Enclosing class:
- SegmentFelzenszwalbHuttenlocher04<T extends ImageBase<T>>
Describes the relationship between to adjacent pixels in the image.
The weight is saved in 'sortValue'
-
Field Summary
Fields inherited from class org.ddogleg.sorting.SortableParameter_F32
sortValue
-
Constructor Summary
-
Method Summary
-
Field Details
-
indexA
public int indexA -
indexB
public int indexB
-
-
Constructor Details
-
Edge
public Edge(int indexA, int indexB) -
Edge
public Edge()
-
-
Method Details
-
weight
public final float weight()
-