Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
|
#include <SLICSuperpixelsDlg.h>
Public Types | |
enum | { IDD = IDD_SLICSUPERPIXELS_DIALOG } |
Public Member Functions | |
CSLICSuperpixelsDlg (CWnd *pParent=NULL) | |
afx_msg void | OnBnClickedButtonCreatesuperpixels () |
afx_msg void | OnEnChangeEditSpcount () |
afx_msg void | OnEnChangeEditCompactness () |
Public Attributes | |
int | m_spcount |
double | m_compactness |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
afx_msg void | OnPaint () |
afx_msg HCURSOR | OnQueryDragIcon () |
Protected Attributes | |
HICON | m_hIcon |
Definition at line 13 of file SLICSuperpixelsDlg.h.
anonymous enum |
Enumerator | |
---|---|
IDD |
Definition at line 20 of file SLICSuperpixelsDlg.h.
CSLICSuperpixelsDlg::CSLICSuperpixelsDlg | ( | CWnd * | pParent = NULL | ) |
Definition at line 23 of file SLICSuperpixelsDlg.cpp.
|
protectedvirtual |
Definition at line 31 of file SLICSuperpixelsDlg.cpp.
void CSLICSuperpixelsDlg::OnBnClickedButtonCreatesuperpixels | ( | ) |
OnBnClickedButtonCreatesuperpixels
The main function
Definition at line 230 of file SLICSuperpixelsDlg.cpp.
void CSLICSuperpixelsDlg::OnEnChangeEditCompactness | ( | ) |
Definition at line 79 of file SLICSuperpixelsDlg.cpp.
void CSLICSuperpixelsDlg::OnEnChangeEditSpcount | ( | ) |
Definition at line 69 of file SLICSuperpixelsDlg.cpp.
|
protectedvirtual |
Definition at line 52 of file SLICSuperpixelsDlg.cpp.
|
protected |
Definition at line 93 of file SLICSuperpixelsDlg.cpp.
|
protected |
Definition at line 120 of file SLICSuperpixelsDlg.cpp.
double CSLICSuperpixelsDlg::m_compactness |
Definition at line 48 of file SLICSuperpixelsDlg.h.
|
protected |
Definition at line 28 of file SLICSuperpixelsDlg.h.
int CSLICSuperpixelsDlg::m_spcount |
Definition at line 47 of file SLICSuperpixelsDlg.h.