Is there any image comparison server software out there, made from something like OpenCV (Windows or Mac)? I'm looking to make an in-house image recognition server for an internal project and I need to know if there are any options out there.
Most that I see开发者_如何学C available are Internet web-based API's and cost monthly fees. I'd like to set something up internally instead, both for quicker speeds and cheaper costs.
If not, what is recommended as the best way to set something like this up?
Check this out
http://www.abbyy.com/recognition_server/product_overview/ - Product Overview http://www.cvisiontech.com/products/general/maestro-recognition-server.html
Also this article might be helpful
https://www.google.com/enterprise/marketplace/viewListing?productListingId=6096210+10692120271328191677&pli=1
We have included a binary image classifier with the open library SimpleCV: http://www.simplecv.org
Here is a video of what I'm talking about: http://www.youtube.com/watch?v=cH5e-ZkJa0U
You could use that example to start to build something up. It doesn't work as an image search out of the box, but you could probably easily modify it to do what you want.
精彩评论