Reading Image in c++ Posted on June 26, 2015 by Amarjeet Kapoor I have used Opencv for this. just write the program like this. then complie it with command. $ g++ -o filename filename.cpp `pkg-config opencv –cflags –libs` and then run object file like this. $ ./filename AdvertisementShare this:TwitterFacebookLike this:Like Loading... Related