dilevin / computer-graphics-raster-images

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

std::accumulate function #24

Closed charlesvong closed 4 years ago

charlesvong commented 4 years ago

Are we allowed to use the std::accumulate function? I just want to use it in the demosaic function for finding the average value of the neighbours

dilevin commented 4 years ago

Please avoid using stl algorithms unless they are specifically white listed.