
Public Member Functions | |
| Options () | |
Public Attributes | |
| DarkHelp::VStr | all_files |
| std::string | cfg_fn |
| bool | done |
| size_t | file_index |
| std::string | filename |
| bool | force_greyscale |
| std::string | image_type |
| bool | in_slideshow |
| nlohmann::json | json |
| bool | keep_annotated_images |
| magic_t | magic_cookie |
| std::string | message_text |
| std::time_t | message_time |
| std::string | names_fn |
| std::string | neural_network_name |
| DarkHelp::NN | nn |
| std::string | out_dir |
| cv::Size | size1 |
| bool | size1_is_set |
| cv::Size | size2 |
| bool | size2_is_set |
| bool | use_json_output |
| int | wait_time_in_milliseconds_for_slideshow |
| std::string | weights_fn |
|
inline |
| DarkHelp::VStr Options::all_files |
Referenced by init(), main(), and process_image().
| std::string Options::cfg_fn |
Referenced by init().
| bool Options::done |
Referenced by init(), main(), and process_image().
| size_t Options::file_index |
Referenced by init(), main(), process_image(), and process_video().
| std::string Options::filename |
Referenced by main(), process_image(), and process_video().
| bool Options::force_greyscale |
Referenced by init(), process_image(), and process_video().
| std::string Options::image_type |
Referenced by init(), and process_image().
| bool Options::in_slideshow |
Referenced by init(), and process_image().
| nlohmann::json Options::json |
Referenced by init(), main(), process_image(), and process_video().
| bool Options::keep_annotated_images |
Referenced by init(), main(), and process_image().
| std::string Options::message_text |
Referenced by display_current_msg(), and set_msg().
| std::time_t Options::message_time |
Referenced by display_current_msg(), and set_msg().
| std::string Options::names_fn |
Referenced by init().
| std::string Options::neural_network_name |
Referenced by init(), process_image(), and process_video().
| DarkHelp::NN Options::nn |
Referenced by display_current_msg(), init(), process_image(), and process_video().
| std::string Options::out_dir |
Referenced by init(), main(), process_image(), and process_video().
| cv::Size Options::size1 |
Referenced by init(), process_image(), and process_video().
| bool Options::size1_is_set |
Referenced by init(), process_image(), and process_video().
| cv::Size Options::size2 |
Referenced by init(), process_image(), and process_video().
| bool Options::size2_is_set |
Referenced by init(), process_image(), and process_video().
| bool Options::use_json_output |
Referenced by init(), main(), process_image(), and process_video().
| int Options::wait_time_in_milliseconds_for_slideshow |
Referenced by init(), and process_image().
| std::string Options::weights_fn |
Referenced by init().