Summary description for ConvolutionForm.
More...
|
override void | Dispose (bool disposing) |
| Clean up any resources being used. More...
|
|
|
static int[] | sizes = new int[] { 3, 5, 7, 9, 11, 13, 15 } |
|
Summary description for ConvolutionForm.
IPLab.ConvolutionForm.ConvolutionForm |
( |
| ) |
|
|
inline |
override void IPLab.ConvolutionForm.Dispose |
( |
bool |
disposing | ) |
|
|
inlineprotected |
void IPLab.ConvolutionForm.InitializeComponent |
( |
| ) |
|
|
inlineprivate |
void IPLab.ConvolutionForm.sizeCombo_SelectedIndexChanged |
( |
object |
sender, |
|
|
System.EventArgs |
e |
|
) |
| |
|
inlineprivate |
void IPLab.ConvolutionForm.UpdateFilter |
( |
| ) |
|
|
inlineprivate |
void IPLab.ConvolutionForm.saveButton_Click |
( |
object |
sender, |
|
|
System.EventArgs |
e |
|
) |
| |
|
inlineprivate |
void IPLab.ConvolutionForm.loadButton_Click |
( |
object |
sender, |
|
|
System.EventArgs |
e |
|
) |
| |
|
inlineprivate |
void IPLab.ConvolutionForm.thresholdBox_TextChanged |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
System.Windows.Forms.Button IPLab.ConvolutionForm.cancelButton |
|
private |
System.Windows.Forms.ComboBox IPLab.ConvolutionForm.sizeCombo |
|
private |
System.Windows.Forms.GroupBox IPLab.ConvolutionForm.groupBox1 |
|
private |
System.Windows.Forms.Label IPLab.ConvolutionForm.label1 |
|
private |
int [] IPLab.ConvolutionForm.sizes = new int[] { 3, 5, 7, 9, 11, 13, 15 } |
|
staticprivate |
int [,] IPLab.ConvolutionForm.kernel |
|
private |
AForge.Imaging.Filters.Convolution IPLab.ConvolutionForm.filter |
|
private |
System.Windows.Forms.Button IPLab.ConvolutionForm.okButton |
|
private |
System.Windows.Forms.Button IPLab.ConvolutionForm.saveButton |
|
private |
System.Windows.Forms.Button IPLab.ConvolutionForm.loadButton |
|
private |
System.Windows.Forms.SaveFileDialog IPLab.ConvolutionForm.sfd |
|
private |
System.Windows.Forms.OpenFileDialog IPLab.ConvolutionForm.ofd |
|
private |
System.Windows.Forms.GroupBox IPLab.ConvolutionForm.groupBox2 |
|
private |
Label IPLab.ConvolutionForm.label2 |
|
private |
TextBox IPLab.ConvolutionForm.thresholdBox |
|
private |
System.ComponentModel.Container IPLab.ConvolutionForm.components = null |
|
private |
IFilter IPLab.ConvolutionForm.Filter |
|
get |
Bitmap IPLab.ConvolutionForm.Image |
|
set |
The documentation for this class was generated from the following file: