SoNonLocalMeansFilterProcessingkernelShape Property |
The search window shape to apply.
Namespace: OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoisingAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFEnum<SoNonLocalMeansFilterProcessingKernelShapes> kernelShape { get; }
Public ReadOnly Property kernelShape As SoSFEnum(Of SoNonLocalMeansFilterProcessingKernelShapes)
Get
public:
property SoSFEnum<SoNonLocalMeansFilterProcessingKernelShapes>^ kernelShape {
SoSFEnum<SoNonLocalMeansFilterProcessingKernelShapes>^ get ();
}
member kernelShape : SoSFEnum<SoNonLocalMeansFilterProcessingKernelShapes> with get
Property Value
Type:
SoSFEnumSoNonLocalMeansFilterProcessingKernelShapesRemarks The shape of the window search area can be use to improve the run time. Indeed, choosing a ball shape reduces of 50% the computation time (in 3D). . Default is BALL
See Also