/qualipy

Software engineering lab

Primary LanguagePythonMIT LicenseMIT

QualiPy

Build Documentation Coverage Status PyPI

Introduction

This is a student software engineering project of the Department of Computer Science of the University of Helsinki. The aim is to develop a set of image (photo) filtering components for Vismantic, an interactive system generating visual ideas (imagine a light bulb grows out of a tuft of green leaves). Vismantic finds photos in Flickr using keywords input by a user, and then analyzes and combines these photos in different ways. Among the image processing techniques used by Vismantic, object extraction and texture transfer techniques are relevant to this project.

QualiPy (originally The Image Filtering Suite for Vismantic) implements image filtering modules that automate the filtering of images unsuitable for use in Vismantic. The library is currently able to detect e.g. images that are blurred, overexposed, pattern-like or of unconventional size. Image processing tasks utilize the NumPy and OpenCV libraries extensively. Additional features are included, such as the ability to handle image processing tasks from JSON requests and the library is optimized to be as fast as possible with vectorized operations and Numba integration.

Documentation

Getting started

For getting started, see installation and usage examples.

Definition of Done

  • Complete unit testing for written code
  • Acceptance testing with reasonable success rate
  • Sufficient documentation of implemented code
  • Continuous integration with travis
  • Code follows Clean Code principles
  • Acceptance of customer

Scrum Documents

Product and Sprint backlogs

Customer meeting agendas

Meeting 15.5.2015

Meeting 29.5.2015

Meeting 12.6.2015

Meeting 25.6.2015

Meeting 24.7.2015

Meeting 07.8.2015

Meeting 21.8.2015

Meeting 28.8.2015