Searched refs:IMREAD_COLOR (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/ |
| H A D | imgcodecs.hpp | 67 …IMREAD_COLOR = 1, //!< If set, always convert image to the 3 channel BGR color ima… enumerator 180 CV_EXPORTS_W Mat imread( const String& filename, int flags = IMREAD_COLOR );
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/ |
| H A D | imgcodecs.hpp | 67 …IMREAD_COLOR = 1, //!< If set, always convert image to the 3 channel BGR color ima… enumerator 180 CV_EXPORTS_W Mat imread( const String& filename, int flags = IMREAD_COLOR );
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/ |
| H A D | imgcodecs.hpp | 67 …IMREAD_COLOR = 1, //!< If set, always convert image to the 3 channel BGR color ima… enumerator 180 CV_EXPORTS_W Mat imread( const String& filename, int flags = IMREAD_COLOR );
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_mobilenet_demo/src/ |
| H A D | main.cc | 121 cv::Mat orig_img = imread(img_path, cv::IMREAD_COLOR); in main()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_common_test/src/ |
| H A D | main.cc | 189 cv::Mat orig_img = imread(input_path, cv::IMREAD_COLOR); in main()
|