Giter Club home page Giter Club logo

qgpu's Introduction

QGPU

Quality guide phase unwrapping based on linked lists

This repository contains the source code and data files of the phase unwrapping algorithms published in https://doi.org/10.1364/AO.57.003126. This is a separate QPGU algorithms implementations used for comparison againts the Pruning strategy. Here, it is provided two versions of the QGPU algorithm based on partitions of the quality values interval using linked lists. A traditional linked list was implemented using dynamic memory and a variant of a linked list using a pivot to speed up the insertion operation.

See the LICENSE.txt file for the licensing statement and Disclaimer of Warranty.

The source code is written in C on the gcc using Linux Ubuntu operating system. The organization of this repository is the following:

  1. I2L2: Implementation of the quality guide phase unwrapping algorithm using a linked list for the adjoin list.
  2. data: Contains the wrapped phase maps, quality maps and mask files used in the submitted paper.

Compiling:

Each implementation of the QGPU algorithms in the repository contains three directories, say include, lib and src. The header files in each implementation are in the include directory and the source files are in the src directory. To generate the executable program, locate in the corresponding src directory and type make in order to compile the project. To execute the program, type ./main- in the current src directory.

The project can be compiled either in MAC OS x and in Linux operating systems with minor modifications.

qgpu's People

Contributors

williamdelacruz avatar nekomonad 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.