which library files?

Started by
2 comments, last by entone 15 years, 9 months ago
Hi, I want to extract some low-level features of an image using VC++,on Windows XP OS. What library files should i have to use or download? Thanks in advance.
Advertisement
A generic image loading library would probably be useful.

Check out DevIL or SOIL.
Well, depending on what you want to do, OpenCV might be also useful to you. It is a huge computer vision library.

Thanks,

Let me explain more, what i want is extract low-level features(such as: color,texture,orientation,etc) of an image in order to compare with other image based on the similarities of these features.

This topic is closed to new replies.

Advertisement