Namespaces | Functions
RANSAC.h File Reference
#include "Structs/Structs.h"
#include "Math/Math3d.h"
Include dependency graph for RANSAC.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  RANSAC
 

Implementation of the RANSAC algorithm for specific applications/models.


Functions

bool RANSAC::RANSAC3DPlane (const CVec3dArray &pointCandidates, CVec3dArray &resultPoints, float fRANSACThreshold=5.0f, int nIterations=500)
bool RANSAC::RANSACAffineTransformation (const CDynamicArrayTemplate< PointPair2d > &matchCandidates, CDynamicArrayTemplate< PointPair2d > &resultMatches, float fRANSACThreshold=5.0f, int nIterations=500)
bool RANSAC::RANSACHomography (const CDynamicArrayTemplate< PointPair2d > &matchCandidates, CDynamicArrayTemplate< PointPair2d > &resultMatches, float fRANSACThreshold=5.0f, int nIterations=500)


asr_ivt
Author(s): Allgeyer Tobias, Hutmacher Robin, Kleinert Daniel, Meißner Pascal, Scholz Jonas, Stöckle Patrick
autogenerated on Thu Jun 6 2019 21:46:58