Package one.empty3.feature.selection
Class SelectionImpl
java.lang.Object
one.empty3.io.ProcessNFiles
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_RECT
Fields inherited from class one.empty3.io.ProcessFile
bean
Fields inherited from class one.empty3.io.ProcessNFiles
maxRes, processNFiles, properties
-
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, getStackItem, initProperties, isImage, processFiles, processMem, setMaxRes, setOutputDirectory, setStack
Methods inherited from class one.empty3.io.ProcessNFiles
addFilter, getCode, getProcessNFiles, getProperties, getSource, onInstanceInit, setCode, setProcessNFiles, setProperties, setProperty
-
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:
selectColorPoint
in classSelection
-
selectPoint
- Specified by:
selectPoint
in classSelection
-
selectInRect
public List<Point3D> selectInRect(List<Point3D> preSelection, PixM pix, int x1, int y1, int x2, int y2) - Specified by:
selectInRect
in classSelection
-