completeImage: completeImage takes as input a 2D array of depth values which...

Description Usage Arguments Value Examples

Description

completeImage takes as input a 2D array of depth values which may contain NA values, and applies completeSeq row wise, and then column wise, and then takes the average of the two resulting outputs.

Usage

1

Arguments

image

is the 2D array of depth values

Value

image with all the NA values replaced by linearly interpolated values in the y direction averaged with the linearly interpolated values in the x direction

Examples

1
completedIm <- completeImage(matrix(c(1,2,3,4), nrow = 2))

DanielXiang/3Dbullets documentation built on May 6, 2019, 1:36 p.m.