Class AlgorithmMSER.VlMserReg

  • Enclosing class:
    AlgorithmMSER

    private class AlgorithmMSER.VlMserReg
    extends java.lang.Object
    Extremal regions and maximally stable extremal regions are instances of image regions. There is an image region for each pixel of the image. Each regions is represented by an instance of this structure. Regions are stored into an array in pixel order. Regions are arranged into a forest. VlMserReg::parent points to the parent node, or the the node itself if the node is a root. VlMserReg::parent is the index of the node in the node array (which therefore is also the index of the corresponding pixel). VlMserReg::height is the distance of the farthest leaf. If the node itself is a leaf, then VlMserReg::height is zero. VlMserReg::area is the area of the image region corresponding to this node. VlMserReg::region is the extremal region identifier. Not all regions are extremal regions.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int area  
      (package private) int height  
      (package private) int parent  
      (package private) int shortcut  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private VlMserReg()  
    • 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
      • shortcut

        int shortcut
      • height

        int height
      • area

        int area
    • Constructor Detail

      • VlMserReg

        private VlMserReg()