#include <Create_Output_Files_Dialog.h>
Public Member Functions | |
void | createOutputFiles () |
Creates the output files with the set parameters. More... | |
CreateOutputFilesDialog (DescModelsDialog *parent_dialog) | |
Constructor of this class. More... | |
Public Member Functions inherited from Create_Output_Files_Dialog_Base | |
Create_Output_Files_Dialog_Base (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxT("Creating files"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(250, 130), long style=wxDEFAULT_DIALOG_STYLE) | |
~Create_Output_Files_Dialog_Base () | |
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 |
Additional Inherited Members | |
Protected Attributes inherited from Create_Output_Files_Dialog_Base | |
wxButton * | button_done |
wxStaticText * | label_message |
wxGauge * | progress_bar |
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.
void CreateOutputFilesDialog::createOutputFiles | ( | ) |
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.
|
protectedvirtual |
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.
|
protectedvirtual |
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.
|
private |
The parameters of the trained object (mostly for 3D-recognition)
Definition at line 40 of file Create_Output_Files_Dialog.h.
|
private |
Indicates whether the output files were created successfully
Definition at line 43 of file Create_Output_Files_Dialog.h.
|
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.