Hugin trunk 0.1
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
Ransac::SubSetIndexComparator Class Reference

Public Member Functions

 SubSetIndexComparator (int arrayLength)
 
bool operator() (const int *arr1, const int *arr2) const
 

Private Attributes

int m_length
 

Detailed Description

Definition at line 152 of file ransac.h.

Constructor & Destructor Documentation

◆ SubSetIndexComparator()

Ransac::SubSetIndexComparator::SubSetIndexComparator ( int  arrayLength)
inline

Definition at line 157 of file ransac.h.

Member Function Documentation

◆ operator()()

bool Ransac::SubSetIndexComparator::operator() ( const int arr1,
const int arr2 
) const
inline

Definition at line 160 of file ransac.h.

References m_length, and threshold().

Member Data Documentation

◆ m_length

int Ransac::SubSetIndexComparator::m_length
private

Definition at line 155 of file ransac.h.

Referenced by operator()().


The documentation for this class was generated from the following file: