代码搜索:变换圆
找到约 8,421 项符合「变换圆」的源代码
代码结果 8,421
www.eeworm.com/read/149035/12407027
doc 傅立叶变换.doc
www.eeworm.com/read/129128/14263577
txt 傅里叶变换.txt
%二值图象的傅里叶变换
f=zeros(30,30);
f(5:24,13:17)=1;
figure,imshow(f,'notruesize')
F=fft2(f);
figure,mesh(fftshift(abs(F)));%绘制频谱图(量化表现)(此处有问题)fftshift把零频率部分搬移到频谱中间
F2=fftshift(log(abs(F)));%未填充
figure
www.eeworm.com/read/126505/14418991
doc z变换.doc
www.eeworm.com/read/217566/14958219
rar 坐标变换.rar
www.eeworm.com/read/210861/15190838
doc gabor 变换.doc
www.eeworm.com/read/208727/15238603
cpp 坐标变换.cpp
#ifndef DEFINED
#define DEFINED
#include
using namespace std;
#define DEBUG
#ifndef DEBUG
#define ASSERT(x)
#else
#define ASSERT(x) \
if (! (x)) \
www.eeworm.com/read/732/4350
vi 傅里叶变换.vi
www.eeworm.com/read/6387/85226
ewb 阻抗变换.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
""
EncryptionType: 1
UsingVectorGraphics: 0
/DEJDEEBFAEPAAAABFKIPBKAMDIPKGIAABMPHCNGCBONLCHADGPHCFA
GGJPAABKAONBAHB
www.eeworm.com/read/8378/147084
rar 阈值变换.rar
www.eeworm.com/read/14134/305581
txt hough变换.txt
/*************************************************************************
*
* 函数名称:
* HoughDIB()
*
* 参数:
* LPSTR lpDIBBits - 指向源DIB图像指针
* LONG lWidth - 源图像宽度(象素数,必须是4的倍数