Implementation. More...
#include "../ConfigParams.h"
#include "../ConfigurationParser.h"
#include "../MakeHDKTrackingSystem.h"
#include "../TrackedBodyTarget.h"
#include "CSVCellGroup.h"
#include "GenerateBlobDebugImage.h"
#include "QuatToEuler.h"
#include <CameraParameters.h>
#include <EdgeHoleBasedLedExtractor.h>
#include <UndistortMeasurements.h>
#include <cvUtils.h>
#include <osvr/Util/CSV.h>
#include <osvr/Util/MiniArgsHandling.h>
#include <osvr/Util/TimeValue.h>
#include <boost/algorithm/string/predicate.hpp>
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <chrono>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <sstream>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | osvr::vbtracker::TrackerOfflineProcessing |
Namespaces | |
osvr | |
< | |
Functions | |
template<typename Rat > | |
std::size_t | osvr::vbtracker::countDigits () |
bool | osvr::vbtracker::processAVI (std::string const &fn, TrackerOfflineProcessing &app) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
parse json file arguments.
Get video filename
0 is everything successful - each error, we increment...
Definition at line 350 of file OfflineProcessing.cpp.