IMREAD_UNCHANGED  250 modules/imgcodecs/src/loadsave.cpp     if(flags != IMREAD_UNCHANGED && (flags & IMREAD_LOAD_GDAL) == IMREAD_LOAD_GDAL ){
IMREAD_UNCHANGED  278 modules/imgcodecs/src/loadsave.cpp     if( flags != IMREAD_UNCHANGED )
IMREAD_UNCHANGED  339 modules/imgcodecs/src/loadsave.cpp     if (flags != IMREAD_UNCHANGED && (flags & IMREAD_LOAD_GDAL) == IMREAD_LOAD_GDAL){
IMREAD_UNCHANGED  365 modules/imgcodecs/src/loadsave.cpp         if (flags != IMREAD_UNCHANGED)
IMREAD_UNCHANGED  504 modules/imgcodecs/src/loadsave.cpp     if( flags != IMREAD_UNCHANGED )
IMREAD_UNCHANGED  108 modules/imgcodecs/test/test_grfmt.cpp         ASSERT_TRUE(imread_compare(path, IMREAD_UNCHANGED));
IMREAD_UNCHANGED  199 modules/imgcodecs/test/test_grfmt.cpp                         Mat img_test = imread(img_path, IMREAD_UNCHANGED);
IMREAD_UNCHANGED  227 modules/imgcodecs/test/test_grfmt.cpp                     Mat img_test = imread(filename, IMREAD_UNCHANGED);
IMREAD_UNCHANGED  258 modules/imgcodecs/test/test_grfmt.cpp                     Mat img_test = imread(filename, IMREAD_UNCHANGED);
IMREAD_UNCHANGED  578 modules/imgcodecs/test/test_grfmt.cpp         cv::imread(file3, IMREAD_UNCHANGED);
IMREAD_UNCHANGED  579 modules/imgcodecs/test/test_grfmt.cpp         EXPECT_NO_THROW(cv::imread(file4, IMREAD_UNCHANGED));
IMREAD_UNCHANGED  623 modules/imgcodecs/test/test_grfmt.cpp         Mat img = imread(filename, IMREAD_UNCHANGED);
IMREAD_UNCHANGED  703 modules/imgcodecs/test/test_grfmt.cpp     EXPECT_NO_THROW(cv::imread(filename, IMREAD_UNCHANGED));
IMREAD_UNCHANGED  734 modules/imgcodecs/test/test_grfmt.cpp         compare(IMREAD_UNCHANGED);
IMREAD_UNCHANGED 1693 modules/imgproc/test/test_color.cpp     Mat gold = imread(string(ts->get_data_path()) + "/cvtcolor/bayer_gold.png", IMREAD_UNCHANGED);
IMREAD_UNCHANGED 1716 modules/imgproc/test/test_color.cpp     Mat gold = imread(goldfname, IMREAD_UNCHANGED);
IMREAD_UNCHANGED 1809 modules/imgproc/test/test_color.cpp     src = imread(full_path, IMREAD_UNCHANGED);
IMREAD_UNCHANGED 1829 modules/imgproc/test/test_color.cpp         reference = imread(full_path, IMREAD_UNCHANGED);
IMREAD_UNCHANGED 2096 modules/imgproc/test/test_color.cpp     src = imread(full_path, IMREAD_UNCHANGED);
IMREAD_UNCHANGED  120 modules/video/test/test_optflowpyrlk.cpp     imgI2 = cv::imread( filename, cv::IMREAD_UNCHANGED );
IMREAD_UNCHANGED  132 modules/video/test/test_optflowpyrlk.cpp     imgJ2 = cv::imread( filename, cv::IMREAD_UNCHANGED );