Skip to content

This is a repo that integrate multiple image processing algos on CUDA-based acceleration with bazel build

License

Notifications You must be signed in to change notification settings

cuiyixin555/camera-cuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

camera-cuda

This is a repo that integrate multiple image processing algos on CUDA-based acceleration with bazel build

There are some cuda-based algorithms covered in this repos, such as HDR, Scaler, Resize, Rotater and Edge Detector etc., which will be updated and iterated from time to time.

Maybe, GDC, DVS, Deblur or anothers image processing algos will be added one by one in the future.

I expect camera-cuda to be used as an image processing library, or be viewed as a middleware, to be called by the camera driver to implement application layer functions.

Setup Environment

Step1: Please make sure to download the executor file of Bazel version 6.2.0 or above

Image text

Step2: Please add the path of bazel.exe as environment variables

Image text

Step3: Please make sure to install VS2019 and above and add the path as environment variables

Image text

Step4: Please make sure to install CUDA 12.4 and cuDNN 9.2.0 and add the path as environment variables

Image text

Image text

Step5: Please make sure you downloads camera-supp

$ git clone https://github.com/cuiyixin555/camera-supp

$ cd camera-supp

$ git lfs pull

Step6: Please make sure the repo of camera-cuda and camera-supp in same directory

Image text

Step7: Please add the path of camera-supp as Win11 environment value

The bazel.exe path is

C:\Users\admin\OneDrive\Desktop\workspace\camera-supp\build_tools\windows\bazel.exe

Image text

Note: Hardware Configuration is GeForce 4090 24G

How to Run

Image Opencv API

Image Read with OpenCV

$ bazel build //calculators/opencv/...

$ ./bazel-bin/calculators/opencv/read_image.exe

Output

Image text

Image CUDA API

Rotater

$ bazel build //calculators/cuda/rotater/...

$ ./bazel-bin/calculators/cuda/rotater/main.exe ./data/image/cat.bmp ./data/output/out_flip.bmp

Rotater Output

Image text

Resize

$ bazel build //calculators/cuda/resize/...

$ ./bazel-bin/calculators/cuda/resize/main.exe

Resize Output
resize_nearest.png

Image text

resize_bilinear.png

Image text

Edge Detector

$ bazel build //calculators/cuda/edge/...

$ ./bazel-bin/calculators/cuda/edge/main.exe ./data/image/cat.bmp ./data/output/out_edge.bmp

Edge Detector Output

Image text

Reference

All source code is based on this repo https://github.com/bazel-contrib/rules_cuda

Opencv is 4.10.0 version from https://github.com/opencv/opencv/releases/download/4.10.0/opencv-4.10.0-windows.exe

About

This is a repo that integrate multiple image processing algos on CUDA-based acceleration with bazel build

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published