Code Gallery
User Contributed Code
If you use Emgu CV and would like to contribute, you can post your code here. Please follow the format of Ellipse Fitting example below.
C#
Ellipse Fitting - An Efficient Implementation
Canming 01:57, 6 February 2009 (UTC)
Requires: Emgu CV version: 1.5
Tutorial Code
C#
Image Processing Examples
- Hello World
- 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)
- Neural Network (ANN MLP)
- Mushroom Poisonous Prediction (Decision Tree)