Page 1 of 1

OpenCV image processing

Posted: Wed 15 Oct 15 2014 4:17 pm
by Daniel Wee
http://elementztechblog.wordpress.com/2 ... -machines/

used the following to compile example:-

g++ -Wall -g -o DisplayCamera main.cpp -I /usr/include/opencv2 -L /usr/bin -lopencv_core -lopencv_highgui -lopencv_imgproc


Also see:-

https://solarianprogrammer.com/2014/04/ ... ck-ubuntu/
http://derekmolloy.ie/beaglebone-images ... nd-opencv/

Re: OpenCV image processing

Posted: Wed 22 Oct 22 2014 10:24 pm
by Daniel Wee