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.
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 |
OFClassifier
public OFClassifier()
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)
Submit a bug or feature
Copyright (c) 1997-2003 Michael Abramoff
Licensing available. All Rights Reserved.