GithubHelp home page GithubHelp logo

img-search's Introduction

Project Specification

Details

We use libraries wherever we can. Notably, we use three imporant python libraries:

PIL

Python Image Library

We use it to read images, and count histograms.

Image Histograms

Image histograms are calculated on the fly, when a user uploads a picture. The edge map image is generated on the fly as well, and stored in the images folder as tmp.jpg. Soon after, both the normal image histogram and edge map histograms are calculated, and stored in the sqlite3 database.

Note:

This is meant to be a group work. Each group may have up to three members.

Deadline: the last lecture is the demo session for each group

1.a disk/cd containing your source code and executable file 2.you have to explain your implementation details during the demo session 3.a README file describing some technical details 4.GUI is REQUIRED.

Missing any of the above items will cost you 10% of the score allocated to this project.

indexing phase:

three types of data need to be handled (only gray scale images/videos are considered): 1.text: words present in titles and descriptions for each image/video should be indexed by their frequencies. 2.image: Use the 16-bin histogram of the original and edge map of each image as the index for each image. 3.video: your system processes a sequence of input images simulating a raw video, e.g., 5 images from one clip and there are more than one clip in the input "raw video". Use difference of histogram to detect scene cuts for the input image sequence and three images for each sequence are indexed as the representation of each clip: the first, middle, and the last. Use the 16-bin histogram of the original and edge map of each image as the index for each representative frame.

query phase:

Find top matching images/videos for an image posed by users based on the similarities of the
given query image I and/or keyword(s). The distance is determined by the corresponding 1.two 16-bin histograms: intensity and edge; and/or 2.matching keywords based on edit distance and saved frequencies.

img-search's People

Contributors

eudisd avatar carl-chinatomby avatar

Stargazers

Ben Rodriguez avatar  avatar Alexander Böhn avatar  avatar

Watchers

 avatar  avatar

Forkers

eudisd

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.