inpaint_nans: Fill in NA values

Description Usage Arguments Value Examples

Description

This was translated from John D'Errico's MATLAB code: https://www.mathworks.com/matlabcentral/fileexchange/4551-inpaint-nans, Copyright (c) 2009, John D'Errico.

Usage

1

Arguments

A

image matrix

Value

A matrix with NA values filled in.

Examples

1
2
3
4
5
6
7
8
## Not run: 
# first run this:
croppedExample <- cropBorders(removedExample, centeredExample$centeredPrimer)
outlierNAexample <- outlierRejection(croppedExample)
# then
inpaintedExample <- inpaint_nans(outlierNAexample)

## End(Not run)

xhtai/cartridges documentation built on June 1, 2019, 2:58 p.m.