You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2024. It is now read-only.
Nos exemplos diz que o resultado da matriz 1 é a matriz 2. Segundo o que está no MotionBlurTest.
1- {1, 2, 3}, 2- { 3, 3, 4 },
{4, 5, 6}, { 4, 5, 6 },
{7, 8, 9} { 6, 7, 8 }
No entanto, olhando, por exemplo, para o primeiro elemento, deveria ser (1+4)/2. Segundo a matriz 2, esta conta dá 3, mas é suposto dar 2 não? Olhando para o elemento do meio, seria (5+2+4+9)/4 = 19/4 = 4 não? No resultado está 5.