Create_Test_Model_Dialog.h
Go to the documentation of this file.
1 
21 #ifndef ABORT_DIALOG_H_
22 #define ABORT_DIALOG_H_
23 
25 #include <HalconCpp.h>
26 
31 {
32 
33 private:
34 
36  bool success;
37 
47  void createDescriptorModel(HalconCpp::HDescriptorModel *desc_model, HalconCpp::HImage image, HalconCpp::HTuple descParamNames, HalconCpp::HTuple descParamValues, bool use_color);
48 
49 
50 protected:
51 
55  void onButtonAbortClicked(wxCommandEvent &event);
56 
60  void onCloseClicked(wxCloseEvent &event);
61 
62 public:
63 
77  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);
78 };
79 
80 
81 #endif //ABORT_DIALOG_H_
82 
void onCloseClicked(wxCloseEvent &event)
void createDescriptorModel(HalconCpp::HDescriptorModel *desc_model, HalconCpp::HImage image, HalconCpp::HTuple descParamNames, HalconCpp::HTuple descParamValues, bool use_color)
Creates the test-model with the given parameters.
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)
The constructor of this class.
void onButtonAbortClicked(wxCommandEvent &event)


asr_descriptor_surface_based_recognition
Author(s): Allgeyer Tobias, Hutmacher Robin, Meißner Pascal
autogenerated on Mon Dec 16 2019 03:31:15