Difference between revisions of "Code Gallery"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
+ | =[http://isiqilujev.co.cc Under Construction! Please Visit Reserve Page. Page Will Be Available Shortly]= | ||
== Tutorial Code == | == Tutorial Code == | ||
===C#=== | ===C#=== |
Revision as of 03:31, 24 November 2010
Under Construction! Please Visit Reserve Page. Page Will Be Available Shortly
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)