vdh_ant
vdh_ant

Reputation: 13176

Image Library Software

I have a need for an Image Library within my organization and I was wondering if anyone knows of any that they could recommend. It will need to be able to integrate with any number of our own solutions (meaning it will have a set of services or APIs that one can use for integration).

Also I would be great if it had: facial recognition, geo-tagging, indexing of colors, people, places, photo content, (meaning it can detect the primary colors used in the photo, read content from the photo, like OCR, tell where the focus of the photo is), search by any of these (i.e. color, geo position, etc).

Basically a cross between, iPhoto (with its facial recognition, geo-tagging, etc) and iStockPhoto (with its color, content, focus placement detection, etc) for an Organization.

As you can imagine I would prefer not to have to build this myself.

Cheers Anthony

Upvotes: 1

Views: 3055

Answers (3)

jpfollenius
jpfollenius

Reputation: 16620

Are you talking about an image processing library or a program for storing images and with some extra features? In the first case, you might take a look at OpenCV.

Upvotes: 1

Brian ONeil
Brian ONeil

Reputation: 4339

I have used both DotImage and LeadTools to work with images... they are the top .NET Imaging libraries out there (that I know of) and provide rich imaging functionality to develop applications.

Upvotes: 5

Related Questions