OpenCV453
|
公開メンバ関数 | |
Image2D (const UMat &src, bool norm=false, bool alias=false) | |
Image2D (const Image2D &i) | |
Image2D & | operator= (const Image2D &i) |
Image2D (Image2D &&) CV_NOEXCEPT | |
Image2D & | operator= (Image2D &&) CV_NOEXCEPT |
void * | ptr () const |
静的公開メンバ関数 | |
static bool | canCreateAlias (const UMat &u) |
static bool | isFormatSupported (int depth, int cn, bool norm) |
限定公開変数類 | |
Impl * | p |
|
explicit |
|
static |
Indicates if creating an aliased image should succeed. Depends on the underlying platform and the dimensions of the UMat.
|
static |
Indicates if the image format is supported.