localRemove: localRemove removes the extreme depth values from the image

Description Usage Arguments Value Examples

Description

localRemove removes the extreme depth values from the image

Usage

1
localRemove(image, windowSize = 120)

Arguments

image

is the original 2d array of depth values

windowSize

is the size of the local region you want to filter extreme values from

Value

the same image but with the extreme depth values removed in local regions whose sizes are determined by windowSize

Examples

1
breechFace <- localRemove(matrix(c(1,2,3,4), nrow = 2))

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