|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.shapelogic.imageutil.BaseImageOperation org.shapelogic.imageprocessing.BaseParticleCounter org.shapelogic.imageprocessing.ColorParticleAnalyzer org.shapelogic.imageprocessing.ColorParticleAnalyzerIJ org.shapelogic.imageprocessing.RGBColorParticleAnalyzerIJ
public class RGBColorParticleAnalyzerIJ
Particle analyzer where you set the RGB color for either foreground or background.
Works with rectangular ROIs
Field Summary | |
---|---|
protected static boolean |
_backgroundStatic
|
protected static int |
_bStatic
|
protected static boolean |
_countOnlyStatic
|
protected static boolean |
_displayInternalInfoStatic
|
protected static int |
_gStatic
|
protected static int |
_rStatic
|
protected static boolean |
_toMaskStatic
|
Fields inherited from class org.shapelogic.imageprocessing.ColorParticleAnalyzerIJ |
---|
_gd, _iterationsStatic, _maxDistanceStatic, _maxPixelsInAreaStatic, _minPixelsInAreaStatic, _rt |
Fields inherited from class org.shapelogic.imageprocessing.ColorParticleAnalyzer |
---|
_aspectRatioStream, _curveArchCountStream, _edgeTracer, _grayValueStream, _hardCornerCountStream, _inflectionPointCountStream, _particleStream, _polygonStream, _roundishStream, loadLetterStreams, loadParticleStreams, loadPolygonStreams |
Fields inherited from class org.shapelogic.imageutil.BaseImageOperation |
---|
_arg, _guiWrapper, _image, _keyValueParser, _setupReturnValue |
Fields inherited from interface ij.plugin.filter.ExtendedPlugInFilter |
---|
KEEP_PREVIEW |
Fields inherited from interface ij.plugin.filter.PlugInFilter |
---|
CONVERT_TO_FLOAT, DOES_16, DOES_32, DOES_8C, DOES_8G, DOES_ALL, DOES_RGB, DOES_STACKS, DONE, FINAL_PROCESSING, NO_CHANGES, NO_IMAGE_REQUIRED, NO_UNDO, PARALLELIZE_STACKS, ROI_REQUIRED, SNAPSHOT, STACK_REQUIRED, SUPPORTS_MASKING |
Constructor Summary | |
---|---|
RGBColorParticleAnalyzerIJ()
|
Method Summary | |
---|---|
int |
showDialog(ij.ImagePlus imp,
java.lang.String command,
ij.plugin.filter.PlugInFilterRunner pfr)
|
Methods inherited from class org.shapelogic.imageprocessing.ColorParticleAnalyzerIJ |
---|
defaultColumnDefinitions, displayInternalInfo, displayResultsTable, populateResultsTableRow, run, setNPasses, setup |
Methods inherited from class org.shapelogic.imageprocessing.ColorParticleAnalyzer |
---|
categorizeStreams, customStreamDefinitions, defaultStreamDefinitions, getInternalInfo, init, populateResultsTable |
Methods inherited from class org.shapelogic.imageutil.BaseImageOperation |
---|
getGuiWrapper, getImage, getKeyValueParser, getSetupReturnValue, isImageValid, setArg, setGuiWrapper, setKeyValueParser, setSetupReturnValue, setup, showAbout, showMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.shapelogic.imageutil.ImageOperation |
---|
getGuiWrapper, getImage, getKeyValueParser, getSetupReturnValue, isImageValid, setArg, setGuiWrapper, setKeyValueParser, setSetupReturnValue, setup, showAbout, showMessage |
Field Detail |
---|
protected static int _rStatic
protected static int _gStatic
protected static int _bStatic
protected static boolean _backgroundStatic
protected static boolean _countOnlyStatic
protected static boolean _toMaskStatic
protected static boolean _displayInternalInfoStatic
Constructor Detail |
---|
public RGBColorParticleAnalyzerIJ()
Method Detail |
---|
public int showDialog(ij.ImagePlus imp, java.lang.String command, ij.plugin.filter.PlugInFilterRunner pfr)
showDialog
in interface ij.plugin.filter.ExtendedPlugInFilter
showDialog
in class ColorParticleAnalyzerIJ
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |