mean_roll_image: Image Blurring with Rollmean

View source: R/userFunctions.R

mean_roll_imageR Documentation

Image Blurring with Rollmean

Description

uses rollMean from zoo to blurr image ( used to get rid of timing gaps)

Usage

mean_roll_image(imageMatrix, topcut, bottomcut, fill = "extend", k = 40)

Arguments

imageMatrix

the image matrix from import_process_image

topcut

Top cutoff from .top_cut()

bottomcut

Bottom cutoff from .bottom_cut()

fill

Default "extend" see rollMean in zoo for details

k

See rollMean() in zoo for details

Value

rolled image matrix to user


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