Click or drag to resize
Accord.NET (logo)

HaarObjectDetectorUseParallelProcessing Property

Gets or sets a value indicating whether this HaarObjectDetector should scan the image using multiple threads. This setting can only be changed to true on .NET version which support the Parallel Tasks framework (4.0+).

Namespace:  Accord.Vision.Detection
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public bool UseParallelProcessing { get; set; }
Request Example View Source

Property Value

Type: Boolean
true to use multiple threads; otherwise, false.
See Also