Skip to content

Commit

Permalink
Summed Area Table barryclark#4
Browse files Browse the repository at this point in the history
  • Loading branch information
kilinco authored Sep 9, 2021
1 parent 1ecaf50 commit 24afc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2021-09-13-summed-area-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ int sum_submatrix(int x_low, int y_low, int x_high, int y_high) {
}
```

You can find the much better thought out and illustrated solution (here)[https://nayan.co/blog/AI/Integral-Image/].
You can find the much better thought out and illustrated solution [here](https://nayan.co/blog/AI/Integral-Image/).

Lastly, it is incredibly important to remember that this algorithm can also be used to retrieve stastics of the submatrices.

0 comments on commit 24afc15

Please sign in to comment.