Image Filters

Repo contains common operations performed on images. The following are the planned implementations:
  1. Native Implementation
    • No Red
    • No Green
    • No Blue
    • Grayscale
    • Inversion
    • Flip Vertically
    • Flip Horizontally
  2. OpenCV Implementation(To be implemented)
  3. CUDA Implementation(To be implemented)