Git Product home page Git Product logo

rmaram33 / tracetransform_petrou Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maleadt/tracetransform

0.0 0.0 0.0 952 KB

Different implementations of the trace transform algorithm (with support for orthonormal P-functionals).

License: GNU General Public License v3.0

Shell 0.38% JavaScript 0.20% C++ 51.64% Perl 1.33% C 6.40% MATLAB 8.53% Scilab 3.58% Julia 6.52% M 0.01% Cuda 12.04% Makefile 0.06% CMake 9.30%

tracetransform_petrou's Introduction

This repository hosts different implementations of the trace transform algorithm, developed as part of a case study comparison.

Trace Transform

The trace transform is a radial projection transformation, and can be viewed as a generalization of the Radon transform. The transformation allows to construct image features that are invariant to a chosen group of image transformations.

Relevant papers are:

  • A. Kadyrov and M. Petrou, The trace transform and its applications
  • M. Petrou and A. Kadyrov, Affine invariant features from the trace transform
  • A. Frías-Velézquez et al., Object identification by using orthonormal circus functions from the trace transform
  • T. Besard and A. Frías-Velézquez, Case study of multiple trace transform implementations

The implementations in this repository only implement part of the trace transform, namely the sinogram and circus function calculation, with some implementations optionally supporting orthonormal circus functions. Also, the circus functions are the raw signatures without the normalization suggested by Petrou.

Implementations

  • matlab: original MATLAB implementation
  • matlab-mex: MATLAB version with most of the sinogram calculation ported over to MEX
  • octave: port of the MATLAB version to Octave (minimal differences)
  • scilab: port of the MATLAB version to Scilab (limited differences, but more than with Octave)
  • julia: version for Julia, tested on v0.3
  • c++: low-level version in C++, using Eigen for matrix calculations
  • openmp: C++ version with OpenMP annotations (minimal differences)
  • cuda: heavily-optimised version for NVIDIA GPUs, with most of the computations reimplemented in CUDA-C

Licensing

All code is licensed under the GNU General Public License v3. See the COPYING document for more information.

Contact

For more information, you can contact:

  • Andrés Frías-Velézquez [email protected]: developer of the MATLAB implementations, and researcher behind the orthonormal circus functions
  • Tim Besard [email protected]: developer of the other implementations

tracetransform_petrou's People

Contributors

maleadt 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.