TIEVisionLibrary.setNumThreads
Declaration
procedure setNumThreads(value: int32_t); safecall;
Description
Set the number of threads for the next parallel region.
If value is 0, threading optimizations will be disabled. Passing threads <0 will reset threads number to system default.