UWARG Computer Vision
Public Member Functions | List of all members
TargetLoader Class Reference

Module for loading JSON files for quick and dynamic tuning of filtering parameters for detection of unique targets. More...

#include <target_loader.h>

Collaboration diagram for TargetLoader:
Collaboration graph

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.
 

Detailed Description

Module for loading JSON files for quick and dynamic tuning of filtering parameters for detection of unique targets.

Member Function Documentation

property_tree::ptree * TargetLoader::getJSON ( void  )

Creates a TargetLoader object. Automatically opens up a given file and parses it.

Returns
Returns a BOOST Property Tree Object with the data associated with the JSON file that was parsed and read.

The documentation for this class was generated from the following files: