C++ OpenCV imdecode slow
问题 I send a byte array of an image from C# to a C++ Library. I decode the image with OpenCV (Version 3.3.1) BMP images are fast in decoding but JPEG images are slow. How i can speed up the decoding time for JPEG images? (Multithreading, GPU, ...?) Performance of decode --------------------------------------------------------- | Resolution | Format | Size | Duration | | --------------------------------------------------------- | 800x600 | BMP | 2MB | 0.7 ms | | -----------------------------------