CvInvoke Properties |
The CvInvoke type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Backends |
Returns list of all builtin backends
|
![]() ![]() | BuildInformation |
Returns full configuration time cmake output.
Returned value is raw cmake output including version control system revision, compiler version, compiler flags, enabled modules and third party libraries, etc.Output format depends on target architecture.
|
![]() ![]() | CameraBackends |
Returns list of available backends which works via cv::VideoCapture(int index)
|
![]() ![]() | HaveOpenCL |
Check if we have OpenCL
|
![]() ![]() | HaveOpenCLCompatibleGpuDevice |
Gets a value indicating whether this device have open CL compatible gpu device.
|
![]() ![]() | NumberOfCPUs |
Returns the number of logical CPUs available for the process.
|
![]() ![]() | NumThreads |
Get or set the number of threads that are used by parallelized OpenCV functions
|
![]() ![]() | StreamBackends |
Returns list of available backends which works via cv::VideoCapture(filename)
|
![]() ![]() | ThreadNum |
Returns the index, from 0 to cvGetNumThreads()-1, of the thread that called the function. It is a wrapper for the function omp_get_thread_num() from OpenMP runtime. The retrieved index may be used to access local-thread data inside the parallelized code fragments.
|
![]() ![]() | UseOpenCL |
Get or set if OpenCL should be used
|
![]() ![]() | UseOptimized |
Enables or disables the optimized code.
|
![]() ![]() | WriterBackends |
Returns list of available backends which works via cv::VideoWriter()
|