Package one.empty3.feature.selection
Class Selection
java.lang.Object
one.empty3.io.ProcessNFiles
one.empty3.io.ProcessFile
one.empty3.feature.selection.Selection
- Direct Known Subclasses:
SelectionImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
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 TypeMethodDescriptionboolean
selectColorPoint
(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
-
Field Details
-
SELECTION_TYPE_COLOR
public static final int SELECTION_TYPE_COLOR- See Also:
-
SELECTION_TYPE_COLOR_FROM_POINT
public static final int SELECTION_TYPE_COLOR_FROM_POINT- See Also:
-
SELECTION_TYPE_COLOR_FROM_RECT
public static final int SELECTION_TYPE_COLOR_FROM_RECT- See Also:
-
SELECTION_OPTION_PRESELECTION
public static final int SELECTION_OPTION_PRESELECTION- See Also:
-
-
Constructor Details
-
Selection
public Selection()
-
-
Method Details
-
select
-
selectColorPoint
-
selectPoint
-
selectInRect
-
process
- Specified by:
process
in classProcessFile
-