Skip to content

Visual search / computer vision framework built on Pastec with a few enhancements to improve accuracy of matches. Visit our website for working demo.

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

ZappenVDNS/zappen-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zappen Server - Pastec

Introduction

Zappen image recognition server, forked from Pastec with image processing enhancements, to be used with Zappen camera app functionality (https://github.com/yesexactly/zappen-camera-app). Server URL and port should be entered into zappen-camera-app/app/components/ZappenCamera.js to connect.

Zapp image URL should be stored in the image TAGS JSON as 'url': curl -X PUT -d "{'url':'https://www.foo.com'}" http://ZAPPEN_SERVER:4212/index/images/1/tag

Presentation

Pastec is an open source index and search engine for image recognition based on OpenCV. It can recognize flat objects such as covers, packaged goods or artworks. It has, however, not been designed to recognize faces, 3D objects, barcodes, or QR codes.

Pastec can be, for example, used to recognize DVD covers in a mobile app or detect near duplicate images in a big database.

Pastec does not store the pixels of the images in its database. It stores a signature of each image thanks to the technique of visual words.

Pastec offers a tiny HTTP API using JSON to add, remove, and search for images in the index.

Intellectual property

Pastec is developed by Visualink and licensed under the GNU LGPL v3.0. It is based on the free packages of OpenCV that are available for commercial purposes; you should therefore be free to use Pastec without paying for any patent license.

More precisely, Pastec uses the patent-free ORB descriptor and not the well-known SIFT and SURF descriptors that are patented.

Setup

See here.

API

See here

About

Visual search / computer vision framework built on Pastec with a few enhancements to improve accuracy of matches. Visit our website for working demo.

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published