mexopencv
3.4.1
MEX interface for OpenCV library
|
Functions | |
MxArray | toMxArray (size_t i) |
Convert size type to MxArray. More... | |
MxArray | toMxArray (const std::vector< size_t > &v) |
Convert vector of size type to MxArray. More... | |
MxArray | toFPConfigStruct (int flags) |
Convert OpenCL FP config bit-field to MxArray. More... | |
MxArray | toExecCapStruct (int flags) |
Convert OpenCL execution capabilities bit-field to MxArray. More... | |
MxArray | toStruct (const vector< cv::ocl::PlatformInfo > &vpi) |
Convert OpenCL platform info vector to struct array. More... | |
MxArray | toStruct (const cv::cuda::DeviceInfo &di) |
Convert CUDA device info to struct array. More... | |
Variables | |
const ConstMap< int, string > | OCLTypeMap |
OpenCL device type. More... | |
const ConstMap< int, string > | OCLCacheMap |
OpenCL type of global memory cache. More... | |
const ConstMap< int, string > | OCLMemMap |
OpenCL type of local memory. More... | |
const ConstMap< int, string > | OCLVendorMap |
OpenCL vendor name. More... | |
const ConstMap< int, string > | CUDAComputeModeMap |
CUDA device compute modes. More... | |
MxArray anonymous_namespace{Utils_.cpp}::toExecCapStruct | ( | int | flags | ) |
Convert OpenCL execution capabilities bit-field to MxArray.
flags | int value. |
Definition at line 105 of file Utils_.cpp.
MxArray anonymous_namespace{Utils_.cpp}::toFPConfigStruct | ( | int | flags | ) |
Convert OpenCL FP config bit-field to MxArray.
flags | int value. |
Definition at line 84 of file Utils_.cpp.
Convert size type to MxArray.
i | value. |
Definition at line 22 of file Utils_.cpp.
MxArray anonymous_namespace{Utils_.cpp}::toMxArray | ( | const std::vector< size_t > & | v | ) |
Convert vector of size type to MxArray.
v | vector. |
Definition at line 35 of file Utils_.cpp.
MxArray anonymous_namespace{Utils_.cpp}::toStruct | ( | const vector< cv::ocl::PlatformInfo > & | vpi | ) |
Convert OpenCL platform info vector to struct array.
vpi | vector of platform info |
Definition at line 118 of file Utils_.cpp.
MxArray anonymous_namespace{Utils_.cpp}::toStruct | ( | const cv::cuda::DeviceInfo & | di | ) |
Convert CUDA device info to struct array.
di | device info object |
Definition at line 238 of file Utils_.cpp.
CUDA device compute modes.
Definition at line 74 of file Utils_.cpp.
OpenCL type of global memory cache.
Definition at line 55 of file Utils_.cpp.
OpenCL type of local memory.
Definition at line 61 of file Utils_.cpp.
OpenCL device type.
Definition at line 46 of file Utils_.cpp.
OpenCL vendor name.
Definition at line 67 of file Utils_.cpp.