Added orx-integral-image

Fixed bug in JumpFlood
This commit is contained in:
Edwin Jakobs
2018-10-30 15:41:48 +01:00
parent 45fb27c8af
commit 40b8a8ace7
5 changed files with 98 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ A growing library of assorted data structures, algorithms and utilities.
- orx-kdtree, a kd-tree implementation for fast nearest point searches
- orx-jumpflood, a filter/shader based implementation of the jump flood algorithm for finding fast approximate (directional) distance fields
- orx-integral-image, a CPU-based implementation for integral images (summed area tables)
## Usage