Coder Social home page Coder Social logo

despeckcl's Introduction

despeckCL

A C++ library for InSAR and PolSAR denoising images using OpenCL with Python bindings. The code is mostly developed and tested on an Intel HD4000, Intel UHD Graphics 620 and a NVIDIA Tesla V100. I also had some success running it on an AMD RX480, but don't hold your breath. To get started have a look at the examples directory, the sphinx documentation or checkout despeckcl.h. If you have any comments, questions or suggestions just write me an email.

Implemented Filters

So far the following filters are implemented:

  • Boxcar: The simple boxcar filter
  • Goldstein: The Goldstein InSAR filter, Goldstein, R. M.; Werner, C. L., "Radar interferogram filtering for geophysical applications," Geophysical Research Letters,vol. 25, no. 21, pp.4035,4038, 1998
  • NL-SAR: A nonlocal filter for SAR, InSAR and PolSAR, Deledalle, C.-A.; Denis, L.; Tupin, F.; Reigber, A.; Jäger, M., "NL-SAR: A Unified Nonlocal Framework for Resolution-Preserving (Pol)(In)SAR Denoising," Geoscience and Remote Sensing, IEEE Transactions on , vol.53, no.4, pp.2021,2038, April 2015
    • currently this implementation uses only a single search window of fixed size in contrast to the original paper, which uses multiple search window sizes.
    • so far only InSAR filtering is supported.
  • NL-InSAR: A nonlocal InSAR filter, Deledalle, C.-A.; Denis, L.; Tupin, F., "NL-InSAR: Nonlocal Interferogram Estimation," Geoscience and Remote Sensing, IEEE Transactions on , vol.49, no.4, pp.1441,1452, April 2011

Requirements

  1. A compiler with C++14 and at least OpenMP 4.0 support. So far development is done using gcc but I also occasionally test using clang.
  2. An OpenCL Runtime:
  3. CMake of at least version 3.12.
  4. Boost is used for serialization and deserialization.
  5. GNU Scientific Library provides some special functions needed by NL-SAR
  6. clFFT AMD's OpenCL FFT library, which also works on NVIDIA and Intel devices. This is used by the Goldstein filter. Is automatically checked out from github and build when running cmake.
  7. SWIG for generating Python and Octave bindings (optional)
  8. Sphinx for building the documentation (optional)
  9. despeckCL uses Google Test for unit testing and Easylogging++ for logging. Google Test is automatically checked out from github when building despeckCL and Easylogging++ is shipped directly with the source.

Building, Testing and Installation

$ git clone https://github.com/gbaier/despeckCL.git

$ cd despeckCL

$ mkdir build

$ cd build

$ cmake ../

The Python version can also be selected manually in case multiple versions are installed.

$ cmake -DPython3_ROOT_DIR=~/anaconda3/ ../

Compilation is straightforward.

$ make -j4

$ make test

$ make install

despeckcl's People

Contributors

gbaier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

despeckcl's Issues

make test failed

the goldstein and the NLinsar test failed, i used the ubutun18.04 and have installed all the libraries

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.