Integrator

public class Integrator implements Analyzer

Analyzer which outputs the average pixel value per frame. The average is taken over the area of the image (or ROI) in units of squared pixels.

Author:Marcel Stefko

Constructors

Integrator

public Integrator()

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)

Computes the average of the pixel values taken over the image (or ROI).

Parameters:
  • image
  • image_width
  • image_height
  • pixel_size_um
  • time_ms

setROI

public void setROI(Roi roi)