dot-not_bright_image: Non bright image scaling with gaussian deconvolution

.not_bright_imageR Documentation

Non bright image scaling with gaussian deconvolution

Description

Non bright image scaling with gaussian deconvolution

Usage

.not_bright_image(
  imageMatrix,
  Filter = c(8, 8),
  method = "delation",
  threshold = 0.5
)

Arguments

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

Value

Gaussian matrix scaled for bright


Bott-binc/magnetoPackage2020 documentation built on Oct. 12, 2024, 7:49 p.m.