Implementation. More...
#include <BlobExtractor.h>
#include <BlobParams.h>
#include <EdgeHoleBasedLedExtractor.h>
#include <OptionalStream.h>
#include <ParseBlobParams.h>
#include <cvUtils.h>
#include <json/reader.h>
#include <json/value.h>
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <cmath>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <random>
#include <sstream>
Go to the source code of this file.
Namespaces | |
osvr | |
< | |
Functions | |
void | osvr::vbtracker::showImage (std::string const &title, cv::Mat const &img, bool showImages=true) |
void | osvr::vbtracker::handleImage (std::string const &fn, cv::Mat color, cv::Mat gray, bool pause, bool showImages=true) |
void | osvr::vbtracker::handleImage (std::string const &fn, bool pause) |
void | processAVI (std::string const &fn) |
void | tryLoadingConfigFile () |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Look for a config file (optional)
Don't stop before exiting if we've got multiple to process.
has .avi but isn't a file extracted from an AVI.
Definition at line 249 of file BlobExtractionDemo.cpp.