findPlaneRansac: Finds plane of breechface marks using RANSAC

Description Usage Arguments Value Examples

View source: R/step1_selectBF_3D.R

Description

Given input depths (in microns), find best-fitting plane using RANSAC. This should be the plane that the breechface marks are on.

Usage

1
findPlaneRansac(inputDepths)

Arguments

inputDepths

matrix of input depths in microns.

Value

List object containing fitted plane and selected breechface marks.

Examples

1
2
3
4
5
## Not run: 
    set.seed(0)
    testImage <- findPlaneRansac(surfaceMat)

## End(Not run)

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