Create_Test_Model_Dialog.h
Go to the documentation of this file.
00001 
00021 #ifndef ABORT_DIALOG_H_
00022 #define ABORT_DIALOG_H_
00023 
00024 #include "Create_Test_Model_Dialog_Base.h"
00025 #include <HalconCpp.h>
00026 
00030 class CreateTestModelDialog : public Create_Test_Model_Dialog_Base
00031 {
00032 
00033 private:
00034 
00036     bool success;
00037 
00047     void createDescriptorModel(HalconCpp::HDescriptorModel *desc_model, HalconCpp::HImage image, HalconCpp::HTuple descParamNames, HalconCpp::HTuple descParamValues, bool use_color);
00048 
00049 
00050 protected:
00051 
00055     void onButtonAbortClicked(wxCommandEvent &event);
00056 
00060     void onCloseClicked(wxCloseEvent &event);
00061 
00062 public:
00063 
00077     CreateTestModelDialog(wxWindow* parent, HalconCpp::HDescriptorModel *desc_model, HalconCpp::HImage image, int depth, int number_ferns, int patch_size, double min_scale, double max_scale, bool use_color);
00078 };
00079 
00080 
00081 #endif //ABORT_DIALOG_H_
00082 


asr_descriptor_surface_based_recognition
Author(s): Allgeyer Tobias, Hutmacher Robin, Meißner Pascal
autogenerated on Thu Jun 6 2019 17:57:29