Skip to content

Commit

Permalink
* add final definition for getFinalSquaredDistance - see norlab-ulav…
Browse files Browse the repository at this point in the history
…al#125

 * give this experimental branch a semver-compliant version string
  • Loading branch information
lofidevops committed Oct 10, 2015
1 parent eba2a81 commit dabc58a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pointmatcher/PointMatcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


//! version of the Pointmatcher library as string
#define POINTMATCHER_VERSION "1.2.3"
#define POINTMATCHER_VERSION "1.2.3-previz_mod.2015.5"
//! version of the Pointmatcher library as an int
#define POINTMATCHER_VERSION_INT 10203

Expand Down Expand Up @@ -703,10 +703,12 @@ struct PointMatcher
void loadFromYaml(const std::string& fileName);
unsigned getPrefilteredReadingPtsCount() const;
unsigned getPrefilteredReferencePtsCount() const;

T getFinalSquaredDistance() const;

protected:
unsigned prefilteredReadingPtsCount; //!< remaining number of points after prefiltering but before the iterative process
unsigned prefilteredReferencePtsCount; //!< remaining number of points after prefiltering but before the iterative process
unsigned finalSquaredDistance; //!< the squared euclidean distance after the final iteration

ICPChainBase();

Expand Down

0 comments on commit dabc58a

Please sign in to comment.