Search
⌘K

Leetcode 3030. Find the Grid of Region Average

Identify every 3x3 subgrid whose adjacent pixels all differ by at most the threshold, compute each such region's floor-average intensity, and then for each pixel set result[i][j] to the floor of the average of the floor-averages of all regions containing that pixel (or to the original intensity if it belongs to none).


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.