• cudawarped's avatar
    Merge pull request #2362 from cudawarped:fix_cudacodec_python · 7cbe83f2
    cudawarped authored
    Fix cudacodec::VideoReader::nextFrame python bindings
    
    * Signla to python bindings generator that nextFrame's OutputArray is a GpuMat.
    Also remove duplicate test in cudacodec
    
    * cudacodec: drop CV_GPU, wrap GpuMat only
    
    * Make it explicit that frame in nextFrame is GpuMat and cannot be multiple types as implied by OutputArray
    7cbe83f2
cudacodec.hpp 11.8 KB