dilevin / computer-graphics-raster-images

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

inconsistent file description #53

Open Jaywantstocode opened 11 months ago

Jaywantstocode commented 11 months ago

hi, in demosaic.h it says the colors are BGGR

// Given a mosaiced image (interleaved BGGR colors in a single channel), created
// a 3-channel rgb image.

however, everywhere else its described as GBRG. I was wondering which one is correct, or do they just mean the same pattern as G B R G

Jaywantstocode commented 11 months ago

39

I guess based on this issue it can be both. It would still be good if i can get a clarfication!

dilevin commented 11 months ago

yes correct we won't deduct marks as long as code is consistent (so pick either BGGR or GBRG and stick with it)