Searched defs:IMREAD_COLOR (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/modules/imgcodecs/include/opencv2/
H A Dimgcodecs.hpp67 IMREAD_COLOR = 1, //!< If set, always convert image to the 3 channel BGR color image. enumerator in enum:cv::ImreadModes
132 CV_EXPORTS_W Mat imread( const String& filename, int flags = IMREAD_COLOR );
/external/opencv3/modules/java/src/
H A Dimgcodecs+Imgcodecs.java43 IMREAD_COLOR = 1, field in class:Imgcodecs
66 // C++: Mat imread(String filename, int flags = IMREAD_COLOR)
174 // C++: Mat imread(String filename, int flags = IMREAD_COLOR)
/external/opencv3/modules/imgcodecs/test/
H A Dtest_grfmt.cpp75 bool imread_compare(const string& filepath, int flags = IMREAD_COLOR) argument
110 ASSERT_TRUE(imread_compare(path, IMREAD_COLOR));
126 ASSERT_TRUE(imread_compare(folder + "Bretagne2.jp2", IMREAD_COLOR));
128 ASSERT_TRUE(imread_compare(folder + "Grey.jp2", IMREAD_COLOR));
736 compare(IMREAD_COLOR);
792 cv::Mat decode = cv::imdecode(buf, IMREAD_COLOR);

Completed in 82 milliseconds