QuickPalm

public class QuickPalm implements Analyzer

Produces a localization count per area using QuickPALM.

Author:Marcel Stefko

Constructors

QuickPalm

public QuickPalm(boolean live_view)

Implementation of the QuickPALM algorithm as an analyzer, which produces particle count as output.

Parameters:
  • live_view – if true, live view of particle positions 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)