Documentation of 'boofcv.alg.segmentation.ms.RegionMergeTree' Java class
RegionMergeTree
boofcv.alg.segmentation.ms

Class RegionMergeTree

    • Constructor Summary

      Constructors 
      Constructor and Description
      RegionMergeTree() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void initializeMerge(int numRegions)
      Must call before any other functions.
      void performMerge(GrayS32 pixelToRegion, GrowQueue_I32 regionMemberCount)
      Merges regions together and updates the provided data structures for said changes.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RegionMergeTree

        public RegionMergeTree()
    • Method Detail

      • initializeMerge

        public void initializeMerge(int numRegions)
        Must call before any other functions.
        Parameters:
        numRegions - Total number of regions.
      • performMerge

        public void performMerge(GrayS32 pixelToRegion,
                                 GrowQueue_I32 regionMemberCount)
        Merges regions together and updates the provided data structures for said changes.
        Parameters:
        pixelToRegion - (Input/Output) Image used to convert pixel location in region ID. Modified.
        regionMemberCount - (Input/Output) List containing how many pixels belong to each region. Modified.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.