#include <Create_Output_Files_Dialog.h>
Public Member Functions | |
void | createOutputFiles () |
Creates the output files with the set parameters. | |
CreateOutputFilesDialog (DescModelsDialog *parent_dialog) | |
Constructor of this class. | |
Protected Member Functions | |
void | onButtonDoneClicked (wxCommandEvent &event) |
void | onDialogClose (wxCloseEvent &event) |
Private Attributes | |
std::vector< std::string > | object_params |
bool | success |
std::vector< ViewParamsWrapper > | views |
Copyright (C) 2016, Allgeyer Tobias, Hutmacher Robin, Meißner Pascal
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. This class represents the dialog which is shown when the output files of the trained data are created
Definition at line 32 of file Create_Output_Files_Dialog.h.
CreateOutputFilesDialog::CreateOutputFilesDialog | ( | DescModelsDialog * | parent_dialog | ) |
Constructor of this class.
Definition at line 296 of file Create_Output_Files_Dialog.cpp.
Creates the output files with the set parameters.
Copyright (C) 2016, Allgeyer Tobias, Hutmacher Robin, Meißner Pascal
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Definition at line 33 of file Create_Output_Files_Dialog.cpp.
void CreateOutputFilesDialog::onButtonDoneClicked | ( | wxCommandEvent & | event | ) | [protected, virtual] |
Called when the button of this dialog is being pushed
Reimplemented from Create_Output_Files_Dialog_Base.
Definition at line 308 of file Create_Output_Files_Dialog.cpp.
void CreateOutputFilesDialog::onDialogClose | ( | wxCloseEvent & | event | ) | [protected, virtual] |
Called when this dialog is being closed
Reimplemented from Create_Output_Files_Dialog_Base.
Definition at line 318 of file Create_Output_Files_Dialog.cpp.
std::vector<std::string> CreateOutputFilesDialog::object_params [private] |
The parameters of the trained object (mostly for 3D-recognition)
Definition at line 40 of file Create_Output_Files_Dialog.h.
bool CreateOutputFilesDialog::success [private] |
Indicates whether the output files were created successfully
Definition at line 43 of file Create_Output_Files_Dialog.h.
std::vector<ViewParamsWrapper> CreateOutputFilesDialog::views [private] |
The list containing the parameters of each trained 2D-view of the object
Definition at line 37 of file Create_Output_Files_Dialog.h.