dilevin / computer-graphics-raster-images

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

Can we assume that the height and width of the image are even numbers while doing demosaic #18

Closed cuilantao closed 4 years ago

songfeil commented 4 years ago

Your code should be able to handle the case where height and width are odd numbers. But you can assume the input picture is large enough to perform demosaic function.