Click or drag to resize

RenderingPipeline_BasicDenoise Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual ImageComponent Denoise(
	ViewportRenderingContext context,
	ImageComponent sourceTexture,
	double sigma = 5,
	double sigmaCoefficient = 2,
	double edgeSharpening = 0.1
)

Parameters

context
Type: NeoAxisViewportRenderingContext
sourceTexture
Type: NeoAxisImageComponent
sigma (Optional)
Type: SystemDouble
sigmaCoefficient (Optional)
Type: SystemDouble
edgeSharpening (Optional)
Type: SystemDouble

Return Value

Type: ImageComponent
See Also