Home
last modified time | relevance | path

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 Dimgcodecs.hpp67IMREAD_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 Dimgcodecs.hpp67IMREAD_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 Dimgcodecs.hpp67IMREAD_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 Dmain.cc121 cv::Mat orig_img = imread(img_path, cv::IMREAD_COLOR); in main()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_common_test/src/
H A Dmain.cc189 cv::Mat orig_img = imread(input_path, cv::IMREAD_COLOR); in main()