A structure holding data ready for minimization. The data are "normalized", for instance there are no points with 0 weight, etc. More...
#include <PointMatcher.h>
Public Member Functions | |
ErrorElements (const DataPoints &reading=DataPoints(), const DataPoints reference=DataPoints(), const OutlierWeights weights=OutlierWeights(), const Matches matches=Matches()) | |
Constructor from existing data. | |
Public Attributes | |
Matches | matches |
associations | |
DataPoints | reading |
reading point cloud | |
DataPoints | reference |
reference point cloud | |
OutlierWeights | weights |
weights for every association |
A structure holding data ready for minimization. The data are "normalized", for instance there are no points with 0 weight, etc.
Definition at line 465 of file PointMatcher.h.
PointMatcher< T >::ErrorMinimizer::ErrorElements::ErrorElements | ( | const DataPoints & | reading = DataPoints() , |
const DataPoints | reference = DataPoints() , |
||
const OutlierWeights | weights = OutlierWeights() , |
||
const Matches | matches = Matches() |
||
) |
Constructor from existing data.
Definition at line 59 of file ErrorMinimizer.cpp.
Matches PointMatcher< T >::ErrorMinimizer::ErrorElements::matches |
associations
Definition at line 470 of file PointMatcher.h.
DataPoints PointMatcher< T >::ErrorMinimizer::ErrorElements::reading |
reading point cloud
Definition at line 467 of file PointMatcher.h.
DataPoints PointMatcher< T >::ErrorMinimizer::ErrorElements::reference |
reference point cloud
Definition at line 468 of file PointMatcher.h.
OutlierWeights PointMatcher< T >::ErrorMinimizer::ErrorElements::weights |
weights for every association
Definition at line 469 of file PointMatcher.h.