Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any image comparison server software out there, made from something like OpenCV (Windows or Mac)?

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 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?

like image 380
Ethan Allen Avatar asked Oct 13 '11 07:10

Ethan Allen


People also ask

Is there an alternative to OpenCV?

We have compiled a list of solutions that reviewers voted as the best overall alternatives and competitors to OpenCV, including Microsoft Computer Vision API, Amazon Rekognition, Google Cloud Vision API, and scikit-image.

Is OpenCV best for image processing?

OpenCV – Open Source Computer Vision. It is one of the most widely used tools for computer vision and image processing tasks.

How do I compare two images in OpenCV?

Use the norm() Function of OpenCV to Compare Images If the two images that we want to compare have the same size and orientation, we can use the norm() function of OpenCV. This function finds errors present in identical pixels of the two images.

Which is better OpenCV or Tensorflow for object detection?

To summarize: Tensorflow is better than OpenCV for some use cases and OpenCV is better than Tensorflow in some other use cases. Tensorflow's points of strength are in the training side. OpenCV's points of strength are in the deployment side, if you're deploying your models as part of a C++ application/API/SDK.


1 Answers

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

like image 97
Wazy Avatar answered Sep 20 '22 14:09

Wazy