Class CustomParticleAnalyzer_

java.lang.Object
  extended by org.shapelogic.imageutil.BaseImageOperation
      extended by org.shapelogic.imageprocessing.BaseParticleCounter
          extended by org.shapelogic.imageprocessing.ColorParticleAnalyzer
              extended by org.shapelogic.imageprocessing.ColorParticleAnalyzerIJ
                  extended by CustomParticleAnalyzer_
All Implemented Interfaces:
ij.plugin.filter.ExtendedPlugInFilter, ij.plugin.filter.PlugInFilter, java.lang.Runnable, IParticleCounter, ImageOperation

public class CustomParticleAnalyzer_
extends ColorParticleAnalyzerIJ


Field Summary
 
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
 
Fields inherited from class org.shapelogic.imageprocessing.BaseParticleCounter
_backgroundArea, _backgroundCount, _boundingBoxArea, _categorizer, _colorHypothesis, _colorHypothesisFinder, _displayTable, _iterations, _maxDistance, _maxPixelsInArea, _minPixelsInArea, _modifying, _particleCount, _particleImage, _particlesFiltered, _particlesOrig, _saveArea, _segmentation, ITERATIONS_DEFAULTS, MAX_DISTANCE_DEFAULTS, MAX_PIXELS_IN_AREA_DEFAULTS, MIN_PIXELS_IN_AREA_DEFAULTS
 
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
CustomParticleAnalyzer_()
           
 
Method Summary
protected  void categorizeStreams()
          Analyzes particles and group them.
Not sure if I should use named streams or try to avoid it to make it more thread safe.
 
Methods inherited from class org.shapelogic.imageprocessing.ColorParticleAnalyzerIJ
defaultColumnDefinitions, displayResultsTable, populateResultsTableRow, run, setNPasses, setup, showDialog
 
Methods inherited from class org.shapelogic.imageprocessing.ColorParticleAnalyzer
customStreamDefinitions, defaultStreamDefinitions, populateResultsTable
 
Methods inherited from class org.shapelogic.imageprocessing.BaseParticleCounter
customColumnDefinitions, findBackground, findColorHypothesis, getColorHypothesisFinder, getImageArea, getIterations, getMaxDistance, getMinPixelsInArea, getParticleCount, getParticleFiltered, getSegmentation, getStatus, globalFilter, init, isParticleImage, populateResultsTableRowCustom, run, segment, setColorHypothesisFinder, setDisplayTable, setIterations, setMaxDistance, setMinPixelsInArea, showResultDialog
 
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

CustomParticleAnalyzer_

public CustomParticleAnalyzer_()
Method Detail

categorizeStreams

protected void categorizeStreams()
Description copied from class: ColorParticleAnalyzer
Analyzes particles and group them.
Not sure if I should use named streams or try to avoid it to make it more thread safe.

Overrides:
categorizeStreams in class ColorParticleAnalyzer


Copyright © 2008. All Rights Reserved.