maltcms.commands.fragments2d.peakfinding.srg
Interface IRegionGrowing

All Superinterfaces:
cross.IConfigurable, Serializable
All Known Implementing Classes:
OneByOneRegionGrowing

public interface IRegionGrowing
extends cross.IConfigurable


Method Summary
 List<PeakArea2D> getAreasFor(List<Point> seeds, cross.datastructures.fragments.IFileFragment ff, IScanLine slc)
           
 List<ArrayDouble.D1> getIntensities()
           
 double getMinDist()
           
 
Methods inherited from interface cross.IConfigurable
configure
 

Method Detail

getAreasFor

List<PeakArea2D> getAreasFor(List<Point> seeds,
                             cross.datastructures.fragments.IFileFragment ff,
                             IScanLine slc)

getMinDist

double getMinDist()

getIntensities

List<ArrayDouble.D1> getIntensities()


Copyright © 2007-2012. All Rights Reserved.