CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 17:43:08 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=c9704ab45b80ca0f706694ff8627dc6a603c6b072a826cde921114eb1ceb627ea%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22KGmrh_Kw81famL3_BybG2jVDgp9lWE7d%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d865d53e79860e-BLR
transform_freq - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function img_transform = transform_freq(imagem, s)
- #img_transform = "";
- img_transform = [];
- if s != 0 && s != 1
- return
- endif
- #Im = imread(imagem);
- Im = imagem;
- if s == 0
- Im = im2double(Im);
- Im = fft2(Im);
- Im = fftshift(Im);
- #Im = log(abs(Im));
- else
- Im = ifftshift(Im);
- Im = ifft2(Im);
- Im = abs(Im);
- #Im = uint8(Im);
- endif
- imwrite(Im,"result.bmp");
- #img_transform = "result.png";
- img_transform = Im;
- return
- endfunction
Advertisement
Add Comment
Please, Sign In to add comment
-
π‘ EASY MONEY GUIDE β
Working
JavaScript | 3 sec ago | 0.24 KB
-
ββ
Exploit 2500$ in 15 Minutesβββ 5
JavaScript | 7 sec ago | 0.25 KB
-
π₯ Exchange profit method
JavaScript | 15 sec ago | 0.24 KB
-
π EASY MONEY GUIDE β
Working A
JavaScript | 16 sec ago | 0.25 KB
-
π Instant BTC Profit Method β
Working V
JavaScript | 25 sec ago | 0.25 KB
-
β
Make $2500 in 20 minutesβ T
JavaScript | 34 sec ago | 0.25 KB
-
π΅ Make 3000$ in 20 minutes π΅
JavaScript | 34 sec ago | 0.24 KB
-
π Swapzone +37% glitch β 5
JavaScript | 42 sec ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand