GithubHelp home page GithubHelp logo

radon's Introduction

radon

Implementation of Radon algorithm in C++ with Qt interface

How to run on macOS:

  1. Install opencv and qt
brew install qt5 opencv3
echo 'export PATH="/usr/local/opt/opencv@3/bin:$PATH"' >> ~/.bash_profile
export LDFLAGS="-L/usr/local/opt/opencv@3/lib"
export CPPFLAGS="-I/usr/local/opt/opencv@3/include"
export PKG_CONFIG_PATH="/usr/local/opt/opencv@3/lib/pkgconfig"
  1. Compile the project:
qmake && make
  1. Run compiled binary
radon.app/Contents/MacOS/radon

radon's People

Contributors

antego avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

radon's Issues

fragments in Radon space around -90°

Hi,
concerning radon.cpp:
There seems to be an issue with calculation the Radon space values around -90°.
Fragments can be seen in the linked example sinogram (angles from -180° to +180°):

sinogram_0

The reason might be dividing by zero here

float alpha = - sinTheta / cosTheta;

or here
float beta = (rho(r, R) - rhoOffset) / (dX * cosTheta);

Is there an easy fix to this?
Thanks

ui_mainwindow.h not found

Hi, can't find ui_mainwindow.h file which is imported in line 12 as
#include "ui_mainwindow.h"
of mainwindow.h file.

Code lacks LICENSE file

Many thanks for uploading an implementation of the radon transform on github.

Unfortunately, the code does not contain information about the licensing terms for reuse.
Can you please add a file LICENSE (e.g. a two clause BSD license, or what you prefer) to clarify whether modification and use of the code in an FOSS licensed project is permitted?

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.