OpenCV image processing

Stuff I am working on
Post Reply
Daniel Wee
Site Admin
Posts: 2449
Joined: Wed 25 Feb 25 2009 8:00 pm

OpenCV image processing

Post 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/
Daniel Wee
Site Admin
Posts: 2449
Joined: Wed 25 Feb 25 2009 8:00 pm

Re: OpenCV image processing

Post by Daniel Wee »

Post Reply