Reading Image in c++

I have used Opencv for this. just write the program like this.

Screenshot from 2015-06-26 23:14:12

then complie it with command.

$  g++ -o filename filename.cpp `pkg-config opencv –cflags –libs`

and then run object file like this.

$ ./filename

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s