-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
It seems that the reference execute function of the gaussian blur puzzle only takes into account the first column of the input image:
acc += contrib * pInput->pixels[yIn*pInput->width];
Consequently, the output image should be a blurred repetition of the first column - am I missing something here?
Metadata
Metadata
Assignees
Labels
No labels