photo

Andrei


Evozon

Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


How can I apply log mapping to the auto correlation result?
I have the following code: I = imread('lena.jpg'); theta = 0:180; [R,xp] = radon(I,theta); corr = xcorr(R)...

casi 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Hamming distance between two binary matrices
How can I calculate the hamming distance between 2 20x20 binary matrices? Thank you in advance.

casi 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Extract low-frequency coefficients of Fourier transformation
I'm new to Matlab and to FFT. I have applied the Fourier transformation on an image like so: I = imread('img.jpg'); img...

casi 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I apply an auto-correlation to a Radon Transformation?
I have the following code I = imread('img.jpg'); I = rgb2gray(I); theta = 1:180; [R,xp] = radon(I,theta); how c...

casi 11 años hace | 2 respuestas | 0

2

respuestas