SoMultiscaleStructureEnhancementProcessing3d.tensorType Property |
Defines whether the command will use the gradient tensor or the hessian matrix.
Namespace: OIV.ImageViz.Engines.ImageFiltering.TextureFiltersAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic SoSFEnum<SoMultiscaleStructureEnhancementProcessing3d. TensorTypes> tensorType { get; }
Public ReadOnly Property tensorType As SoSFEnum(Of SoMultiscaleStructureEnhancementProcessing3d.TensorTypes)
Get
public:
property SoSFEnum<SoMultiscaleStructureEnhancementProcessing3d. TensorTypes>^ tensorType {
SoSFEnum<SoMultiscaleStructureEnhancementProcessing3d. TensorTypes>^ get ();
}
member tensorType : SoSFEnum<SoMultiscaleStructureEnhancementProcessing3d. TensorTypes> with get
Property Value
Type:
SoSFEnum<SoMultiscaleStructureEnhancementProcessing3d.TensorTypes>
Remarks
See Also