minhtrih / Painting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project of Vision and Cognitive System

Edge Detection

Steps:

  1. Mean Shift Filtering
  2. Threshould: Apply the threshould in HSV colorspace

Retrieval Painting

The task's goal is given a query image find the same similar images in the set. This is called Image Retrieval. The first step is detected the features of query image and these of image contains in the database and then matches these. For the extract the features we used a Scale-Invariant Feature Transform (SIFT) while for the Features Match we used FLANN which filter the matches second the propos of Lowe.

References:

OpenCV Code

About


Languages

Language:Python 92.0%Language:Makefile 8.0%