The simulate_bayer_mosaic problem includes the line:
The output image should be the same size as the input but only one channel.
I was confused by the word size, whether it meant array size (implying each pixel should be exploded out to 3 pixels) or image resolution (imply each pixel should be reduced to one of its channels). I found my answer in Issue 57, but I'd suggest changing the word size to resolution to help avoid confusion. I've thought about it further and I don't think the other version would be possible because of the way the interweaving is set up... but it still gave me pause
Thanks! Let me know if this is a silly issue to report
Hi,
The
simulate_bayer_mosaic
problem includes the line:I was confused by the word size, whether it meant array size (implying each pixel should be exploded out to 3 pixels) or image resolution (imply each pixel should be reduced to one of its channels). I found my answer in Issue 57, but I'd suggest changing the word
size
toresolution
to help avoid confusion. I've thought about it further and I don't think the other version would be possible because of the way the interweaving is set up... but it still gave me pauseThanks! Let me know if this is a silly issue to report