ransac: Robust homography estimation from p1 to p2.

Description Usage Arguments Details

Description

Source: https://www.kaggle.com/vicensgaitan/image-registration-the-r-way/notebook

Usage

1
ransac(p1, p2, thresh = 100, N = 1000)

Arguments

p1

point set

p2

point set

thresh

threshold value

N

samples to use

Details

Returns h and the list of inliers


srvanderplas/ImageAlignR documentation built on Jan. 24, 2021, 5:10 a.m.