Revision history of "OpenCV/Basics/MatrixType"

From ProgrammingExamples
Jump to: navigation, search

Diff selection: Mark the radio boxes 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.

  • (cur | prev) 09:21, 2 August 2011Daviddoria (Talk | contribs). . (921 bytes) (+921). . (Created page with '==MatrixType.cxx== <source lang="cpp"> #include "opencv2/core/core.hpp" #include <iostream> int main( int argc, char* argv[]) { cv::Mat R(3,3,cv::DataType<double>::type); …')