Module: OpenCV::Cv::Ocl
- Defined in:
- lib/ropencv/ropencv_types.rb
Overview
Note:
namespace wrapper for cv::ocl
Defined Under Namespace
Modules: KernelArg Classes: Device, OpenCLExecutionContext
Constants collapse
- OCL_VECTOR_OWN =
0- OCL_VECTOR_MAX =
1- OCL_VECTOR_DEFAULT =
0
Class Method Summary collapse
- .finish ⇒ Void
- .have_amd_blas ⇒ Bool (also: haveAmdBlas)
- .have_amd_fft ⇒ Bool (also: haveAmdFft)
- .have_opencl ⇒ Bool (also: haveOpenCL)
- .set_use_opencl(flag) ⇒ Void (also: setUseOpenCL)
- .use_opencl ⇒ Bool (also: useOpenCL)
Class Method Details
.finish ⇒ Void
Note:
wrapper for static method void cv::ocl::finish()
25278 25279 25280 |
# File 'lib/ropencv/ropencv_types.rb', line 25278 def self.finish() Rbind::cv_ocl_finish() end |
.have_amd_blas ⇒ Bool Also known as: haveAmdBlas
Note:
wrapper for static method bool cv::ocl::haveAmdBlas()
25256 25257 25258 |
# File 'lib/ropencv/ropencv_types.rb', line 25256 def self.have_amd_blas() Rbind::cv_ocl_have_amd_blas() end |
.have_amd_fft ⇒ Bool Also known as: haveAmdFft
Note:
wrapper for static method bool cv::ocl::haveAmdFft()
25263 25264 25265 |
# File 'lib/ropencv/ropencv_types.rb', line 25263 def self.have_amd_fft() Rbind::cv_ocl_have_amd_fft() end |
.have_opencl ⇒ Bool Also known as: haveOpenCL
Note:
wrapper for static method bool cv::ocl::haveOpenCL()
25242 25243 25244 |
# File 'lib/ropencv/ropencv_types.rb', line 25242 def self.have_opencl() Rbind::cv_ocl_have_opencl() end |
.set_use_opencl(flag) ⇒ Void Also known as: setUseOpenCL
Note:
wrapper for static method void cv::ocl::setUseOpenCL(bool flag)
25271 25272 25273 |
# File 'lib/ropencv/ropencv_types.rb', line 25271 def self.set_use_opencl(flag) Rbind::cv_ocl_set_use_opencl(flag) end |
.use_opencl ⇒ Bool Also known as: useOpenCL
Note:
wrapper for static method bool cv::ocl::useOpenCL()
25249 25250 25251 |
# File 'lib/ropencv/ropencv_types.rb', line 25249 def self.use_opencl() Rbind::cv_ocl_use_opencl() end |