OpenCV453
公開メンバ関数 | 静的公開メンバ関数 | 限定公開変数類 | 全メンバ一覧
cv::ocl::Image2D クラス

公開メンバ関数

 Image2D (const UMat &src, bool norm=false, bool alias=false)
 
 Image2D (const Image2D &i)
 
Image2Doperator= (const Image2D &i)
 
 Image2D (Image2D &&) CV_NOEXCEPT
 
Image2Doperator= (Image2D &&) CV_NOEXCEPT
 
void * ptr () const
 

静的公開メンバ関数

static bool canCreateAlias (const UMat &u)
 
static bool isFormatSupported (int depth, int cn, bool norm)
 

限定公開変数類

Impl * p
 

構築子と解体子

◆ Image2D()

cv::ocl::Image2D::Image2D ( const UMat src,
bool  norm = false,
bool  alias = false 
)
explicit
引数
srcUMat object from which to get image properties and data
normflag to enable the use of normalized channel data types
aliasflag indicating that the image should alias the src UMat. If true, changes to the image or src will be reflected in both objects.

関数詳解

◆ canCreateAlias()

static bool cv::ocl::Image2D::canCreateAlias ( const UMat u)
static

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 
)
static

Indicates if the image format is supported.


このクラス詳解は次のファイルから抽出されました: