Giter Site home page Giter Site logo

uiqm's Introduction

Underwater Image Quality Measure (UIQM)

General information about the project

This repository belongs to the project Underwater Image Understanding at the University of Bielefeld in summer term 2016 (SS2016_392167).

One problem with underwater images is that they are often affected by sediment or illumination inconsistencies. In order to avoid that thousands of pictures with low quality have to be viewed by the researchers, I will try to implement an algorithm for automatic image qualitiy assesment to sort images automatically according to their quality. The implemented algorithm is based on the paper of Panetta et al..

Repository structure

  • /src: All Header and Source Files of the Project
  • /data: Folder for the image sets
  • /copria-pipeline-executor: copria nodes and tests/pipelines; the whole pipeline you can find under /copria-pipeline-executor/test/nodes/Image/test_UIQM.json
  • [/build]: This folder is not contained in the repository but should be created to build the project from there
  • .: The root folder contains the CMake File

Build instructions

Create a folder 'build' in the root folder of the repository and change the directory:

mkdir -p build && cd build

Call the CMake file from the root directory to build the Make File for the project:

cmake ..

Call the Make File to build the project (Optionally you can use more cores for the build process):

make [-j4]

Call the Binary to start the Stitching Program:

./UIQM <path_to_images>

uiqm's People

Contributors

tkrahn108 avatar tmoeller4 avatar

Watchers

 avatar

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.