Searched defs:image_object (Results 1 – 3 of 3) sorted by relevance
32 class image_object : public memory_object class35 image_object() in image_object() function in boost::compute::image_object40 explicit image_object(cl_mem mem, bool retain = true) in image_object() function in boost::compute::image_object45 image_object(const image_object &other) in image_object() function in boost::compute::image_object60 image_object(image_object&& other) BOOST_NOEXCEPT in image_object() function in boost::compute::image_object
113 cv::Mat image_object = *(image); in CenterCrop() local