|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.shapelogic.imageutil.BaseImageOperation
org.shapelogic.imageprocessing.BaseParticleCounter
org.shapelogic.imageprocessing.ColorParticleAnalyzer
org.shapelogic.imageprocessing.ColorParticleAnalyzerIJ
org.shapelogic.imageprocessing.RGBColorParticleAnalyzerIJ
RGBColorParticleAnalyzer_
public class RGBColorParticleAnalyzer_
Particle analyzer where you set the RGB color for either foreground or background.
Works with rectangular ROIs.
All ImageJ functionality are put in superclass ColorParticleAnalyzerIJ in order to unit test it. Classes defined in the default package cannot be referenced from classes existing outside default package.
Field Summary |
---|
Fields inherited from class org.shapelogic.imageprocessing.RGBColorParticleAnalyzerIJ |
---|
_backgroundStatic, _bStatic, _countOnlyStatic, _displayInternalInfoStatic, _gStatic, _rStatic, _toMaskStatic, _useNeuralNetworkStatic |
Fields inherited from class org.shapelogic.imageprocessing.ColorParticleAnalyzerIJ |
---|
_gd, _iterationsStatic, _maxDistanceStatic, _maxPixelsInAreaStatic, _minPixelsInAreaStatic, _neuralNetworkFileStatic, _rt |
Fields inherited from class org.shapelogic.imageprocessing.ColorParticleAnalyzer |
---|
_areaStream, _aspectRatioStream, _curveArchCountStream, _edgeTracer, _grayValueStream, _hardCornerCountStream, _inflectionPointCountStream, _neuralNetworkFile, _particleStream, _perimeterStream, _polygonStream, _roundishStream, _tableBuilder, _tableDefinition, _useNeuralNetwork, _xMaxStream, _xMinStream, _yMaxStream, _yMinStream, 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 | |
---|---|
RGBColorParticleAnalyzer_()
|
Method Summary |
---|
Methods inherited from class org.shapelogic.imageprocessing.RGBColorParticleAnalyzerIJ |
---|
showDialog |
Methods inherited from class org.shapelogic.imageprocessing.ColorParticleAnalyzerIJ |
---|
displayInternalInfo, displayResultsTable, populateResultsTableRow, run, setNPasses, setup, setupTableBuilder |
Methods inherited from class org.shapelogic.imageprocessing.ColorParticleAnalyzer |
---|
categorizeStreams, customStreamDefinitions, defaultColumnDefinitions, defaultStreamDefinitions, defineNeuralNetwork, defineRules, getInternalInfo, init, makeBBoxStreams, 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 |
Constructor Detail |
---|
public RGBColorParticleAnalyzer_()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |