IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Summary description for YCbCrFilteringForm. More...
Public Member Functions | |
YCbCrFilteringForm () | |
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 | UpdateFilter () |
void | minYBox_TextChanged (object sender, System.EventArgs e) |
void | maxYBox_TextChanged (object sender, System.EventArgs e) |
void | minCbBox_TextChanged (object sender, System.EventArgs e) |
void | maxCbBox_TextChanged (object sender, System.EventArgs e) |
void | minCrBox_TextChanged (object sender, System.EventArgs e) |
void | maxCrBox_TextChanged (object sender, System.EventArgs e) |
void | ySlider_ValuesChanged (object sender, System.EventArgs e) |
void | cbSlider_ValuesChanged (object sender, System.EventArgs e) |
void | crSlider_ValuesChanged (object sender, System.EventArgs e) |
void | fillYBox_TextChanged (object sender, System.EventArgs e) |
void | fillCbBox_TextChanged (object sender, System.EventArgs e) |
void | fillCrBox_TextChanged (object sender, System.EventArgs e) |
void | UpdateFillColor () |
void | fillTypeCombo_SelectedIndexChanged (object sender, System.EventArgs e) |
Private Attributes | |
YCbCrFiltering | filter = new YCbCrFiltering( ) |
Range | yRange = new Range( 0, 1 ) |
Range | cbRange = new Range( -0.5f, 0.5f ) |
Range | crRange = new Range( -0.5f, 0.5f ) |
float | fillY = 0 |
float | fillCb = 0 |
float | fillCr = 0 |
System.Windows.Forms.GroupBox | groupBox1 |
System.Windows.Forms.Label | label1 |
System.Windows.Forms.TextBox | minYBox |
System.Windows.Forms.Label | label2 |
System.Windows.Forms.TextBox | maxYBox |
AForge.Controls.ColorSlider | ySlider |
System.Windows.Forms.GroupBox | groupBox2 |
System.Windows.Forms.Label | label3 |
System.Windows.Forms.TextBox | minCbBox |
System.Windows.Forms.Label | label4 |
System.Windows.Forms.TextBox | maxCbBox |
AForge.Controls.ColorSlider | cbSlider |
System.Windows.Forms.GroupBox | groupBox3 |
System.Windows.Forms.Label | label5 |
System.Windows.Forms.Label | label6 |
AForge.Controls.ColorSlider | crSlider |
System.Windows.Forms.TextBox | maxCrBox |
System.Windows.Forms.TextBox | minCrBox |
System.Windows.Forms.GroupBox | groupBox4 |
System.Windows.Forms.Label | label7 |
System.Windows.Forms.TextBox | fillYBox |
System.Windows.Forms.Label | label8 |
System.Windows.Forms.TextBox | fillCbBox |
System.Windows.Forms.Label | label9 |
System.Windows.Forms.TextBox | fillCrBox |
System.Windows.Forms.GroupBox | groupBox5 |
IPLab.FilterPreview | filterPreview |
System.Windows.Forms.Label | label10 |
System.Windows.Forms.ComboBox | fillTypeCombo |
System.Windows.Forms.Button | okButton |
System.Windows.Forms.Button | cancelButton |
System.ComponentModel.Container | components = null |
Required designer variable. More... | |
Summary description for YCbCrFilteringForm.
|
inline |
References IPLab.YCbCrFilteringForm.fillCb, IPLab.YCbCrFilteringForm.fillCbBox, IPLab.YCbCrFilteringForm.fillCr, IPLab.YCbCrFilteringForm.fillCrBox, IPLab.YCbCrFilteringForm.fillTypeCombo, IPLab.YCbCrFilteringForm.fillYBox, IPLab.YCbCrFilteringForm.filter, IPLab.FilterPreview.Filter, IPLab.YCbCrFilteringForm.filterPreview, IPLab.YCbCrFilteringForm.InitializeComponent(), IPLab.YCbCrFilteringForm.maxCbBox, IPLab.YCbCrFilteringForm.maxCrBox, IPLab.YCbCrFilteringForm.maxYBox, IPLab.YCbCrFilteringForm.minCbBox, IPLab.YCbCrFilteringForm.minCrBox, and IPLab.YCbCrFilteringForm.minYBox.
|
inlineprotected |
Clean up any resources being used.
References IPLab.YCbCrFilteringForm.components.
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
Referenced by IPLab.YCbCrFilteringForm.YCbCrFilteringForm().
|
inlineprivate |
References IPLab.YCbCrFilteringForm.cbRange, IPLab.YCbCrFilteringForm.crRange, IPLab.YCbCrFilteringForm.filterPreview, IPLab.FilterPreview.RefreshFilter(), and IPLab.YCbCrFilteringForm.yRange.
Referenced by IPLab.YCbCrFilteringForm.maxCbBox_TextChanged(), IPLab.YCbCrFilteringForm.maxCrBox_TextChanged(), IPLab.YCbCrFilteringForm.maxYBox_TextChanged(), IPLab.YCbCrFilteringForm.minCbBox_TextChanged(), IPLab.YCbCrFilteringForm.minCrBox_TextChanged(), and IPLab.YCbCrFilteringForm.minYBox_TextChanged().
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
References IPLab.YCbCrFilteringForm.fillCb, IPLab.YCbCrFilteringForm.fillCr, IPLab.YCbCrFilteringForm.filterPreview, and IPLab.FilterPreview.RefreshFilter().
Referenced by IPLab.YCbCrFilteringForm.fillCbBox_TextChanged(), IPLab.YCbCrFilteringForm.fillCrBox_TextChanged(), and IPLab.YCbCrFilteringForm.fillYBox_TextChanged().
|
inlineprivate |
|
private |
Referenced by IPLab.YCbCrFilteringForm.YCbCrFilteringForm().
|
private |
Referenced by IPLab.YCbCrFilteringForm.UpdateFilter().
|
private |
Referenced by IPLab.YCbCrFilteringForm.UpdateFilter().
|
private |
Referenced by IPLab.YCbCrFilteringForm.UpdateFilter().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Required designer variable.
Referenced by IPLab.YCbCrFilteringForm.Dispose().
|
set |
Referenced by IPLab.ImageDoc.filteringYCbCrFiltersItem_Click().
|
get |
Referenced by IPLab.ImageDoc.filteringYCbCrFiltersItem_Click().