kuka93 / artworks-recognition

Pattern recognition system of artworks using Python and OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

artworks-recognition

Pattern recognition system of artworks using Python and OpenCV

The aim of the proposed system is to analyze the query image and look for possible matches, and then similarity, with artworks in the database in order to identify false copyright and prevent intellectual property theft. This system was developed for my Bachelor Thesis (read more here) and was integrated in Art Everywhere, an Android application where young artists can share and promote their artworks.

Usage

python search.py --db artworks.csv --artworks artworks --query queries/query01.png

Some results

  • Image1

Image1

It was detected similarities with the Mona Lisa by Leonardo Da Vinci and the percentage of detected similarity is 82.98%. Res1

  • Image2

Image2

It was detected similarities with the Mona Lisa by Leonardo Da Vinci and the percentage of detected similarity is 86.87%. Res2

About

Pattern recognition system of artworks using Python and OpenCV


Languages

Language:Python 100.0%