OpenCLExecutionContext¶
Singleton Methods¶
create(context: Cv::Ocl::Context, device: Cv::Ocl::Device) -> Cv::Ocl::OpenCLExecutionContext
create(context: Cv::Ocl::Context, device: Cv::Ocl::Device, queue: Cv::Ocl::Queue) -> Cv::Ocl::OpenCLExecutionContext
create(platform_name: String, platform_id: Rice::Pointer≺void≻, context: Rice::Pointer≺void≻, device_id: Rice::Pointer≺void≻) -> Cv::Ocl::OpenCLExecutionContext
get_current -> Cv::Ocl::OpenCLExecutionContext
get_current_ref -> Cv::Ocl::OpenCLExecutionContext
Constructors¶
Methods¶
assign(: Cv::Ocl::OpenCLExecutionContext) -> Cv::Ocl::OpenCLExecutionContext
assign(: Cv::Ocl::OpenCLExecutionContext) -> Cv::Ocl::OpenCLExecutionContext
clone_with_new_queue -> Cv::Ocl::OpenCLExecutionContext
clone_with_new_queue(q: Cv::Ocl::Queue) -> Cv::Ocl::OpenCLExecutionContext
get_context -> Cv::Ocl::Context
initialize_copy(: Cv::Ocl::OpenCLExecutionContext) -> NilClass
set_use_open_cl(flag: TrueClass) -> NilClass
use_open_cl? -> TrueClass