.not_bright_image | R Documentation |
Non bright image scaling with gaussian deconvolution
.not_bright_image(
imageMatrix,
Filter = c(8, 8),
method = "delation",
threshold = 0.5
)
imageMatrix |
An imported image, can be imported with tiff_import() |
Filter |
a vector specifying the dimensions of the kernel, which will be used to perform either delation or erosion, such as c(8,8) |
method |
one of 'delation'(adds to image, making brights brighter), 'erosion' (subtracts from image brights darker) |
threshold |
should be between 0 and 1 for normalized images |
Gaussian matrix scaled for bright
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.