-
yipinzoomfft
移频复调制ZOOMFFT能以指定的、足够高的采样频率分析频率轴上任一窄带内信号的频谱结构,在序列变换点数相同的情况下,ZOOMFFT能获得更高的频率分辨率(The frequency shift the complex modulation ZOOMFFT to specified former spectrum of the signal within a narrow band structure, a sufficiently high sampling frequency analysis of the frequency axis, in the case of the same sequence transform points, ZOOMFFT obtain a higher frequency resolution)
- 2012-10-15 10:10:57下载
- 积分:1
-
(标准)Hough变换检测圆
用于图像处理-圆检测,可检测多个圆,效果好(For image processing - circle detection, can detect multiple circles, the effect is good.)
- 2018-06-29 16:12:18下载
- 积分:1
-
lee
编程实现了抑制sar图像相干斑噪声的lee滤波算法,效果较好,可直接运行( lee filter )
- 2021-05-07 04:58:36下载
- 积分:1
-
Gaussian
打开24位彩色bmp文件, 显示该图像
将图像内容顺时针旋转90度后显示出来
将图像分成等大小的4块,将第1和第3块像素互换后保存
将旋转后的图像转换成灰度图像显示,并保存
对灰度图像求Sobel边缘图,显示出来,并保存
对灰度图像进行Gaussian平滑,并保存(需要体会平滑的作用)
对灰度图像进行2值化(Open 24-bit color bmp files, displays the image will rotate clockwise image content displayed image is divided into four equal-sized 90 degrees, the first and three pixels after swap to save the rotated image conversion ashes of the image display, and save images to grayscale seeking Sobel edge map is displayed, and save the gray image Gaussian smoothing, and save (experience required smoothing effect) grayscale image binarized)
- 2020-06-29 07:40:01下载
- 积分:1
-
strtok
strtok(char s[], const char *delim) 用来将字符串分割成一个个片段。参数s指向欲分割的字符串,参数delim则为分割字符串中包含的所有字符。当strtok()在参数s的字符串中发现参数delim中包涵的分割字符时,则会将该字符改为
- 2013-05-06 14:36:34下载
- 积分:1
-
OCR
OCR的概念是在1929年由德国科学家Tausheck最先提出来的,后来美国科学家Handel也提出了利用技术对文字进行识别的想法。而最早对印刷体汉字识别进行研究的是IBM公司的Casey和Nagy,1966年他们发表了第一篇关于汉字识别的文章,采用了模板匹配法识别了1000个印刷体汉字。(The concept of OCR in 1929 by the German scientist Tausheck Handel first put forward later, scientists in the United States also put forward ideas of text recognition using technology. In 1966, they published their first article on Chinese character recognition, using template matching method to recognize 1000 printed Chinese characters.)
- 2018-11-05 11:36:24下载
- 积分:1
-
1
说明: 标定用的c++程序,可以用来标定得到相机的内参矩阵和畸变参数。(Calibration using matlab toolbox, can be used to calibrate the camera s internal control matrix image obtained.)
- 2015-07-24 16:18:53下载
- 积分:1
-
mohukongzhiraodong
太阳光伏阵列的最大功率点跟踪算法(MTTP)(Solar photovoltaic array maximum power point tracking algorithm (MTTP))
- 2012-11-06 11:24:34下载
- 积分:1
-
inverse_winer_filter
对图像进行模糊处理,用逆滤波和维纳滤波恢复图像,也是实验时自己编写的代码,请多指教。(Fuzzy image processing, inverse filtering and Wiener filter to restore the image, but also experiments have written code, like him Zhijiao.)
- 2009-11-14 00:45:35下载
- 积分:1
-
DE
说明:
最简单的差分格式有向前、向后和中心3种。
向前差分:f (n)=f(n+1)-f(n)
向后差分:f (n)=f(n)-f(n-1)
中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers.
Forward differencing: f (n) = f (n+ 1)-f (n)
Backward difference: f (n) = f (n)-f (n-1)
Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
- 2016-05-17 21:08:01下载
- 积分:1