Skip to content

albertofernandezvillan/pastec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pastec

Introduction

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 and 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 do not store the pixels of the images in its database. It stores a signature of each image thanks to the technique of the visual words.

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

Intellectual property

Pastec is developped by Visualink and licenced under the GNU LGPL v3.0. It is only based on the free packages of OpenCV that are available for commercial purposes. You should therefore be free to use Pastec without paying any patent licence.

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

An open source index and search engine for image recognition

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

Languages

  • C++ 90.1%
  • Python 4.7%
  • CMake 4.0%
  • C 1.2%