IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Public Member Functions | |
AdditiveNoiseForm () | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
Properties | |
Bitmap | Image [set] |
IFilter | Filter [get] |
Private Member Functions | |
void | noiseAmplitudeTrackBar_ValueChanged (object sender, EventArgs e) |
void | noiseAmplitudeBox_TextChanged (object sender, EventArgs e) |
void | InitializeComponent () |
Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
Private Attributes | |
AdditiveNoise | filter = new AdditiveNoise( ) |
System.ComponentModel.IContainer | components = null |
Required designer variable. More... | |
System.Windows.Forms.Button | cancelButton |
System.Windows.Forms.Button | okButton |
System.Windows.Forms.GroupBox | groupBox1 |
FilterPreview | filterPreview |
System.Windows.Forms.Label | label1 |
System.Windows.Forms.TextBox | noiseAmplitudeBox |
System.Windows.Forms.TrackBar | noiseAmplitudeTrackBar |
|
inline |
|
inlineprivate |
References IPLab.AdditiveNoiseForm.noiseAmplitudeBox, and IPLab.AdditiveNoiseForm.noiseAmplitudeTrackBar.
Referenced by IPLab.AdditiveNoiseForm.InitializeComponent().
|
inlineprivate |
|
inlineprotected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
References IPLab.AdditiveNoiseForm.components.
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
References IPLab.AdditiveNoiseForm.cancelButton, IPLab.AdditiveNoiseForm.filterPreview, IPLab.AdditiveNoiseForm.groupBox1, IPLab.FilterPreview.Image, IPLab.AdditiveNoiseForm.label1, IPLab.AdditiveNoiseForm.noiseAmplitudeBox, IPLab.AdditiveNoiseForm.noiseAmplitudeBox_TextChanged(), IPLab.AdditiveNoiseForm.noiseAmplitudeTrackBar, IPLab.AdditiveNoiseForm.noiseAmplitudeTrackBar_ValueChanged(), and IPLab.AdditiveNoiseForm.okButton.
Referenced by IPLab.AdditiveNoiseForm.AdditiveNoiseForm().
|
private |
Referenced by IPLab.AdditiveNoiseForm.AdditiveNoiseForm().
|
private |
Required designer variable.
Referenced by IPLab.AdditiveNoiseForm.Dispose().
|
private |
Referenced by IPLab.AdditiveNoiseForm.InitializeComponent().
|
private |
Referenced by IPLab.AdditiveNoiseForm.InitializeComponent().
|
private |
Referenced by IPLab.AdditiveNoiseForm.InitializeComponent().
|
private |
|
private |
Referenced by IPLab.AdditiveNoiseForm.InitializeComponent().
|
private |
|
private |
|
set |
Referenced by IPLab.ImageDoc.additiveNoiseFiltersItem_Click().
|
get |
Referenced by IPLab.ImageDoc.additiveNoiseFiltersItem_Click().