Description Usage Arguments Value Examples
View source: R/step3_removeCircular3D.R
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.
1 | removeCircular3D(inputImage)
|
inputImage |
701 x 701 matrix |
A 701 x 701 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.