How to create angle projection on matrix, for this case matrix dimension (16x32)

1 Ansicht (letzte 30 Tage)
As it is said in the question, how to create function angle projection on matrix, for this case matrix dimension 16x32

Akzeptierte Antwort

Torsten
Torsten am 15 Mär. 2022
Bearbeitet: Torsten am 15 Mär. 2022
You mean
PF = exp(1I*angle(A));
?
If not, please give a link to a site where it is explained so that we can understand.

Weitere Antworten (1)

Image Analyst
Image Analyst am 14 Mär. 2022
Sounds like you perhaps mean the radon transform, which projects a matrix along an angle to get the profile at that angle.

Produkte


Version

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by