Number of threads used for parallel computations.
Namespace:
AForgeAssembly: AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public static int ThreadsCount { get; set; } |
Remarks
The property sets how many worker threads are created for paralleling loops’ computations.
By default the property is set to number of CPU’s in the system (see ProcessorCount).