Class cv::ocl::Image2D#
#include <opencv2/core/ocl.hpp>Collaboration diagram for cv::ocl::Image2D:
Constructor & Destructor Documentation#
Image2D()#
Image2D()#
Image2D()#
cv::ocl::Image2D::Image2D(
const UMat & src,
bool norm = false,
bool alias = false )
Parameters
Image2D()#
~Image2D()#
Member Function Documentation#
operator=()#
operator=()#
ptr()#
void * cv::ocl::Image2D::ptr()
canCreateAlias()#
static bool cv::ocl::Image2D::canCreateAlias(const UMat & u)
Indicates if creating an aliased image should succeed. Depends on the underlying platform and the dimensions of the UMat.
isFormatSupported()#
static bool cv::ocl::Image2D::isFormatSupported(
int depth,
int cn,
bool norm )
Indicates if the image format is supported.
Member Data Documentation#
p#
Source file#
The documentation for this class was generated from the following file:
opencv2/core/ocl.hpp