Skip to content

Implementation of opencv blenders class using CUDA and gpu.

License

Notifications You must be signed in to change notification settings

Avandrea/OpenCV-BlenderGPU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV-BlenderGPU

This is an implementation of opencv blenders class using CUDA and gpu. The original OpenCV stitcher class does not implement the functions prepare, feed and blend using CUDA. The class customBlender allow to execute those functions using the gpu. Note that the input images for the functions feed() and blend() must be GpuMat.

Prerequisites

  • OpenCV 3.2 is required (it will probably work with higher versions, but not tested)
  • CUDA 8 is required (it will probably work with higher versions, but not tested)

Authors

  • Andrea Avigni

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Implementation of opencv blenders class using CUDA and gpu.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published