sichkar-valentyn / Radon_Transformation_Matlab

Radon Transformations in Matlab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Radon Transformation Matlab

Radon Transformations in Matlab

Reference to:

[1] Valentyn N Sichkar. Radon Transformations in Matlab // GitHub platform [Electronic resource]. URL: https://github.com/sichkar-valentyn/Radon_Transformation_Matlab (date of access: XX.XX.XXXX)

Description

In this study we’re going to learn what the Radon transformation is and how to use it in Matlab. We’re going to work with two images – first is with lines and second is with rectangle.

The main steps of the Radon Transformation part are:

  • Convert a gray scale image to a binary image
  • Radon transformation of the binary image
  • Finding the strong peaks in the Radon transform matrix
  • Detection of the angles of the straight lines in the original image
  • Finding the position of the rectangle

Radon Transformation with lines

Results

Radon Transformation of the binary image with lines

Results

Finding the strong peaks in the Radon transform matrix

Results

Radon transformation of the binary image with rectangle

Results

Finding the strong peaks in the Radon transform matrix of rectangle

Results

MIT License

Copyright (c) 2017 Valentyn N Sichkar

github.com/sichkar-valentyn

Reference to:

[1] Valentyn N Sichkar. Radon Transformations in Matlab // GitHub platform [Electronic resource]. URL: https://github.com/sichkar-valentyn/Radon_Transformation_Matlab (date of access: XX.XX.XXXX)

About

Radon Transformations in Matlab

License:MIT License


Languages

Language:MATLAB 100.0%