photo

Andrei


Evozon

自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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)...

11 years 前 | 0 个回答 | 0

0

个回答

提问


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

11 years 前 | 2 个回答 | 0

2

个回答

提问


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...

11 years 前 | 1 个回答 | 0

1

个回答

提问


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...

11 years 前 | 2 个回答 | 0

2

个回答