MovingFluorophore

public class MovingFluorophore extends DefaultFluorophore

DefaultFluorophore that can move between frames

Author:Marcel Stefko

Constructors

MovingFluorophore

public MovingFluorophore(Camera camera, double signal, StateSystem state_system, int start_state, double x, double y, ArrayList<Point2D.Double> trajectory)

DefaultFluorophore which moves along a certain trajectory and then stops

Parameters:
  • camera
  • x – initial x position
  • y – initial y position
  • trajectory – trajectory of fluorophore in absolute numbers

Methods

applyTo

public void applyTo(float[][] pixels)