IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Summary description for HSLLinearForm. More...
Public Member Functions | |
HSLLinearForm (AForge.Imaging.ImageStatisticsHSL 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 | componentCombo_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, System.EventArgs e) |
void | outSlider_ValuesChanged (object sender, System.EventArgs e) |
void | UpdateFilter () |
Private Attributes | |
HSLLinear | filter = new HSLLinear( ) |
Range | inSaturation = new Range( 0, 1 ) |
Range | inLuminance = new Range( 0, 1 ) |
Range | outSaturation = new Range( 0, 1 ) |
Range | outLuminance = new Range( 0, 1 ) |
AForge.Imaging.ImageStatisticsHSL | imgStat |
System.Windows.Forms.Label | label1 |
System.Windows.Forms.ComboBox | componentCombo |
System.Windows.Forms.PictureBox | pictureBox1 |
System.Windows.Forms.Label | label2 |
System.Windows.Forms.TextBox | inMaxBox |
System.Windows.Forms.TextBox | inMinBox |
AForge.Controls.Histogram | histogram |
AForge.Controls.ColorSlider | inSlider |
System.Windows.Forms.PictureBox | pictureBox2 |
AForge.Controls.ColorSlider | outSlider |
System.Windows.Forms.PictureBox | pictureBox3 |
System.Windows.Forms.TextBox | outMaxBox |
System.Windows.Forms.TextBox | outMinBox |
System.Windows.Forms.Label | label3 |
System.Windows.Forms.GroupBox | groupBox4 |
IPLab.FilterPreview | filterPreview |
System.Windows.Forms.Button | cancelButton |
System.Windows.Forms.Button | okButton |
System.ComponentModel.Container | components = null |
Required designer variable. More... | |
Summary description for HSLLinearForm.
|
inline |
|
inlineprotected |
Clean up any resources being used.
References IPLab.HSLLinearForm.components.
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
Referenced by IPLab.HSLLinearForm.HSLLinearForm().
|
inlineprivate |
References IPLab.HSLLinearForm.componentCombo, IPLab.HSLLinearForm.histogram, IPLab.HSLLinearForm.imgStat, IPLab.HSLLinearForm.inLuminance, IPLab.HSLLinearForm.inMaxBox, IPLab.HSLLinearForm.inMinBox, IPLab.HSLLinearForm.inSaturation, IPLab.HSLLinearForm.inSlider, IPLab.HSLLinearForm.outLuminance, IPLab.HSLLinearForm.outMaxBox, IPLab.HSLLinearForm.outMinBox, IPLab.HSLLinearForm.outSaturation, and IPLab.HSLLinearForm.outSlider.
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
References IPLab.HSLLinearForm.filterPreview, IPLab.HSLLinearForm.inLuminance, IPLab.HSLLinearForm.inSaturation, IPLab.HSLLinearForm.outLuminance, IPLab.HSLLinearForm.outSaturation, and IPLab.FilterPreview.RefreshFilter().
Referenced by IPLab.HSLLinearForm.inMaxBox_TextChanged(), IPLab.HSLLinearForm.inMinBox_TextChanged(), IPLab.HSLLinearForm.outMaxBox_TextChanged(), and IPLab.HSLLinearForm.outMinBox_TextChanged().
|
private |
Referenced by IPLab.HSLLinearForm.HSLLinearForm().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Referenced by IPLab.HSLLinearForm.componentCombo_SelectedIndexChanged().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Referenced by IPLab.HSLLinearForm.HSLLinearForm(), and IPLab.HSLLinearForm.UpdateFilter().
|
private |
|
private |
|
private |
Required designer variable.
Referenced by IPLab.HSLLinearForm.Dispose().
|
set |
Referenced by IPLab.ImageDoc.linearHslFiltersItem_Click().
|
get |
Referenced by IPLab.ImageDoc.linearHslFiltersItem_Click().