qarv icon indicating copy to clipboard operation
qarv copied to clipboard

Performance: allow non-contiguous images

Open exzombie opened this issue 5 years ago • 1 comments

For simplicity, QArv always used contiguous cv::Mat. This reduces performance of swscale decoder. Consider lifting this limitation. Most of the code should not really depend on this IIRC, but this needs to be checked and tested.

exzombie avatar Oct 21 '19 20:10 exzombie

I'm also wondering whether going to cv::UMat would make sense …

exzombie avatar May 17 '20 12:05 exzombie