Code Gallery: Difference between revisions

From EMGU
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:
== Tutorial Code ==
== Tutorial Code ==
===C#===
===C#===
====Image Processing Examples ====
* [[Hello World in CSharp|Hello World]]
* [[Hello World in CSharp|Hello World]]
* [[Camera Capture in 7 lines of code]]
* [[Camera Capture in 7 lines of code]]
Line 16: Line 17:
* [[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)]]
* [[ANN MLP (Neural Network) in CSharp | ANN MLP (Neural Network) ]]
====Machine Learning Examples ====
* [[Normal Bayes Classifier in CSharp | Normal Bayes Classifier ]]
* [[K Nearest Neighbors in CSharp | K Nearest Neighbors ]]
* [[K Nearest Neighbors in CSharp | K Nearest Neighbors ]]
* [[SVM (Support Vector Machine) in CSharp | SVM (Support Vector Machine) - thanks to Albert G.]]
* [[Expectation-Maximization in CSharp | Expectation-Maximization ]]
* [[Expectation-Maximization in CSharp | Expectation-Maximization ]]
* [[ANN MLP (Neural Network) in CSharp | ANN MLP (Neural Network) ]]


===C++===
===C++===

Revision as of 03:47, 25 February 2009