org.shapelogic.imageprocessing
Class SBSegmentation
java.lang.Object
org.shapelogic.imageprocessing.SBSegmentation
public class SBSegmentation
- extends java.lang.Object
High level class for segmentation.
Works with both color and gray scale.
- Author:
- Sami Badawi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SBSegmentation
public SBSegmentation()
segmentAll
public void segmentAll()
segment
public void segment(int x,
int y)
- Start segmentation by selecting a point
Use the color of that point at your goal color
- Parameters:
x
- y
-
init
public void init()
- line is at the edge of image and pointing away from the center
setImageProcessor
public void setImageProcessor(ij.process.ImageProcessor ip)
- Parameters:
ip
- The ip to set.
setPixelCompare
public void setPixelCompare(SBPixelCompare pixelCompare)
- Parameters:
pixelCompare
- The pixelCompare to set.
getStatus
public java.lang.String getStatus()
- Returns:
- Returns the status.
Copyright © 2007. All Rights Reserved.