Home
last modified time | relevance | path

Searched defs:cvMat (Results 1 – 2 of 2) sorted by path

/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dtypes_c.h551 CV_INLINE CvMat cvMat( int rows, int cols, int type, void* data CV_DEFAULT(NULL)) in cvMat() function
570 CV_INLINE CvMat cvMat(const cv::Mat& m) in cvMat() function
579 CV_INLINE CvMat cvMat() in cvMat() function
587 CV_INLINE CvMat cvMat(const CvMat& m) in cvMat() function
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/test/own/
H A Dmat_tests.cpp225 cv::Mat cvMat(cv::Size{width, height}, CV_32S, data.data(), stepInPixels * sizeof(int)); in TEST() local
243 cv::Mat cvMat(dims, CV_8U, data.data()); in TEST() local