Public Member Functions | Public Attributes
PointMatcher< T >::ErrorMinimizer::ErrorElements Struct Reference

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>

List of all members.

Public Member Functions

 ErrorElements ()
 Constructor without data.
 ErrorElements (const DataPoints &requestedPts, const DataPoints &sourcePts, const OutlierWeights &outlierWeights, const Matches &matches)
 Constructor from existing data. This will align the data.

Public Attributes

Matches matches
 associations
int nbRejectedMatches
 number of matches with zero weights
int nbRejectedPoints
 number of points with all matches set to zero weights
pointUsedRatio
 the ratio of how many points were used for error minimization
DataPoints reading
 reading point cloud
DataPoints reference
 reference point cloud
weightedPointUsedRatio
 the ratio of how many points were used (with weight) for error minimization
OutlierWeights weights
 weights for every association

Detailed Description

template<typename T>
struct PointMatcher< T >::ErrorMinimizer::ErrorElements

A structure holding data ready for minimization. The data are "normalized", for instance there are no points with 0 weight, etc.

Definition at line 522 of file PointMatcher.h.


Constructor & Destructor Documentation

Constructor without data.

Definition at line 45 of file ErrorMinimizer.cpp.

template<typename T >
PointMatcher< T >::ErrorMinimizer::ErrorElements::ErrorElements ( const DataPoints requestedPts,
const DataPoints sourcePts,
const OutlierWeights outlierWeights,
const Matches matches 
)

Constructor from existing data. This will align the data.

Definition at line 59 of file ErrorMinimizer.cpp.


Member Data Documentation

associations

Definition at line 527 of file PointMatcher.h.

number of matches with zero weights

Definition at line 528 of file PointMatcher.h.

number of points with all matches set to zero weights

Definition at line 529 of file PointMatcher.h.

the ratio of how many points were used for error minimization

Definition at line 530 of file PointMatcher.h.

reading point cloud

Definition at line 524 of file PointMatcher.h.

reference point cloud

Definition at line 525 of file PointMatcher.h.

the ratio of how many points were used (with weight) for error minimization

Definition at line 531 of file PointMatcher.h.

weights for every association

Definition at line 526 of file PointMatcher.h.


The documentation for this struct was generated from the following files:


libpointmatcher
Author(s):
autogenerated on Thu Jun 20 2019 19:51:33