Searched refs:CV_RGB (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/freeswitch/ |
| H A D | 0001-src-mod-applications-mod_cv-mod_cv.cpp-fix-build-wit.patch | 10 Use cvScalar instead of CV_RGB to avoid the following build failure with 14 CvScalar col = CV_RGB((float)255 * object_neighbors / max_neighbors, 0, 0); 17 Indeed, CV_RGB is defined as cv::Scalar instead of cvScalar since 21 It should be noted that CV_RGB(r,g,b) = cvScalar(b,g,r,0) 37 - CvScalar col = CV_RGB((float)255 * object_neighbors / max_neighbors, 0, 0);
|
| /OK3568_Linux_fs/buildroot/package/vlc/ |
| H A D | 0009-modules-video_filter-opencv_example.cpp-fix-build-wi.patch | 7 Use cvScalar instead of CV_RGB to avoid the following build failure with 14 cvRectangle( p_img[0], pt1, pt2, CV_RGB(0,0,0), 3, 8, 0 ); 17 Indeed, CV_RGB is defined as cv::Scalar instead of cvScalar since 35 - cvRectangle( p_img[0], pt1, pt2, CV_RGB(0,0,0), 3, 8, 0 );
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/ |
| H A D | imgproc.hpp | 4382 #define CV_RGB(r, g, b) cv::Scalar((b), (g), (r), 0) macro
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/ |
| H A D | imgproc.hpp | 4382 #define CV_RGB(r, g, b) cv::Scalar((b), (g), (r), 0) macro
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/ |
| H A D | imgproc.hpp | 4382 #define CV_RGB(r, g, b) cv::Scalar((b), (g), (r), 0) macro
|