Close

OpenCV Basic Matrix Operations: Copy, Clone, Create...

A project log for Experiments with OpenCV & Computer Vision

Collection of source files and code as I make my way thru the world of OpenCV and HW applications using Computer Vision

technolomaniactechnolomaniac 11/12/2014 at 15:580 Comments

This project implements a number of the basic matrix operations discussing in Bernát Gábor's introductory tutorials found on OpenCV.org. I have consolidated a number of the code snippets into a single cpp file and built a VS2010 project that loads an image file from the project directory and performs some basic matrix operations on the loaded image. I copy, clone, take a subsection of an image, also create a matrix 'by hand', dump a matrix the console as CSV and other formats, etc. and do some other basic stuff with the simple methods associated with the Mat class.

Discussions