Package gov.nih.mipav.model.algorithms
Class AlgorithmMSER.VlMserReg
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.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.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
VlMserReg()
-