FlowJ
Class FlowJColorNoiseMapper
java.lang.Object
FlowJ.FlowJMapper
FlowJ.FlowJColorNoiseMapper
public class FlowJColorNoiseMapper
- extends FlowJMapper
This class maps a flow field in colored spotnoise format.
Copyright (c) 2001-2003, Michael Abramoff. All rights reserved.
|
Constructor Summary |
FlowJColorNoiseMapper(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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
chance
public static final double chance
- See Also:
- Constant Field Values
minMagnitude
public static final double minMagnitude
- See Also:
- Constant Field Values
FlowJColorNoiseMapper
public FlowJColorNoiseMapper(ij.process.ImageProcessor impr,
float[][][] flow,
int axes,
int maxp,
int maxq,
double pScaling,
double qScaling,
double rho)
pixel
public void pixel(int ip,
int iq,
int ix,
int iy,
double dx,
double dy)
- Overrides:
pixel in class FlowJMapper