简体   繁体   中英

OpenCv can't read small image

I have images with size 20x20, I can't read it by OpenCV. If I use image with size bigger, OpenCV can read it. What's the reason?

这是我的测试

OpenCV does support .gif , but as a video . use VideoCapture for GIF, even if it's not an animated GIF.

be aware that OpenCV needs third party libraries to read images and video.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM