Difference between revisions of "Code Gallery"
Jump to navigation
Jump to search
m (→Tutorial Code) |
|||
Line 1: | Line 1: | ||
== Tutorial Code == | == Tutorial Code == | ||
+ | |||
+ | [http://www.emgu.com/wiki/index.php/Code_Reference <b>Code Reference and Examples</b>] | ||
+ | |||
===C#=== | ===C#=== | ||
====Image Processing Examples ==== | ====Image Processing Examples ==== | ||
+ | |||
<b>Introductions</b> | <b>Introductions</b> | ||
* [[Hello World in CSharp|Hello World]] | * [[Hello World in CSharp|Hello World]] |
Revision as of 10:42, 20 November 2012
Tutorial Code
C#
Image Processing Examples
Introductions
Intermediate
- Shape (Triangle, Rectangle, Circle, Line) Detection
- SURF Feature Detector
- Windows Presentation Foundation (WPF)
- Face detection in Csharp
- Pedestrian Detection, Histogram of oriented gradients (HOG)
- Traffic Sign Detection
- License Plate Recognition (LPR), Optical Character Recognition (OCR)
- Image Stitching
- Using the Kalman Filter
Computational Geometry Examples
- Delaunay's Triangulation and Voronoi Diagram
- Convex Hull
- Ellipse Fitting
- Minimum Area Rectangle
- Minimum Enclosing Circle
Machine Learning Examples
- Normal Bayes Classifier
- K Nearest Neighbors
- Support Vector Machine (SVM) - thanks to Albert G.
- Expectation-Maximization (EM)
- Neural Network (ANN MLP)
- Mushroom Poisonous Prediction (Decision Tree)