rmFPradius: rmFPradius removes the firing pin from the 3d image by...

Description Usage Arguments Value Examples

Description

rmFPradius removes the firing pin from the 3d image by finding the center coordinates, and then removing all pixels within a specified radius of that center.

Usage

1
rmFPradius(image, rad = 145000)

Arguments

image

is the original 2d array of depth values

rad

is the radius of the circle centered at the firing pin center you want to filter out

Value

the same image but with the firing pin removed

Examples

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

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