示例#1
0
文件: gmat.cpp 项目: janstarzy/opencv
cv::GMatDesc cv::descr_of(const cv::UMat &mat)
{
    return GMatDesc{ mat.depth(), mat.channels(),{ mat.cols, mat.rows } };
}