C# Class Emgu.CV.Util.TbbTaskScheduler

This class canbe used to initiate TBB. Only usefull if it is compiled with TBB support
Inheritance: Emgu.Util.UnmanagedObject
Exibir arquivo Open project: fajoy/RTSPExample

Public Methods

Method Description
TbbTaskScheduler ( ) : System

Initialize the TBB task scheduler

Protected Methods

Method Description
DisposeObject ( ) : void

Release the TBB task scheduler

Method Details

DisposeObject() protected method

Release the TBB task scheduler
protected DisposeObject ( ) : void
return void

TbbTaskScheduler() public method

Initialize the TBB task scheduler
public TbbTaskScheduler ( ) : System
return System