Content
This example shows how to enable color tracking for robust camera motion estimation.
#include <boost/test/unit_test.hpp>
#include <stdio.h>
BOOST_AUTO_TEST_SUITE(example_reconstructmesdk)
BOOST_AUTO_TEST_CASE(color_tracking) {
int skip_images = 30;
bool is_closed = false;
--skip_images;
if (skip_images == 0) {
}
else if (skip_images < 0) {
}
}
}
}
BOOST_AUTO_TEST_SUITE_END()