Skip to content

Commit e742810

Browse files
committed
docs
1 parent 219dd8b commit e742810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Besides radius and bounds, there are two additional arguments: `seed` and `max_s
184184

185185
Poisson disk sampling generates samples from a blue noise distribution. We can verify this by plotting the corresponding [periodogram](https://en.wikipedia.org/wiki/Periodogram), noticing that there are minimal low frequency components (close to the center) and no concentrated spikes in energy.
186186

187-
The image below was generated using the provided [periodogram example](examples/src/periodogram_example.c) and is an average over 100 sampling patterns (original pixel resolution was 2048x2048).
187+
The image below was generated using the provided [periodogram example](examples/src/periodogram.c) and is an average over 100 sampling patterns (original pixel resolution was 2048x2048).
188188

189189
![Average periodogram](images/tph_poisson_periodogram_512.png "Average periodogram")
190190

0 commit comments

Comments
 (0)