AutoLase

public class AutoLase implements Analyzer

Wrapper for Thomas Pengo’s implementation of AutoLase algorithm.

Author:Marcel Stefko

Constructors

AutoLase

public AutoLase(int threshold)

Initializes AutoLase with default threshold (120) and averaging (30) values.

Parameters:
  • threshold

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)