public class SoTensorVotingProcessing2d extends SoImageVizEngine
SoTensorVotingProcessing2d
engine.
The SoTensorVotingProcessing2d
engine strengthens an image local features according to their consistency with a model of smooth curves.
The computation will use a feature score image and an orientation vector image.
The voting field used assumes that the best connection between two points with one orientation imposes a circular arc that decays with the radius according to a Gaussian function. The voting field size is defined by the parameter "scale".
This voting field can be illustrated on the unit sphere:
The method is referenced by Franken and van Almsick publication
E.Franken, M.van Almsick, P.Rongen, L.Florack, B.ter Haar Romeny,
"An efficient method for tensor voting using steerable filters."
Computer Vision - ECCV 2006. Springer, pp. 228-240, 2006.
Different outputs can be computed by this filter and are selected with the "outputSelection" parameter. Only the outputs necessary to the application can be selected in order to minimize memory and computation time usage.
This filter can provide an output spectral image where each channel represents a tensor component set in the following order ,
,
.
The saliency, ballness and orientation vector images can be extracted from this tensor image following:
The saliency can be interpreted as a measure for the orientation certainty or a measure of anisotropy of the ellipse in orientation given in outVectorImage.
The ballness can be interpreted as a measure for the orientation uncertainty or a measure of isotropy.
The orientation vector image defines the main orientation of the output tensor.
File format/default:
TensorVotingProcessing2d {
inFeatureImage | NULL |
inVectorImage | NULL |
scale | 5.0 |
outputSelection | SALIENCY |
Library references: TensorVoting2D
Modifier and Type | Class and Description |
---|---|
static class |
SoTensorVotingProcessing2d.OutputSelections
This enum defines each computable outputs.
|
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFImageDataAdapter |
inFeatureImage
Input feature image.
|
SoSFImageDataAdapter |
inVectorImage
Input orientation vector image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outBallnessImage
Output ballness image.
|
SoSFBitMask<SoTensorVotingProcessing2d.OutputSelections> |
outputSelection
Enable the computation of selected outputs.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outSaliencyImage
Output saliency image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outTensorImage
Output tensor image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outVectorImage
Output orientation vector image.
|
SoSFDouble |
scale
This parameter acts on the gap length filled by the tensor voting algorithm.
|
onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoTensorVotingProcessing2d()
Constructor.
|
abortEvaluate, isEvaluating, startEvaluate, waitEvaluate
copy, getByName, getOutput, getOutputName
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
dispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable, touch
getNativeResourceHandle
public final SoSFImageDataAdapter inFeatureImage
public final SoSFImageDataAdapter inVectorImage
public final SoSFDouble scale
public final SoSFBitMask<SoTensorVotingProcessing2d.OutputSelections> outputSelection
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outTensorImage
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outVectorImage
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outSaliencyImage
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outBallnessImage
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com