System information (version)
- OpenCV => 4.3.0
- Operating System / Platform => poky
- Compiler => gcc 10.1
Detailed description
without (jpeg and png), following array in 'modules/imgcodecs/test/test_read_write.cpp' will have zero length:
const tuple<string, Size> images[]
it will result in compiling fail when executing:
testing::ValuesIn(images)
can't deduce template parameters.
Steps to reproduce
config opencv with both jpeg and png disabled.
Issue submission checklist
System information (version)
Detailed description
without (jpeg and png), following array in 'modules/imgcodecs/test/test_read_write.cpp' will have zero length:
const tuple<string, Size> images[]
it will result in compiling fail when executing:
testing::ValuesIn(images)
can't deduce template parameters.
Steps to reproduce
config opencv with both jpeg and png disabled.
Issue submission checklist
answers.opencv.org, Stack Overflow, etc and have not found solution