KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
kjb::pt::Output_directory Class Reference

Represents the output directory for the PT tracking project. More...

#include <pt_file_util.h>

Public Member Functions

 Output_directory ()
 Does nothing. Does not initialize anything! More...
 
 Output_directory (const std::string &experiment_dp)
 Creates directory for given video and entity. More...
 
const std::string & get_experiment_dp () const
 Returns video directory path. More...
 
std::string get_trajectories_dp () const
 Returns path to directory containing tracks. More...
 
std::string get_association_fp () const
 Returns path to file containing the inferred association. More...
 
std::string get_camera_fp () const
 Returns path to file containing the inferred camera. More...
 
std::string get_parameters_fp () const
 Returns path to file containing the inferred parameters. More...
 
std::string get_best_posteriors_fp () const
 Returns path to file containing best posteriors. More...
 
std::string get_sample_logs_fp () const
 Returns path to file containing all sample logs. More...
 
std::string get_sample_mota_vals_fp () const
 Returns path to file containing all sample MOTA values. More...
 
std::string get_sample_motp_vals_fp () const
 Returns path to file containing all sample MOTP values. More...
 
std::string get_summary_fp () const
 Returns path to summary file. More...
 
std::string get_visualization_dp () const
 Returns path to the visualization directory. More...
 
std::string get_visualization_frames_dp () const
 Returns path to visualization frames directory. More...
 
std::string get_tracks_video_fp () const
 Returns path to tracks video. More...
 
std::string get_metadata_fp () const
 Returns path to metadata file. More...
 
std::string get_all_samples_dp () const
 Returns the path to the sample history directory. More...
 
std::string get_proposals_dp () const
 Returns the path to the proposal history directory. More...
 

Detailed Description

Represents the output directory for the PT tracking project.

Constructor & Destructor Documentation

kjb::pt::Output_directory::Output_directory ( )
inline

Does nothing. Does not initialize anything!

kjb::pt::Output_directory::Output_directory ( const std::string &  experiment_dp)
inline

Creates directory for given video and entity.

Member Function Documentation

std::string kjb::pt::Output_directory::get_all_samples_dp ( ) const
inline

Returns the path to the sample history directory.

std::string kjb::pt::Output_directory::get_association_fp ( ) const
inline

Returns path to file containing the inferred association.

std::string kjb::pt::Output_directory::get_best_posteriors_fp ( ) const
inline

Returns path to file containing best posteriors.

std::string kjb::pt::Output_directory::get_camera_fp ( ) const
inline

Returns path to file containing the inferred camera.

const std::string& kjb::pt::Output_directory::get_experiment_dp ( ) const
inline

Returns video directory path.

std::string kjb::pt::Output_directory::get_metadata_fp ( ) const
inline

Returns path to metadata file.

std::string kjb::pt::Output_directory::get_parameters_fp ( ) const
inline

Returns path to file containing the inferred parameters.

std::string kjb::pt::Output_directory::get_proposals_dp ( ) const
inline

Returns the path to the proposal history directory.

std::string kjb::pt::Output_directory::get_sample_logs_fp ( ) const
inline

Returns path to file containing all sample logs.

std::string kjb::pt::Output_directory::get_sample_mota_vals_fp ( ) const
inline

Returns path to file containing all sample MOTA values.

std::string kjb::pt::Output_directory::get_sample_motp_vals_fp ( ) const
inline

Returns path to file containing all sample MOTP values.

std::string kjb::pt::Output_directory::get_summary_fp ( ) const
inline

Returns path to summary file.

std::string kjb::pt::Output_directory::get_tracks_video_fp ( ) const
inline

Returns path to tracks video.

std::string kjb::pt::Output_directory::get_trajectories_dp ( ) const
inline

Returns path to directory containing tracks.

std::string kjb::pt::Output_directory::get_visualization_dp ( ) const
inline

Returns path to the visualization directory.

std::string kjb::pt::Output_directory::get_visualization_frames_dp ( ) const
inline

Returns path to visualization frames directory.


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