Description Usage Arguments Value Examples
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.
1 | removeCircular(inputImage)
|
inputImage |
1769 x 1769 matrix |
A 1769 x 1769 image matrix.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.