SpotCounter

public class SpotCounter implements Analyzer
Author:stefko

Constructors

SpotCounter

public SpotCounter(int noise_tolerance, int box_size, boolean live_view)

Initialize the analyzer

Parameters:
  • noise_tolerance – required height of peak around surroundings
  • box_size – size of the scanning box in pixels
  • live_view – if true, live preview is shown

Methods

dispose

public void dispose()

getBatchOutput

public double getBatchOutput()

getIntermittentOutput

public double getIntermittentOutput()

getName

public String getName()

getShortReturnDescription

public String getShortReturnDescription()

getStatusPanel

public AnalyzerStatusPanel getStatusPanel()

processImage

public void processImage(Object image, int image_width, int image_height, double pixel_size_um, long time_ms)

setROI

public void setROI(Roi roi)