My Project
Classes | Namespaces
Ransac.h File Reference

This file implements a generic RANSAC algorithm. More...

#include "Alvar.h"
#include <stdlib.h>

Go to the source code of this file.

Classes

class  RansacImpl
 Internal implementation of RANSAC. Please use Ransac or IndexRansac. More...
 
class  Ransac< MODEL, PARAMETER >
 Implementation of a general RANdom SAmple Consensus algorithm. More...
 
class  IndexRansac< MODEL >
 Implementation of a general RANdom SAmple Consensus algorithm with implicit parameters. More...
 

Namespaces

 alvar
 Main ALVAR namespace.
 

Detailed Description

This file implements a generic RANSAC algorithm.

Definition in file Ransac.h.