Click or drag to resize
Accord.NET (logo)

BilateralSmoothingEnableParallelProcessing Property

Enable or not parallel processing on multi-core CPUs.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public bool EnableParallelProcessing { get; set; }
Request Example View Source

Property Value

Type: Boolean
Remarks

If the property is set to , then this image processing routine will run in parallel on the systems with multiple core/CPUs.

Default value is set to .

See Also