Filter Library | Camera | Interface Physics |
#include <FilterDlg_BinaryThreshold.h>
Inheritance diagram for CFilterDlg_BinaryThreshold:
Definition at line 39 of file FilterDlg_BinaryThreshold.h.
Public Types | |
typedef CScanFilterBinaryThreshold::InputPixelType | InputPixelType |
the input pixel type. | |
typedef CScanFilterBinaryThreshold::OutputPixelType | OutputPixelType |
the output pixel type. | |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
DDX/DDV support. | |
virtual BOOL | OnInitDialog () |
initialize dialog | |
afx_msg void | OnChangeValue () |
change of a text-field or spinner | |
afx_msg void | OnHScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) |
handle hor. slider change | |
afx_msg void | OnVScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) |
handle vert. slider change | |
void | OnScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) |
handle horizontal and vertical slider events. | |
Private Types | |
enum | { IDD = IDD_FILTERDLG_BINARYTHRESHOLD } |
Private Attributes | |
CIntegerEdit | c_txtLower |
the lower threshold | |
CIntegerEdit | c_txtUpper |
the upper threshold | |
CIntegerEdit | c_txtInside |
the inside value | |
CIntegerEdit | c_txtOutside |
the outside value | |
CNumSpinCtrl | c_spnLower |
the lower threshold spinner | |
CNumSpinCtrl | c_spnUpper |
the upper thresholdspinner | |
CNumSpinCtrl | c_spnInside |
the inside value spinner | |
CNumSpinCtrl | c_spnOutside |
the outside value spinner | |
CSliderCtrl | c_scLower |
the lower threshold slider | |
CSliderCtrl | c_scUpper |
the upper threshold slider | |
CButton | c_chkLink |
the threshold slider linking |