IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Summary description for YCbCrLinearForm. More...
Public Member Functions | |
YCbCrLinearForm (AForge.Imaging.ImageStatisticsYCbCr 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 | |
YCbCrLinear | filter = new YCbCrLinear( ) |
Range | inY = new Range( 0, 1 ) |
Range | inCb = new Range( -0.5f, 0.5f ) |
Range | inCr = new Range( -0.5f, 0.5f ) |
Range | outY = new Range( 0, 1 ) |
Range | outCb = new Range( -0.5f, 0.5f ) |
Range | outCr = new Range( -0.5f, 0.5f ) |
AForge.Imaging.ImageStatisticsYCbCr | imgStat |
System.Windows.Forms.Button | cancelButton |
System.Windows.Forms.Button | okButton |
System.Windows.Forms.GroupBox | groupBox4 |
IPLab.FilterPreview | filterPreview |
AForge.Controls.ColorSlider | outSlider |
System.Windows.Forms.PictureBox | pictureBox3 |
System.Windows.Forms.TextBox | outMaxBox |
System.Windows.Forms.TextBox | outMinBox |
System.Windows.Forms.Label | label3 |
AForge.Controls.ColorSlider | inSlider |
System.Windows.Forms.PictureBox | pictureBox2 |
AForge.Controls.Histogram | histogram |
System.Windows.Forms.Label | label2 |
System.Windows.Forms.TextBox | inMinBox |
System.Windows.Forms.PictureBox | pictureBox1 |
System.Windows.Forms.Label | label1 |
System.Windows.Forms.TextBox | inMaxBox |
System.Windows.Forms.ComboBox | componentCombo |
System.ComponentModel.Container | components = null |
Required designer variable. More... | |
Summary description for YCbCrLinearForm.
|
inline |
|
inlineprotected |
Clean up any resources being used.
References IPLab.YCbCrLinearForm.components.
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
Referenced by IPLab.YCbCrLinearForm.YCbCrLinearForm().
|
inlineprivate |
References IPLab.YCbCrLinearForm.componentCombo, IPLab.YCbCrLinearForm.histogram, IPLab.YCbCrLinearForm.imgStat, IPLab.YCbCrLinearForm.inCb, IPLab.YCbCrLinearForm.inCr, IPLab.YCbCrLinearForm.inMaxBox, IPLab.YCbCrLinearForm.inMinBox, IPLab.YCbCrLinearForm.inSlider, IPLab.YCbCrLinearForm.inY, IPLab.YCbCrLinearForm.outCb, IPLab.YCbCrLinearForm.outCr, IPLab.YCbCrLinearForm.outMaxBox, IPLab.YCbCrLinearForm.outMinBox, IPLab.YCbCrLinearForm.outSlider, and IPLab.YCbCrLinearForm.outY.
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
References IPLab.YCbCrLinearForm.filterPreview, IPLab.YCbCrLinearForm.inCb, IPLab.YCbCrLinearForm.inCr, IPLab.YCbCrLinearForm.inY, IPLab.YCbCrLinearForm.outCb, IPLab.YCbCrLinearForm.outCr, IPLab.YCbCrLinearForm.outY, and IPLab.FilterPreview.RefreshFilter().
Referenced by IPLab.YCbCrLinearForm.inMaxBox_TextChanged(), IPLab.YCbCrLinearForm.inMinBox_TextChanged(), IPLab.YCbCrLinearForm.outMaxBox_TextChanged(), and IPLab.YCbCrLinearForm.outMinBox_TextChanged().
|
private |
Referenced by IPLab.YCbCrLinearForm.YCbCrLinearForm().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Referenced by IPLab.YCbCrLinearForm.UpdateFilter(), and IPLab.YCbCrLinearForm.YCbCrLinearForm().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Referenced by IPLab.YCbCrLinearForm.componentCombo_SelectedIndexChanged().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Referenced by IPLab.YCbCrLinearForm.componentCombo_SelectedIndexChanged(), IPLab.YCbCrLinearForm.inMaxBox_TextChanged(), IPLab.YCbCrLinearForm.inMinBox_TextChanged(), IPLab.YCbCrLinearForm.inSlider_ValuesChanged(), IPLab.YCbCrLinearForm.outMaxBox_TextChanged(), IPLab.YCbCrLinearForm.outMinBox_TextChanged(), IPLab.YCbCrLinearForm.outSlider_ValuesChanged(), and IPLab.YCbCrLinearForm.YCbCrLinearForm().
|
private |
Required designer variable.
Referenced by IPLab.YCbCrLinearForm.Dispose().
|
set |
Referenced by IPLab.ImageDoc.linearYCbCrFiltersItem_Click().
|
get |
Referenced by IPLab.ImageDoc.linearYCbCrFiltersItem_Click().