annotate unit-tests/BTrack Tests/main.cpp @ 88:995ddf0eadd4

Implemented frequency domain calculation of the auto-correlation function, rather than old the time domain method. Makes for a very small (max 5%) speed up overall for the algorithm
author Adam Stark <adamstark.uk@gmail.com>
date Sat, 30 Jan 2016 23:55:13 +0000
parents b6d440942ff6
children 5ef334c782f3
rev   line source
adamstark@56 1 #define BOOST_TEST_DYN_LINK
adamstark@56 2 #define BOOST_TEST_MODULE BTrackTests
adamstark@56 3 #include <boost/test/unit_test.hpp>