IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Summary description for EuclideanColorFilteringForm. More...
Public Member Functions | |
EuclideanColorFilteringForm () | |
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 | redBox_TextChanged (object sender, System.EventArgs e) |
void | greenBox_TextChanged (object sender, System.EventArgs e) |
void | blueBox_TextChanged (object sender, System.EventArgs e) |
void | redSlider_ValuesChanged (object sender, System.EventArgs e) |
void | greenSlider_ValuesChanged (object sender, System.EventArgs e) |
void | blueSlider_ValuesChanged (object sender, System.EventArgs e) |
void | UpdateCenterColor () |
void | radiusBox_TextChanged (object sender, System.EventArgs e) |
void | radiusTrackBar_Scroll (object sender, System.EventArgs e) |
void | fillBox_TextChanged (object sender, System.EventArgs e) |
void | fillTypeCombo_SelectedIndexChanged (object sender, System.EventArgs e) |
Private Attributes | |
EuclideanColorFiltering | filter = new EuclideanColorFiltering( ) |
byte | red = 255 |
byte | green = 255 |
byte | blue = 255 |
byte | fillR = 0 |
byte | fillG = 0 |
byte | fillB = 0 |
short | radius = 100 |
System.Windows.Forms.GroupBox | groupBox4 |
System.Windows.Forms.Label | label4 |
System.Windows.Forms.Label | label3 |
System.Windows.Forms.Label | label10 |
System.Windows.Forms.TextBox | redBox |
System.Windows.Forms.TextBox | greenBox |
System.Windows.Forms.TextBox | blueBox |
System.Windows.Forms.GroupBox | groupBox5 |
IPLab.FilterPreview | filterPreview |
AForge.Controls.ColorSlider | redSlider |
AForge.Controls.ColorSlider | greenSlider |
AForge.Controls.ColorSlider | blueSlider |
System.Windows.Forms.GroupBox | groupBox1 |
System.Windows.Forms.TextBox | radiusBox |
System.Windows.Forms.GroupBox | groupBox2 |
System.Windows.Forms.Label | label1 |
System.Windows.Forms.Label | label2 |
System.Windows.Forms.Label | label5 |
System.Windows.Forms.TextBox | fillRBox |
System.Windows.Forms.TextBox | fillGBox |
System.Windows.Forms.TextBox | fillBBox |
System.Windows.Forms.Button | cancelButton |
System.Windows.Forms.Button | okButton |
System.Windows.Forms.TrackBar | radiusTrackBar |
System.Windows.Forms.ComboBox | fillTypeCombo |
System.Windows.Forms.Label | label7 |
System.ComponentModel.Container | components = null |
Required designer variable. More... | |
Summary description for EuclideanColorFilteringForm.
|
inline |
References IPLab.EuclideanColorFilteringForm.blue, IPLab.EuclideanColorFilteringForm.blueBox, IPLab.EuclideanColorFilteringForm.fillB, IPLab.EuclideanColorFilteringForm.fillBBox, IPLab.EuclideanColorFilteringForm.fillG, IPLab.EuclideanColorFilteringForm.fillGBox, IPLab.EuclideanColorFilteringForm.fillRBox, IPLab.EuclideanColorFilteringForm.fillTypeCombo, IPLab.EuclideanColorFilteringForm.filter, IPLab.FilterPreview.Filter, IPLab.EuclideanColorFilteringForm.filterPreview, IPLab.EuclideanColorFilteringForm.green, IPLab.EuclideanColorFilteringForm.greenBox, IPLab.EuclideanColorFilteringForm.InitializeComponent(), IPLab.EuclideanColorFilteringForm.radiusBox, and IPLab.EuclideanColorFilteringForm.redBox.
|
inlineprotected |
Clean up any resources being used.
References IPLab.EuclideanColorFilteringForm.components.
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
Referenced by IPLab.EuclideanColorFilteringForm.EuclideanColorFilteringForm().
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
References IPLab.EuclideanColorFilteringForm.blue, IPLab.EuclideanColorFilteringForm.blueSlider, IPLab.EuclideanColorFilteringForm.filterPreview, IPLab.EuclideanColorFilteringForm.green, IPLab.EuclideanColorFilteringForm.greenSlider, IPLab.EuclideanColorFilteringForm.redSlider, and IPLab.FilterPreview.RefreshFilter().
Referenced by IPLab.EuclideanColorFilteringForm.blueBox_TextChanged(), IPLab.EuclideanColorFilteringForm.greenBox_TextChanged(), and IPLab.EuclideanColorFilteringForm.redBox_TextChanged().
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
References IPLab.EuclideanColorFilteringForm.fillB, IPLab.EuclideanColorFilteringForm.fillBBox, IPLab.EuclideanColorFilteringForm.fillG, IPLab.EuclideanColorFilteringForm.fillGBox, IPLab.EuclideanColorFilteringForm.fillRBox, IPLab.EuclideanColorFilteringForm.filterPreview, and IPLab.FilterPreview.RefreshFilter().
|
inlineprivate |
|
private |
|
private |
Referenced by IPLab.EuclideanColorFilteringForm.redBox_TextChanged().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Referenced by IPLab.EuclideanColorFilteringForm.radiusBox_TextChanged().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Referenced by IPLab.EuclideanColorFilteringForm.EuclideanColorFilteringForm(), IPLab.EuclideanColorFilteringForm.fillBox_TextChanged(), IPLab.EuclideanColorFilteringForm.fillTypeCombo_SelectedIndexChanged(), IPLab.EuclideanColorFilteringForm.radiusBox_TextChanged(), and IPLab.EuclideanColorFilteringForm.UpdateCenterColor().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Required designer variable.
Referenced by IPLab.EuclideanColorFilteringForm.Dispose().
|
set |
Referenced by IPLab.ImageDoc.euclideanFilteringColorFiltersItem_Click().
|
get |
Referenced by IPLab.ImageDoc.euclideanFilteringColorFiltersItem_Click().