Code Gallery: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m Undo revision 1300 by MatildaHarris (talk) |
||
Line 9: | Line 9: | ||
* [[Planar Subdivision in CSharp|Delaunay's Triangulation and Voronoi Diagram]] | * [[Planar Subdivision in CSharp|Delaunay's Triangulation and Voronoi Diagram]] | ||
* [[WPF in CSharp|WPF (Windows Presentation Foundation)]] | * [[WPF in CSharp|WPF (Windows Presentation Foundation)]] | ||
* [[Face detection| Face detection in Csharp] | * [[Face detection| Face detection in Csharp]] | ||
* [[Pedestrian Detection in CSharp | Pedestrian Detection, Histogram of oriented gradients (HOG)]] | * [[Pedestrian Detection in CSharp | Pedestrian Detection, Histogram of oriented gradients (HOG)]] | ||
* [[Traffic Sign Detection in CSharp|Traffic Sign Detection]] | * [[Traffic Sign Detection in CSharp|Traffic Sign Detection]] |
Revision as of 15:09, 27 February 2012
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
- Pedestrian Detection, Histogram of oriented gradients (HOG)
- Traffic Sign Detection
- License Plate Recognition (LPR), Optical Character Recognition (OCR)
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)