Skip to content

Simple opencv radon transform implementation

License

Notifications You must be signed in to change notification settings

GerHobbelt/radon-tf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

radon-tf

Simple implementation of the radon transform. Faster when using more than one thread to execute it. No inverse function is provided. CPU implementation only.

example

Setup

This is a header only library. Copy the contents of radon/ or add it in the include search path into your project. Then simply #include "radon.hpp".

How to Use

Take a look at app/radon-tf.cpp or benchmarks/cpu.cpp.

About

Simple opencv radon transform implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.4%
  • CMake 7.3%
  • Shell 0.3%