|
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
Syntaxpublic bool EnableParallelProcessing { get; set; }
Public Property EnableParallelProcessing As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
Boolean
RemarksIf 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