Code Gallery: Difference between revisions
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
====Image Processing Examples ==== | ====Image Processing Examples ==== | ||
* [[Hello World in CSharp|Hello World]] | * [[Hello World in CSharp|Hello World]] | ||
*[[Setting_up_EMGU_C_Sharp| User Guide to EMGU and Accessing Image Data]] | * [[Setting_up_EMGU_C_Sharp| User Guide to EMGU and Accessing Image Data]] | ||
* [[Camera Capture in 7 lines of code]] | * [[Camera Capture in 7 lines of code]] | ||
* [[Shape (Triangle, Rectangle, Circle, Line) Detection in CSharp | Shape (Triangle, Rectangle, Circle, Line) Detection]] | * [[Shape (Triangle, Rectangle, Circle, Line) Detection in CSharp | Shape (Triangle, Rectangle, Circle, Line) Detection]] |
Revision as of 22:51, 9 December 2011
Tutorial Code
C#
Image Processing Examples
- Hello World
- User Guide to EMGU and Accessing Image Data
- Camera Capture in 7 lines of code
- Shape (Triangle, Rectangle, Circle, Line) Detection
- SURF Feature Detector
- Delaunay's Triangulation and Voronoi Diagram
- WPF (Windows Presentation Foundation)
- Face detection in Csharp
- Traffic Sign Detection
- License Plate Recognition (LPR), Optical Character Recognition (OCR)
Machine Learning Examples
- Normal Bayes Classifier
- K Nearest Neighbors
- Support Vector Machine (SVM) - thanks to Albert G.
- Expectation-Maximization (EM)
- proposal software
- Neural Network (ANN MLP)
- Mushroom Poisonous Prediction (Decision Tree)