BIJ API

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.


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

Field Detail

chance

public static final float chance

minMagnitude

public static final float minMagnitude
Constructor Detail

FlowJColorNoiseMapper

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

pixel

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

BIJ API

Submit a bug or feature

Copyright (c) 1997-2003 Michael Abramoff
Licensing available. All Rights Reserved.