removeCircular: Remove circular symmetry of an image

Description Usage Arguments Value Examples

Description

Given a 1769 x 1769 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. If this is run after levelBF, removing residuals again means that possible values are -510 to 510.

Usage

1
removeCircular(inputImage)

Arguments

inputImage

1769 x 1769 matrix

Value

A 1769 x 1769 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/cartridges documentation built on June 1, 2019, 2:58 p.m.