Summary description for HistogramWindow.
More...
|
override void | Dispose (bool disposing) |
| Clean up any resources being used. More...
|
|
Summary description for HistogramWindow.
IPLab.HistogramWindow.HistogramWindow |
( |
| ) |
|
|
inline |
override void IPLab.HistogramWindow.Dispose |
( |
bool |
disposing | ) |
|
|
inlineprotected |
Clean up any resources being used.
void IPLab.HistogramWindow.InitializeComponent |
( |
| ) |
|
|
inlineprivate |
void IPLab.HistogramWindow.GatherStatistics |
( |
Bitmap |
image | ) |
|
|
inline |
References IPLab.HistogramWindow.channelCombo, IPLab.HistogramWindow.countLabel, IPLab.HistogramWindow.histogram, IPLab.HistogramWindow.levelLabel, IPLab.HistogramWindow.maxLabel, IPLab.HistogramWindow.meanLabel, IPLab.HistogramWindow.medianLabel, IPLab.HistogramWindow.minLabel, IPLab.HistogramWindow.percentileLabel, and IPLab.HistogramWindow.stdDevLabel.
Referenced by IPLab.MainForm.histogram_VisibleChanged(), and IPLab.MainForm.UpdateHistogram().
void IPLab.HistogramWindow.channelCombo_SelectedIndexChanged |
( |
object |
sender, |
|
|
System.EventArgs |
e |
|
) |
| |
|
inlineprivate |
void IPLab.HistogramWindow.SwitchChannel |
( |
int |
channel | ) |
|
|
inline |
void IPLab.HistogramWindow.histogram_PositionChanged |
( |
object |
sender, |
|
|
AForge.Controls.HistogramEventArgs |
e |
|
) |
| |
|
inlineprivate |
void IPLab.HistogramWindow.histogram_SelectionChanged |
( |
object |
sender, |
|
|
AForge.Controls.HistogramEventArgs |
e |
|
) |
| |
|
inlineprivate |
void IPLab.HistogramWindow.logCheck_CheckedChanged |
( |
object |
sender, |
|
|
System.EventArgs |
e |
|
) |
| |
|
inlineprivate |
Color [] IPLab.HistogramWindow.colors |
|
staticprivate |
Initial value:
Color.FromArgb(192, 0, 0),
Color.FromArgb(0, 192, 0),
Color.FromArgb(0, 0, 192),
Color.FromArgb(128, 128, 128),
}
int IPLab.HistogramWindow.currentImageHash = 0 |
|
private |
ImageStatistics IPLab.HistogramWindow.stat |
|
private |
AForge.Controls.Histogram IPLab.HistogramWindow.histogram |
|
private |
AForge.Math.Histogram IPLab.HistogramWindow.activeHistogram = null |
|
private |
System.Windows.Forms.Label IPLab.HistogramWindow.label1 |
|
private |
System.Windows.Forms.ComboBox IPLab.HistogramWindow.channelCombo |
|
private |
System.Windows.Forms.Label IPLab.HistogramWindow.label2 |
|
private |
System.Windows.Forms.Label IPLab.HistogramWindow.meanLabel |
|
private |
System.Windows.Forms.Label IPLab.HistogramWindow.label3 |
|
private |
System.Windows.Forms.Label IPLab.HistogramWindow.stdDevLabel |
|
private |
System.Windows.Forms.Label IPLab.HistogramWindow.label4 |
|
private |
System.Windows.Forms.Label IPLab.HistogramWindow.medianLabel |
|
private |
System.Windows.Forms.Label IPLab.HistogramWindow.label5 |
|
private |
System.Windows.Forms.Label IPLab.HistogramWindow.label6 |
|
private |
System.Windows.Forms.Label IPLab.HistogramWindow.label7 |
|
private |
System.Windows.Forms.Label IPLab.HistogramWindow.levelLabel |
|
private |
System.Windows.Forms.Label IPLab.HistogramWindow.countLabel |
|
private |
System.Windows.Forms.Label IPLab.HistogramWindow.percentileLabel |
|
private |
System.Windows.Forms.Label IPLab.HistogramWindow.label8 |
|
private |
System.Windows.Forms.Label IPLab.HistogramWindow.label9 |
|
private |
System.Windows.Forms.Label IPLab.HistogramWindow.minLabel |
|
private |
System.Windows.Forms.Label IPLab.HistogramWindow.maxLabel |
|
private |
System.Windows.Forms.CheckBox IPLab.HistogramWindow.logCheck |
|
private |
ToolTip IPLab.HistogramWindow.toolTip |
|
private |
IContainer IPLab.HistogramWindow.components |
|
private |
The documentation for this class was generated from the following file: