24#ifndef _SO_TENSORVOTING2D_IMAGE_FILTER_H_ 
   25#define _SO_TENSORVOTING2D_IMAGE_FILTER_H_ 
  123    ORIENTATION_VECTOR = 2,
 
 
#define SO_IMAGEVIZ_ENGINE_HEADER(className)
 
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a>  Abstract base class fo...
 
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a>  Image Processing outpu...
 
Single-value field containing a set of bit flags.
 
Field containing a floating-point value.
 
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a>  Field containing an So...
 
<a href="IconLegend.html"><img src="extIP.gif" alt="ImageViz" border="0"></a>  SoTensorVotingProcessi...
 
SoSFDouble scale
This parameter acts on the gap length filled by the tensor voting algorithm.
 
OutputSelection
This enum defines each computable outputs.
 
SoImageVizEngineOutput< SoSFImageDataAdapter, SoImageDataAdapter * > outVectorImage
Output orientation vector image.
 
SoImageVizEngineOutput< SoSFImageDataAdapter, SoImageDataAdapter * > outSaliencyImage
Output saliency image.
 
SoSFImageDataAdapter inVectorImage
Input orientation vector image.
 
SoSFImageDataAdapter inFeatureImage
Input feature image.
 
SoImageVizEngineOutput< SoSFImageDataAdapter, SoImageDataAdapter * > outBallnessImage
Output ballness image.
 
SoImageVizEngineOutput< SoSFImageDataAdapter, SoImageDataAdapter * > outTensorImage
Output tensor image.
 
SoSFBitMask outputSelection
Enable the computation of selected outputs.
 
SoTensorVotingProcessing2d()
Constructor.