Skip to content
/ radon Public

Implementation of Radon algorithm in C++ with Qt interface

License

Notifications You must be signed in to change notification settings

antego/radon

Repository files navigation

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

About

Implementation of Radon algorithm in C++ with Qt interface

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published