Hello World in C++: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 November 2010

24 November 2010

22 July 2009

31 October 2008

  • curprev 01:1201:12, 31 October 2008 Canming talk contribs 1,561 bytes +1,561 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...