https://github.com/emonrezabd/cuda-programming
This repo contains CUDA Programming with C++. Projects are done to learn CUDA from scratch.
https://github.com/emonrezabd/cuda-programming
basler-camera cuda-programming gpu-acceleration image-processing nvidia-gpu process thread vision
Last synced: about 1 month ago
JSON representation
This repo contains CUDA Programming with C++. Projects are done to learn CUDA from scratch.
- Host: GitHub
- URL: https://github.com/emonrezabd/cuda-programming
- Owner: EmonRezaBD
- Created: 2023-09-20T06:48:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T10:22:53.000Z (about 1 year ago)
- Last Synced: 2025-12-31T19:26:31.116Z (5 months ago)
- Topics: basler-camera, cuda-programming, gpu-acceleration, image-processing, nvidia-gpu, process, thread, vision
- Language: Cuda
- Homepage:
- Size: 42.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CUDA-Programming-C++
This repository contains my learning of CUDA framework with C++. Later the concepts were applied to industrial semiconductor menufacturing projects.
Notable projects in this repo:
* [SFF_CUDA_DLL](https://github.com/EmonRezaBD/CUDA-Programming/tree/main/SFF/SFF_CUDA_DLL/SFF_CUDA) : A 3D surface geometry is generated from around 04GB of RGB images. A DLL is developed to integrate it with existing MFC software since CUDA is not directly compatible with /MTd runtime-system.
* [cudaDataAcquisition](https://github.com/EmonRezaBD/CUDA-Programming/tree/main/Basler/cudaDataAcquisition/cudaDataAcquisition) : This project accomplish directly data acquisition from machine vision camera (Basler) to NVIDIA GPU.
* Follow my [LinkedIn](https://www.linkedin.com/in/emonrezabd/) for some CUDA tutorial.