Skip to content

shiva-karthick/MA1508E_Notes

Repository files navigation

MA1508E Linear Algebra Project

Applications of Linear Algebra through examples of Image Processing

License Plate Detection

License_plate

Algorithms

  • Bilateral Algorithm is written from scratch
  • Canny Edge Detection
  • CNN (Convolutional Neural Network)

Bilateral Filtering

Julia was also employed to speed up the process of Gaussian Filtering, python's too slow damn!