saurabhnakade / Asgn-3-Image-Conv-Gray

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asgn-3-Image-Conv-Gray

Aim: Given color image in pixellized RGB format of size 256256 size, covert it Grayscale image. Conversion Formula: Gray-scale value (G) = .021R+0.71G+0.07B Steps:

  1. Write a sequential code
  2. Profile the program
  3. Use the template code (Image-Conv-T.cu file) and convert the sequential code into parallel code
  4. Profile the code

About


Languages

Language:Cuda 100.0%