added files
|
@ -1,4 +1,4 @@
|
|||
# John Conway's Game of Life: 2D
|
||||
Multipass GPU implementation of the famous Game of Life.
|
||||
|
||||

|
||||

|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
|
@ -1,6 +1,6 @@
|
|||
# Various blur filters
|
||||
|
||||

|
||||

|
||||
|
||||
This folder contains implementations for the following 3 blur filters:
|
||||
- box blur (sector 2)
|
Before Width: | Height: | Size: 529 KiB After Width: | Height: | Size: 529 KiB |
Before Width: | Height: | Size: 334 KiB After Width: | Height: | Size: 334 KiB |
|
@ -1,5 +1,5 @@
|
|||
# Optimized-Bilateral-Filter
|
||||

|
||||

|
||||
|
||||
In part 1 you can the example image with noise applied to it. In sector 2 you can see the denoised image and in sector 3 is the original unfiltered image.
|
||||
|
Before Width: | Height: | Size: 642 KiB After Width: | Height: | Size: 642 KiB |