IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Summary description for LevelsLinearForm. More...
Public Member Functions | |
LevelsLinearForm (AForge.Imaging.ImageStatistics imgStat) | |
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 | InitializeComponent () |
Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
void | channelCombo_SelectedIndexChanged (object sender, System.EventArgs e) |
void | inMinBox_TextChanged (object sender, System.EventArgs e) |
void | inMaxBox_TextChanged (object sender, System.EventArgs e) |
void | outMinBox_TextChanged (object sender, System.EventArgs e) |
void | outMaxBox_TextChanged (object sender, System.EventArgs e) |
void | inSlider_ValuesChanged (object sender, EventArgs e) |
void | outSlider_ValuesChanged (object sender, EventArgs e) |
void | UpdateFilter () |
Private Attributes | |
LevelsLinear | filter = new LevelsLinear( ) |
IntRange | inRed = new IntRange( 0, 255 ) |
IntRange | inGreen = new IntRange( 0, 255 ) |
IntRange | inBlue = new IntRange( 0, 255 ) |
IntRange | outRed = new IntRange( 0, 255 ) |
IntRange | outGreen = new IntRange( 0, 255 ) |
IntRange | outBlue = new IntRange( 0, 255 ) |
AForge.Imaging.ImageStatistics | imgStat |
AForge.Controls.Histogram | histogram |
System.Windows.Forms.Label | label1 |
System.Windows.Forms.ComboBox | channelCombo |
System.Windows.Forms.Button | okButton |
System.Windows.Forms.Button | cancelButton |
System.Windows.Forms.TextBox | inMinBox |
System.Windows.Forms.TextBox | inMaxBox |
System.Windows.Forms.Label | label2 |
System.Windows.Forms.CheckBox | allCheckBox |
System.Windows.Forms.PictureBox | pictureBox1 |
System.Windows.Forms.PictureBox | pictureBox2 |
System.Windows.Forms.Label | label3 |
System.Windows.Forms.TextBox | outMinBox |
System.Windows.Forms.TextBox | outMaxBox |
AForge.Controls.ColorSlider | inSlider |
AForge.Controls.ColorSlider | outSlider |
System.Windows.Forms.GroupBox | groupBox4 |
IPLab.FilterPreview | filterPreview |
System.Windows.Forms.PictureBox | pictureBox3 |
System.ComponentModel.Container | components = null |
Required designer variable. More... | |
Static Private Attributes | |
static Color[] | colors |
Summary description for LevelsLinearForm.
|
inline |
|
inlineprotected |
Clean up any resources being used.
References IPLab.LevelsLinearForm.components.
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
Referenced by IPLab.LevelsLinearForm.LevelsLinearForm().
|
inlineprivate |
References IPLab.LevelsLinearForm.channelCombo, IPLab.LevelsLinearForm.histogram, IPLab.LevelsLinearForm.imgStat, IPLab.LevelsLinearForm.inBlue, IPLab.LevelsLinearForm.inGreen, IPLab.LevelsLinearForm.inMaxBox, IPLab.LevelsLinearForm.inMinBox, IPLab.LevelsLinearForm.inRed, IPLab.LevelsLinearForm.inSlider, IPLab.LevelsLinearForm.outBlue, IPLab.LevelsLinearForm.outGreen, IPLab.LevelsLinearForm.outMaxBox, IPLab.LevelsLinearForm.outMinBox, IPLab.LevelsLinearForm.outRed, and IPLab.LevelsLinearForm.outSlider.
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
References IPLab.LevelsLinearForm.filterPreview, IPLab.LevelsLinearForm.inBlue, IPLab.LevelsLinearForm.inGreen, IPLab.LevelsLinearForm.inRed, IPLab.LevelsLinearForm.outBlue, IPLab.LevelsLinearForm.outGreen, IPLab.LevelsLinearForm.outRed, and IPLab.FilterPreview.RefreshFilter().
Referenced by IPLab.LevelsLinearForm.inMaxBox_TextChanged(), IPLab.LevelsLinearForm.inMinBox_TextChanged(), IPLab.LevelsLinearForm.outMaxBox_TextChanged(), and IPLab.LevelsLinearForm.outMinBox_TextChanged().
|
staticprivate |
|
private |
Referenced by IPLab.LevelsLinearForm.LevelsLinearForm().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Referenced by IPLab.LevelsLinearForm.channelCombo_SelectedIndexChanged(), IPLab.LevelsLinearForm.inMaxBox_TextChanged(), IPLab.LevelsLinearForm.inMinBox_TextChanged(), IPLab.LevelsLinearForm.LevelsLinearForm(), IPLab.LevelsLinearForm.outMaxBox_TextChanged(), and IPLab.LevelsLinearForm.outMinBox_TextChanged().
|
private |
Referenced by IPLab.LevelsLinearForm.channelCombo_SelectedIndexChanged().
|
private |
|
private |
Referenced by IPLab.LevelsLinearForm.channelCombo_SelectedIndexChanged(), IPLab.LevelsLinearForm.inMaxBox_TextChanged(), IPLab.LevelsLinearForm.inMinBox_TextChanged(), IPLab.LevelsLinearForm.LevelsLinearForm(), IPLab.LevelsLinearForm.outMaxBox_TextChanged(), and IPLab.LevelsLinearForm.outMinBox_TextChanged().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Referenced by IPLab.LevelsLinearForm.LevelsLinearForm(), and IPLab.LevelsLinearForm.UpdateFilter().
|
private |
|
private |
Required designer variable.
Referenced by IPLab.LevelsLinearForm.Dispose().
|
set |
Referenced by IPLab.ImageDoc.Levels().
|
get |
Referenced by IPLab.ImageDoc.Levels().