karansher / computer-graphics-raster-images

Computer Graphics Assignment about Raster Images
1 stars 0 forks source link

image dimensions demosaic.cpp #60

Open Ekuuuu opened 2 years ago

Ekuuuu commented 2 years ago

Do we need to worry about images that have dimensions 1x1, 1xN, Nx1, or other dimensions where some colours may not be available?

abhimadan commented 2 years ago

You already need to worry about unusual cases to handle the edges of the image, so it wouldn't hurt to handle these cases as well.