-
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
-
VCPP-image-processing-chapter09
VisualC++数字图像处理技术详解第2版-光盘 第九章(VisualC++ digital image processing technology Detailed Version 2- CD Chapter IX)
- 2016-04-16 13:59:03下载
- 积分:1
-
jiqishijue
机器视觉,计算机视觉,人脸识别,形态学,图像采集,压缩编码,数字水印,神经网络,人工智能,模式识别,特征提取,图像检索,视频检索,计算机图形学(machine vision, computer vision, face recognition, morphology, image acquisition, compression, digital watermarking, neural network, artificial intelligence, pattern recognition, feature extraction, image retrieval, video retrieval, computer graphics)
- 2007-01-02 19:51:30下载
- 积分: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
-
houseDetect
小型图像处理平台,包括滤波,边缘提取,边缘优化以及图像匹配功能(Small image processing platform, including filtering, edge detection, edge optimization and image matching function)
- 2009-05-13 21:05:30下载
- 积分:1
-
las_tools
一个非常实用的las文件处理工具,可以实现很多功能,如读写las文件,分类,分块,抽稀,合并,生成边界线,生成DEM,点云高度归一化,数据格式转换,波形数据压缩等(A very useful the las file processing tools, you can achieve a lot of features, such as read and write las file classification block Rarefy merge to generate the boundary line, generated DEM point cloud height normalized data format conversion, waveform data compression, etc.)
- 2021-01-24 20:58:38下载
- 积分:1
-
Itxxhm
图像细化注意,本程序的细化算法要应用于于含线条的黑白二值图像才可以看出细化效果。
(The thinning Note refinement algorithm of this program is to be applied to black and white binary image containing lines can be seen that the refinement effect.)
- 2012-08-05 18:16:42下载
- 积分:1
-
duoyundongmubiao
图像处理程序中图像处理多运动目标程序,完整程序。下载就能用(Image processing program, image processing of multiple moving targets program, complete the program. Download will be able to use)
- 2012-02-28 14:00:10下载
- 积分:1
-
chapter12
图像处理中的数字识别代码,包括数字训练集合和训练分类算法,可以实际应用。(digital recognition)
- 2015-10-11 21:25:41下载
- 积分:1
-
xaiobo
基于小波的视频图像压缩研究进展 基于小波的视频图像压缩研究进展(Wavelet-based video image compression research progress)
- 2012-02-04 00:38:19下载
- 积分:1