Code Gallery: Difference between revisions
Jump to navigation
Jump to search
Line 26: | Line 26: | ||
===IronPython=== | ===IronPython=== | ||
* [[Setting up Emgu CV and IronPython]] | * [[Setting up Emgu CV and IronPython]] | ||
* <span class="plainlinks">[http://twitter.com/#!/Kaleil <span style="color:blue;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">kaleil isaza tuzman</span>] | |||
* [[Face Detection from IronPython]] | * [[Face Detection from IronPython]] | ||
===VB.NET=== | ===VB.NET=== | ||
* [[Face Detection in VB.NET]] | * [[Face Detection in VB.NET]] |
Revision as of 02:10, 29 November 2011
Tutorial Code
C#
Image Processing Examples
- Hello World
- Camera Capture in 7 lines of code
- Shape (Triangle, Rectangle, Circle, Line) Detection
- SURF Feature Detector
- truck accident lawyer
- 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)