FlowJ
Class FlowJSpotNoiseMapper

java.lang.Object
  extended by FlowJ.FlowJMapper
      extended by FlowJ.FlowJSpotNoiseMapper

public class FlowJSpotNoiseMapper
extends FlowJMapper

This class maps spotnoise of a flow field. Copyright (c) 2001, Michael Abramoff. All rights reserved.


Field Summary
static double chance
           
static double minMagnitude
           
 
Constructor Summary
FlowJSpotNoiseMapper(ij.process.ImageProcessor impr, float[][][] flow, int axes, int maxp, int maxq, double pScaling, double qScaling, double rho)
           
 
Method Summary
 void pixel(int ip, int iq, int ix, int iy, double dx, double dy)
           
 
Methods inherited from class FlowJ.FlowJMapper
bl
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chance

public static final double chance
See Also:
Constant Field Values

minMagnitude

public static final double minMagnitude
See Also:
Constant Field Values
Constructor Detail

FlowJSpotNoiseMapper

public FlowJSpotNoiseMapper(ij.process.ImageProcessor impr,
                            float[][][] flow,
                            int axes,
                            int maxp,
                            int maxq,
                            double pScaling,
                            double qScaling,
                            double rho)
Method Detail

pixel

public void pixel(int ip,
                  int iq,
                  int ix,
                  int iy,
                  double dx,
                  double dy)
Overrides:
pixel in class FlowJMapper