removeCircular3D: Remove circular symmetry of an image

Description Usage Arguments Value Examples

View source: R/step3_removeCircular3D.R

Description

Given a 701 x 701 image matrix, fits a circularly symmetric model on the image and returns the residuals. Areas that are not part of the breechface impression are set to NA.

Usage

1
removeCircular3D(inputImage)

Arguments

inputImage

701 x 701 matrix

Value

A 701 x 701 image matrix.

Examples

1
2
3
4
5
6
7
8
## Not run: 
# first run this:
centeredExample <- centerBFprimer(FPexample, primerExample)
leveledExample <- levelBF(centeredExample$centeredBF)
# then
removedExample <- removeCircular(leveledExample)

## End(Not run)

xhtai/cartridges3D documentation built on March 1, 2020, 8:57 p.m.