Documentation of 'boofcv.examples.segmentation.ExampleWatershedWithSeeds' Java class
ExampleWatershedWithSeeds
boofcv.examples.segmentation

Class ExampleWatershedWithSeeds



  • public class ExampleWatershedWithSeeds
    extends java.lang.Object
    Watershed image segmentation will often produce an excessive number of regions since each local minimum is the seed which creates a new region. To get around this problem you can provide the seeds manually. The down side to providing manual seeds is that it is no longer a general purpose algorithm and requires knowledge of the image structure to provide the seeds. This example demonstrates how to do this.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void main(java.lang.String[] args) 
      • Methods inherited from class java.lang.Object

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

      • ExampleWatershedWithSeeds

        public ExampleWatershedWithSeeds()
    • Method Detail

      • main

        public static void main(java.lang.String[] args)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.