Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 345 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 345 Bytes

CUDA_Computer_Vision

Image processing algorithms implemented using parallel programming framework CUDA developed by NVIDIA.

Currently, contains implementation of 3 major Algorithms.

  • Canny Edge Detector
  • Edge Detection Using Fourier Transform
  • Classification of MNIST Dataset using Convolutional Neural Networks (Accuracy - 97.12%)