BIJ API

FlowJ
Class FlowJFleet

java.lang.Object
  |
  +--FlowJ.FlowJFleet

public class FlowJFleet
extends java.lang.Object


Constructor Summary
FlowJFleet()
           
 
Method Summary
 void computeFull(FlowJFlow flow, float conditionLimit, float residualThreshold)
          Compute all full velocities from 5*5 neighbourhoods of normal velocities.
 void filterAll(ij.ImageStack stack, int center, float sigmat, float sigmas)
           
 int getHeight()
           
 int getWidth()
           
 void normals(float percent_maxamp, float tau)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlowJFleet

public FlowJFleet()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getWidth

public int getWidth()

getHeight

public int getHeight()

filterAll

public void filterAll(ij.ImageStack stack,
                      int center,
                      float sigmat,
                      float sigmas)
               throws FlowJException

normals

public void normals(float percent_maxamp,
                    float tau)

computeFull

public void computeFull(FlowJFlow flow,
                        float conditionLimit,
                        float residualThreshold)
Compute all full velocities from 5*5 neighbourhoods of normal velocities.

BIJ API

Submit a bug or feature

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