Click or drag to resize
SoNonLocalMeansFilterProcessingKernelShapes Enumeration

The shape of the kernel.

Namespace: OIV.ImageViz.Engines.ImageFiltering.SmoothingAndDenoising
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum KernelShapes
Members
  Member nameValueDescription
CUBE0

The shape is an hypercube (i.e a square in 2D mode or a cube in 3D mode).

BALL1

The shape is an euclidean ball (i.e a disk in 2D or a sphere in 3D).

Remarks