org.shapelogic.color
Class ColorFactory

java.lang.Object
  extended by org.shapelogic.color.ColorFactory

public class ColorFactory
extends java.lang.Object

Factory for different color classes.

Author:
Sami Badawi

Method Summary
static IColorAndVariance makeColorAndVarianceI(SLImage image)
           
static int[] makeColorCannels(SLImage image)
           
static ColorChannelSplitter makeColorChannelSplitter(SLImage image)
           
static IColorDistance makeColorDistance(SLImage image)
           
static IColorDistanceWithImage makeColorDistanceWithImage(SLImage image)
           
static IColorRange makeColorRangeI(SLImage image)
           
static ValueAreaFactory segmentAreaFactory(ij.process.ImageProcessor ip)
           
static ValueAreaFactory segmentAreaFactory(SLImage image)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

makeColorRangeI

public static IColorRange makeColorRangeI(SLImage image)

makeColorAndVarianceI

public static IColorAndVariance makeColorAndVarianceI(SLImage image)

makeColorCannels

public static int[] makeColorCannels(SLImage image)

makeColorChannelSplitter

public static ColorChannelSplitter makeColorChannelSplitter(SLImage image)

makeColorDistance

public static IColorDistance makeColorDistance(SLImage image)

makeColorDistanceWithImage

public static IColorDistanceWithImage makeColorDistanceWithImage(SLImage image)

segmentAreaFactory

public static ValueAreaFactory segmentAreaFactory(ij.process.ImageProcessor ip)
                                           throws java.lang.Exception
Throws:
java.lang.Exception

segmentAreaFactory

public static ValueAreaFactory segmentAreaFactory(SLImage image)
                                           throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009. All Rights Reserved.