User contributions for Canming
Jump to navigation
Jump to search
22 November 2008
- 21:3821:38, 22 November 2008 diff hist −26 Tutorial →Error Handling
- 21:3521:35, 22 November 2008 diff hist +185 Tutorial →Working with Matrix
- 21:3021:30, 22 November 2008 diff hist +31 Tutorial →Image Depth
21 November 2008
- 01:3901:39, 21 November 2008 diff hist −92 m Version History →Change Log
- 01:3701:37, 21 November 2008 diff hist 0 m Add ImageBox Control →Adding ImageBox Control in Visual Studio (Windows Form)
7 November 2008
- 13:5413:54, 7 November 2008 diff hist +351 Version History →Change Log
5 November 2008
- 20:5020:50, 5 November 2008 diff hist 0 m OpenCV →OpenCV
1 November 2008
- 03:0603:06, 1 November 2008 diff hist +3 m Tutorial →Generic Operation
- 03:0103:01, 1 November 2008 diff hist −9 m Tutorial →Reading image from file
- 03:0003:00, 1 November 2008 diff hist +37 m Tutorial →Xml Documentation
- 02:5702:57, 1 November 2008 diff hist +102 m Tutorial →Xml Documentation
- 02:5302:53, 1 November 2008 diff hist −1 m Tutorial →Error Handling
- 02:5302:53, 1 November 2008 diff hist +80 Tutorial →Error Handling
- 02:4602:46, 1 November 2008 diff hist 0 m Main Page →Architecture Overview
- 02:4402:44, 1 November 2008 diff hist −10 m Main Page →Cross Platform
- 02:3502:35, 1 November 2008 diff hist −20 m Tutorial →Using ImageBox
- 02:3302:33, 1 November 2008 diff hist +11 m Tutorial →Image Depth
- 02:2902:29, 1 November 2008 diff hist −2 Main Page →Cross Language (and comes with example code)
- 02:2902:29, 1 November 2008 diff hist +151 Main Page →Cross Language (with example code)
- 02:2302:23, 1 November 2008 diff hist −119 Main Page →Cross Language (with example code!)
31 October 2008
- 01:3301:33, 31 October 2008 diff hist +32 m Tutorial →C#
- 01:3201:32, 31 October 2008 diff hist +51 Main Page →Cross Language
- 01:2801:28, 31 October 2008 diff hist +375 Main Page →Advantage of Emgu CV
- 01:1901:19, 31 October 2008 diff hist 0 N File:FaceDetectionVB.png No edit summary current
- 01:1701:17, 31 October 2008 diff hist +754 N Face Detection in VB.NET New page: <source lang=vb> Imports Emgu.CV Imports Emgu.Util Imports System.Windows.Forms Module Module1 Sub Main() Dim img As New Image(Of Bgr, Byte)("lena.jpg") Dim imgGray As New...
- 01:1501:15, 31 October 2008 diff hist +27 Tutorial →Examples
- 01:1401:14, 31 October 2008 diff hist 0 N File:CplusplusExample.png No edit summary current
- 01:1201:12, 31 October 2008 diff hist +1,561 N Hello World in C++ New page: <source lang=cpp> array<Image<Bgr^, Byte>^>^ ImageProcessor::ProcessImage() { //---- plain old Open CV code ---- IplImage* img1 = cvCreateImage(cvSize(300, 200), IPL_DEPTH_8U, 3); cv...
- 01:1001:10, 31 October 2008 diff hist +55 Tutorial →Examples
- 01:0801:08, 31 October 2008 diff hist +195 Setting up Emgu CV and IronPython No edit summary
- 01:0601:06, 31 October 2008 diff hist 0 N File:ShapeDetectionExample.png No edit summary current
- 01:0601:06, 31 October 2008 diff hist +7 m Shape (Triangle, Rectangle, Circle, Line) Detection in CSharp No edit summary
- 01:0101:01, 31 October 2008 diff hist +87 m Setting up Emgu CV and IronPython No edit summary
- 00:5900:59, 31 October 2008 diff hist 0 File:IronPythonFaceDetect.png uploaded a new version of "Image:IronPythonFaceDetect.png"
- 00:5700:57, 31 October 2008 diff hist +90 m Face Detection from IronPython No edit summary
- 00:5500:55, 31 October 2008 diff hist 0 N File:IronPythonFaceDetect.png No edit summary
- 00:5500:55, 31 October 2008 diff hist +86 Face Detection from IronPython No edit summary
- 00:5300:53, 31 October 2008 diff hist −30 m Face Detection from IronPython No edit summary
- 00:3200:32, 31 October 2008 diff hist +4 m Setting up Emgu CV and IronPython No edit summary
- 00:1800:18, 31 October 2008 diff hist 0 m Face Detection from IronPython No edit summary
- 00:1700:17, 31 October 2008 diff hist +47 Face Detection from IronPython No edit summary
- 00:1200:12, 31 October 2008 diff hist +815 N Face Detection from IronPython New page: Assume that you have follow every thing from Setting up Emgu CV and IronPython. This example is going to show you how to do face detection from IronPython. First copy the lena.jpg fil...
30 October 2008
- 23:5223:52, 30 October 2008 diff hist +37 Tutorial →IronPython
- 23:4823:48, 30 October 2008 diff hist +4 m Setting up Emgu CV and IronPython No edit summary
- 23:4623:46, 30 October 2008 diff hist +4 m Setting up Emgu CV and IronPython No edit summary
- 23:4223:42, 30 October 2008 diff hist 0 Setting up Emgu CV and IronPython No edit summary
- 23:3423:34, 30 October 2008 diff hist +721 N Setting up Emgu CV and IronPython New page: To use Emgu CV with IronPython, please follow the steps below: * Download IronPython Binary from its official web page http://www.codeplex.com/IronPython * Extract the IronPython Bin...
- 23:3123:31, 30 October 2008 diff hist +57 Tutorial →Examples
- 21:2021:20, 30 October 2008 diff hist −61 m Tutorial →Examples
- 21:2021:20, 30 October 2008 diff hist +4,133 N Shape (Triangle, Rectangle, Circle, Line) Detection in CSharp New page: TO BE UPDATED SOON... The following demonstrate how to perform Hugh Line and Circle detection using Emgu CV, the image used is the "pic3.png" file from the OpenCV sample folder. ...