Package one.empty3.feature.selection
Class SelectionImpl
java.lang.Object
one.empty3.io.ProcessFile
one.empty3.feature.selection.Selection
one.empty3.feature.selection.SelectionImpl
-
Field Summary
Fields inherited from class one.empty3.feature.selection.Selection
SELECTION_OPTION_PRESELECTION, SELECTION_TYPE_COLOR, SELECTION_TYPE_COLOR_FROM_POINT, SELECTION_TYPE_COLOR_FROM_RECTFields inherited from class one.empty3.io.ProcessFile
bean, maxRes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionselectColorPoint(List<Point3D> preSelection, PixM pix, int rgb, int x, int y, double threshold) selectInRect(List<Point3D> preSelection, PixM pix, int x1, int y1, int x2, int y2) selectPoint(List<Point3D> preSelection, PixM pix, int x, int y) Methods inherited from class one.empty3.io.ProcessFile
addSource, getOutputDirectory, getSource, getStackItem, isImage, processMem, setMaxRes, setOutputDirectory, setProperty, setStack
-
Constructor Details
-
SelectionImpl
public SelectionImpl()
-
-
Method Details
-
select
-
selectColorPoint
public List<Point3D> selectColorPoint(List<Point3D> preSelection, PixM pix, int rgb, int x, int y, double threshold) - Overrides:
selectColorPointin classSelection
-
selectPoint
- Specified by:
selectPointin classSelection
-
selectInRect
public List<Point3D> selectInRect(List<Point3D> preSelection, PixM pix, int x1, int y1, int x2, int y2) - Specified by:
selectInRectin classSelection
-