.. java:import:: ch.epfl.leb.alica.interfaces Analyzer .. java:import:: ch.epfl.leb.alica.interfaces.analyzers AnalyzerStatusPanel .. java:import:: ij.gui Roi .. java:import:: ij.process ImageProcessor .. java:import:: ij.process ShortProcessor .. java:import:: java.util ArrayList .. java:import:: java.util HashMap QuickPalm ========= .. java:package:: ch.epfl.leb.alica.acpack.analyzers.quickpalm :noindex: .. java:type:: public class QuickPalm implements Analyzer Produces a localization count per area using QuickPALM. :author: Marcel Stefko Constructors ------------ QuickPalm ^^^^^^^^^ .. java:constructor:: public QuickPalm(boolean live_view) :outertype: QuickPalm Implementation of the QuickPALM algorithm as an analyzer, which produces particle count as output. :param live_view: if true, live view of particle positions is shown Methods ------- dispose ^^^^^^^ .. java:method:: @Override public void dispose() :outertype: QuickPalm getBatchOutput ^^^^^^^^^^^^^^ .. java:method:: @Override public double getBatchOutput() :outertype: QuickPalm getIntermittentOutput ^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override public double getIntermittentOutput() :outertype: QuickPalm getName ^^^^^^^ .. java:method:: @Override public String getName() :outertype: QuickPalm getShortReturnDescription ^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override public String getShortReturnDescription() :outertype: QuickPalm getStatusPanel ^^^^^^^^^^^^^^ .. java:method:: @Override public AnalyzerStatusPanel getStatusPanel() :outertype: QuickPalm processImage ^^^^^^^^^^^^ .. java:method:: @Override public void processImage(Object image, int image_width, int image_height, double pixel_size_um, long time_ms) :outertype: QuickPalm setROI ^^^^^^ .. java:method:: @Override public void setROI(Roi roi) :outertype: QuickPalm