But if we need to create a application for a particular device like mobile or digital camera we need to write in C or C++ with out using this libraries and it will take 100 to 200 likes depending up on our requirements is it right ?
So all this available libraries make our code easy and see the result immediately with out any difficulties in system...
Kumar
I use OpenCV every day, and, yes, I think it is an awesome library. However, you should realize that using OpenCV introduces a large overhead because it is a very rich library. On my system, libcv.so ( the main OpenCV library ) takes up 10 MB of space.
If you are just opening the image ( especially if you know the data format ), it would probably be better to use a smaller library. Of course, if you really are doing image processing, it may be excessive to implement the algorithms yourself.
What types of images are you opening? With which algorithm are you processing the data?