Class SegmentFelzenszwalbHuttenlocher04.Edge

java.lang.Object
org.ddogleg.sorting.SortableParameter_F32
boofcv.alg.segmentation.fh04.SegmentFelzenszwalbHuttenlocher04.Edge
Enclosing class:
SegmentFelzenszwalbHuttenlocher04<T extends ImageBase<T>>

public static class SegmentFelzenszwalbHuttenlocher04.Edge extends SortableParameter_F32
Describes the relationship between to adjacent pixels in the image. The weight is saved in 'sortValue'
  • 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()