42 #ifndef _QT_COLOR_PARAMETER_WINDOW_H_
43 #define _QT_COLOR_PARAMETER_WINDOW_H_
104 void ColorRadioButtonClicked(
int id);
105 void PrintColorParametersButtonClicked();
106 void LoadColorParametersButtonClicked();
107 void SaveColorParametersButtonClicked();
108 void ColorParameterFileBrowseButtonClicked();
109 void SliderValueChanged(
int nValue);
113 QLineEdit *m_pLineEditColorParameterFile;
114 QSlider *m_pSliderColorH;
115 QSlider *m_pSliderColorHT;
116 QSlider *m_pSliderColorMinS;
117 QSlider *m_pSliderColorMaxS;
118 QSlider *m_pSliderColorMinV;
119 QSlider *m_pSliderColorMaxV;
120 QButtonGroup *m_pColorButtonGroup;
121 QCheckBox *m_pCheckBoxShowSegmentedImage;
122 QCheckBox *m_pCheckBoxShowRightImage;
127 bool m_bUpdateParameterSet;
128 int custom_par1, custom_par2, custom_par3, custom_par4, custom_par5, custom_par6;
void Update(const CByteImage *const *ppInputImages, int nImages)
const CColorParameterSet * GetColorParameterSet() const
CQTColorParameterWindow(int width, int height)
~CQTColorParameterWindow()
Data structure for the representation of 8-bit grayscale images and 24-bit RGB (or HSV) color images ...