Description Usage Arguments Value Examples
View source: R/step1_selectBF_3D.R
Given input depths (in microns), find best-fitting plane using RANSAC. This should be the plane that the breechface marks are on.
1 | findPlaneRansac(inputDepths)
|
inputDepths |
matrix of input depths in microns. |
List object containing fitted plane and selected breechface marks.
1 2 3 4 5 | ## Not run:
set.seed(0)
testImage <- findPlaneRansac(surfaceMat)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.