Class AlgorithmMSER.VlMserExtrReg

  • Enclosing class:
    AlgorithmMSER

    private class AlgorithmMSER.VlMserExtrReg
    extends java.lang.Object
    Extremal regions (ER) are extracted from the region forest. Each region is represented by an instance of this structure. The structures are stored into an array, in arbitrary order. ER are arranged into a tree. parent points to the parent ER, or to itself if the ER is the root. An instance of the structure represents the extremal region of the level set of intensity VlMserExtrReg::value and containing the pixel VlMserExtReg::index. VlMserExtrReg::area is the area of the extremal region and VlMserExtrReg::area_top is the area of the extremal region containing this region in the level set of intensity VlMserExtrReg::area + delta VlMserExtrReg::variation is the relative area variation (area_top-area)/area. VlMserExtrReg::max_stable is a flag signaling whether this region is also maximally stable.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int area  
      (package private) int index  
      (package private) int max_stable  
      (package private) int parent  
      (package private) int shortcut  
      (package private) short value  
      (package private) double variation  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private VlMserExtrReg()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • parent

        int parent
      • index

        int index
      • value

        short value
      • shortcut

        int shortcut
      • area

        int area
      • variation

        double variation
      • max_stable

        int max_stable
    • Constructor Detail

      • VlMserExtrReg

        private VlMserExtrReg()