Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jwdinius authored Sep 14, 2020
1 parent 606af83 commit caf3b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Non-Minimal Sample Consensus `nmsac`

[![CircleCI](https://circleci.com/gh/jwdinius/nmsac.svg?style=svg)](https://circleci.com/gh/jwdinius/nmsac)
[![Coverage Status](https://coveralls.io/repos/github/jwdinius/nmsac/badge.svg?branch=develop)](https://coveralls.io/github/jwdinius/nmsac?branch=develop)
[![Coverage Status](https://coveralls.io/repos/github/jwdinius/nmsac/badge.svg?branch=develop)](https://coveralls.io/github/jwdinius/nmsac?branch=develop&service=github)

This repo builds on the ideas presented in the paper [SDRSAC](https://arxiv.org/abs/1904.03483) from CVPR2019. Most of the framework comes from the original author's [matlab implementation](https://github.com/intellhave/SDRSAC), translated into C++ and using [armadillo](http://arma.sourceforge.net/) for working with matrices and vectors. At it's core, SDRSAC is about employing a sample-and-consensus strategy, like that of [RANSAC](https://en.wikipedia.org/wiki/Random_sample_consensus). However, with non-minimal subsampling, higher quality motion hypotheses are obtained much faster than those obtained from RANSAC.

Expand Down

0 comments on commit caf3b45

Please sign in to comment.