rmFPavg: rmFPavg removes the firing pin from the 3d image by finding...

Description Usage Arguments Value Examples

Description

rmFPavg removes the firing pin from the 3d image by finding the average pixel depth, and then removing all pixels with a depth greater than .853 * (avg pixel depth)

Usage

1

Arguments

image

is the original 2d array of depth values

Value

the same image but with the firing pin removed

Examples

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

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