UWARG Computer Vision
|
Module for loading JSON files for quick and dynamic tuning of filtering parameters for detection of unique targets. More...
#include <target_loader.h>
Public Member Functions | |
TargetLoader (const char *file) | |
Creates a TargetLoader object. Automatically opens up a given file and parses it. | |
boost::property_tree::ptree * | getJSON (void) |
Creates a TargetLoader object. Automatically opens up a given file and parses it. More... | |
void | print () |
Prints a loaded JSON file to the BOOST info log. | |
Module for loading JSON files for quick and dynamic tuning of filtering parameters for detection of unique targets.
property_tree::ptree * TargetLoader::getJSON | ( | void | ) |
Creates a TargetLoader object. Automatically opens up a given file and parses it.