Skip to content

Commit ec98a09

Browse files
committed
docs: add blue noise pattern documentation
1 parent 6f047cc commit ec98a09

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

R/aznyan-package.R

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
## usethis namespace: end
77
NULL
88

9+
#' Blue noise pattern
10+
#'
11+
#' @description
12+
#' Blue noise pattern of size 64x64
13+
#' generated with `ambient::noise_blue(c(64, 64))`.
14+
#'
15+
#' Range: `[0, 1]`
16+
#'
17+
"blue_noise_64x64"
18+
919
#' Get or set number of OpenCV threads
1020
#'
1121
#' @param n An integer scalar larger than `1`.

man/blue_noise_64x64.Rd

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)