Code Gallery: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
* [[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]] | ||
* [[SURF feature detector in CSharp|SURF Feature Detector]] | * [[SURF feature detector in CSharp|SURF Feature Detector]] | ||
* [[FAST feature detector in CSharp|FAST Feature Detector]] | |||
* [[WPF in CSharp|Windows Presentation Foundation (WPF)]] | * [[WPF in CSharp|Windows Presentation Foundation (WPF)]] | ||
* [[Face detection| Face detection in Csharp]] | * [[Face detection| Face detection in Csharp]] |
Revision as of 13:42, 4 April 2013
Tutorial Code
C#
Image Processing Examples
Introductions
Intermediate
- Shape (Triangle, Rectangle, Circle, Line) Detection
- SURF Feature Detector
- FAST 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)