IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IPLab.CannyDetectorForm Class Reference

Summary description for CannyDetectorForm. More...

+ Inheritance diagram for IPLab.CannyDetectorForm:
+ Collaboration diagram for IPLab.CannyDetectorForm:

Public Member Functions

 CannyDetectorForm ()
 

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 sigmaTrackBar_ValueChanged (object sender, System.EventArgs e)
 
void thresholdSlider_ValuesChanged (object sender, System.EventArgs e)
 
void sigmaBox_TextChanged (object sender, System.EventArgs e)
 
void lowThresholdBox_TextChanged (object sender, System.EventArgs e)
 
void highThresholdBox_TextChanged (object sender, System.EventArgs e)
 

Private Attributes

FiltersSequence filterSequence = new FiltersSequence( )
 
CannyEdgeDetector filter = new CannyEdgeDetector( )
 
System.Windows.Forms.TextBox sigmaBox
 
System.Windows.Forms.GroupBox groupBox1
 
System.Windows.Forms.TrackBar sigmaTrackBar
 
System.Windows.Forms.GroupBox groupBox2
 
System.Windows.Forms.Label label1
 
System.Windows.Forms.Label label2
 
AForge.Controls.ColorSlider thresholdSlider
 
System.Windows.Forms.GroupBox groupBox3
 
IPLab.FilterPreview filterPreview
 
System.Windows.Forms.Button cancelButton
 
System.Windows.Forms.Button okButton
 
System.Windows.Forms.TextBox highThresholdBox
 
System.Windows.Forms.TextBox lowThresholdBox
 
bool updating = false
 
GroupBox groupBox4
 
Label label3
 
System.ComponentModel.Container components = null
 Required designer variable. More...
 

Detailed Description

Summary description for CannyDetectorForm.

Constructor & Destructor Documentation

Member Function Documentation

override void IPLab.CannyDetectorForm.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

References IPLab.CannyDetectorForm.components.

void IPLab.CannyDetectorForm.InitializeComponent ( )
inlineprivate

Required method for Designer support - do not modify the contents of this method with the code editor.

Referenced by IPLab.CannyDetectorForm.CannyDetectorForm().

void IPLab.CannyDetectorForm.sigmaTrackBar_ValueChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.CannyDetectorForm.thresholdSlider_ValuesChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.CannyDetectorForm.sigmaBox_TextChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.CannyDetectorForm.lowThresholdBox_TextChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.CannyDetectorForm.highThresholdBox_TextChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate

Member Data Documentation

FiltersSequence IPLab.CannyDetectorForm.filterSequence = new FiltersSequence( )
private
CannyEdgeDetector IPLab.CannyDetectorForm.filter = new CannyEdgeDetector( )
private
System.Windows.Forms.TextBox IPLab.CannyDetectorForm.sigmaBox
private
System.Windows.Forms.GroupBox IPLab.CannyDetectorForm.groupBox1
private
System.Windows.Forms.TrackBar IPLab.CannyDetectorForm.sigmaTrackBar
private
System.Windows.Forms.GroupBox IPLab.CannyDetectorForm.groupBox2
private
System.Windows.Forms.Label IPLab.CannyDetectorForm.label1
private
System.Windows.Forms.Label IPLab.CannyDetectorForm.label2
private
System.Windows.Forms.GroupBox IPLab.CannyDetectorForm.groupBox3
private
System.Windows.Forms.Button IPLab.CannyDetectorForm.cancelButton
private
System.Windows.Forms.Button IPLab.CannyDetectorForm.okButton
private
System.Windows.Forms.TextBox IPLab.CannyDetectorForm.highThresholdBox
private
System.Windows.Forms.TextBox IPLab.CannyDetectorForm.lowThresholdBox
private
bool IPLab.CannyDetectorForm.updating = false
private
GroupBox IPLab.CannyDetectorForm.groupBox4
private
Label IPLab.CannyDetectorForm.label3
private
System.ComponentModel.Container IPLab.CannyDetectorForm.components = null
private

Required designer variable.

Referenced by IPLab.CannyDetectorForm.Dispose().

Property Documentation

Bitmap IPLab.CannyDetectorForm.Image
set
IFilter IPLab.CannyDetectorForm.Filter
get

The documentation for this class was generated from the following file: