BIJ API

of3d
Class OFClassifier

java.lang.Object
  |
  +--VolumeJ.VJClassifier
        |
        +--of3d.OFClassifier
Direct Known Subclasses:
OFClassifierScintillans

public abstract class OFClassifier
extends VJClassifier

This class is the superclass for all 3D optical flow visualization classifiers by extending VJClassifier. It redefines some methods not used for flow visualization. Copyright (c) 1999-2002, Michael Abramoff. All rights reserved.


Fields inherited from class VolumeJ.VJClassifier
description, GRAYSCALE, RGB, secondaryClassifier
 
Constructor Summary
OFClassifier()
           
 
Method Summary
abstract  VJAlphaColor alphacolor(FlowJValue value, VJGradient g)
           
 VJAlphaColor alphacolor(VJValue value, VJGradient g)
          The classification method, defining how a value/gradient combination will be classified as an VJAlphaColor (argb).
 boolean doesStatic()
           
 float getThreshold()
          Get the classifier threshold.
 boolean isStatic()
           
 void setAxes(int axes)
           
 void setFraction(float fraction)
           
 void setRho(float rho)
           
 
Methods inherited from class VolumeJ.VJClassifier
alphacolor, does, doesCutouts, doesIndex, getSecondaryClassifier, hasLUT, setLUT, setSecondaryClassifier, toLongString, toString, trace, visible
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OFClassifier

public OFClassifier()
Method Detail

setFraction

public void setFraction(float fraction)

setAxes

public void setAxes(int axes)

setRho

public void setRho(float rho)

doesStatic

public boolean doesStatic()

isStatic

public boolean isStatic()

getThreshold

public float getThreshold()
Description copied from class: VJClassifier
Get the classifier threshold.
Overrides:
getThreshold in class VJClassifier

alphacolor

public VJAlphaColor alphacolor(VJValue value,
                               VJGradient g)
Description copied from class: VJClassifier
The classification method, defining how a value/gradient combination will be classified as an VJAlphaColor (argb).
Overrides:
alphacolor in class VJClassifier

alphacolor

public abstract VJAlphaColor alphacolor(FlowJValue value,
                                        VJGradient g)

BIJ API

Submit a bug or feature

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