-
particle-filter--algorithm-code
文件中含有粒子滤波完整代码以及几种改进粒子滤波算法代码,运行主函数可以分别看到粒子滤波算法和改进后的算法运行效果,适合初学者学习应用(The file contains the complete code of particle filter and several improved particle filter algorithm code, run the main function algorithm performs the particle filter algorithm and the improved see respectively, suitable for beginners to learn to use
)
- 2014-04-21 09:50:17下载
- 积分:1
-
第五次作业
说明: 1.学习使用fft2,ifft2,fftshift,ifftshift函数。用fft2函数对”lena.bmp”做二维傅立叶变换,并显示其频谱,用fftshift函数将频谱坐标原点移动到图像中心。用ifft2函数做傅立叶反变换。(提示:显示频谱时,可以先对频谱取对数,这样可以压缩动态范围很大的频谱,获得更好的显示效果)(1. Learn to use fft2, ifft2, fftshift, ifftshift functions. With the FFT 2 function, the lena.bmp'The two-dimensional Fourier transform is performed and the spectrum is displayed. The origin of the spectrum coordinate is moved to the center of the image by using the FFT shift function. The inverse Fourier transform is done with ifft2 function. (Note: when displaying the spectrum, the logarithm of the spectrum can be taken first, so that the spectrum with a large dynamic range can be compressed to obtain better display effect.))
- 2020-12-11 21:59:55下载
- 积分:1
-
《MATLAB图像与视频处理实用案例详解》
各类图形处理算法代码,齐全的图形处理算法,可以直接运行。去噪,识别,检测,拼接等(Complete graphics processing algorithm, you can run directly. Denoising, identification, detection, stitching and so on)
- 2017-10-11 02:01:01下载
- 积分:1
-
crimini算法
说明: criminisi算法。传统的criminisi图像修复算法,可对破损图像进行纹理修复(Criminisi algorithm. The traditional criminisi image restoration algorithm can repair the damaged image texture)
- 2019-10-27 19:18:40下载
- 积分:1
-
TV
说明: 经典图像处理灰度图像去噪模型,以及改进模型效果不错(Classic image processing gray image denoising model, and improved model good results.)
- 2018-06-19 09:39:05下载
- 积分:1
-
fangzhiwu
织物疵点检测和识别系统.采用2中方法,有gui界面,支持实际纺织物的检测(Fabric defect detection and identification systems. Using 2 methods, gui interface, support for the detection of the actual textile)
- 2013-10-29 17:32:18下载
- 积分:1
-
fenshuiling1
说明: 基于标记的分水岭算法,弥补了传统分水岭算法存在的过分割问题。(Marker-based watershed algorithm makes up for the over-segmentation problem of traditional watershed algorithm.)
- 2019-03-18 09:15:11下载
- 积分:1
-
最小二乘法估计仿射矩阵
目前MATLAB里边对于多点计算仿射矩阵普遍采用RANSAC法,但是比较麻烦计算量也相对较大,通过最小二乘法来进行仿射矩阵的估计能够大大提高该效率,所以奉上自己在实验室写的仿射矩阵估计函数,来弥补matlab函数库在这方面的不足。(The MATLAB inside for calculating affine matrix commonly used RANSAC method, but more trouble calculation is relatively large, estimated by the least squares method to the affine matrix can greatly improve the efficiency, so give yourself in laboratory to write the estimated affine matrix function, to compensate for the lack of MATLAB Library in this area.)
- 2018-02-01 17:11:33下载
- 积分:1
-
ColorHistogram
图像检索——提取颜色特征:HSV空间颜色直方图(将RGB空间转化为HSV空间并进行非等间隔量化,将三个颜色分量表示成一维矢量,再计算其直方图作为颜色特征。(Image Retrieval- extract color features: HSV space color histogram (RGB space into the HSV space and the non-interval to quantify the three color components expressed as a one-dimensional vector, then calculate the color histogram as a feature.)
- 2011-07-06 21:25:29下载
- 积分:1
-
LDA-based-face-recognition
基于LDA的人脸识别技术,从ORL数据库读数据,然后从中取一部分进行训练,一部分进行测试。(This code is LDA base face recognition programme. It reads nots faces from ORL database and the rest (noc-nots) are used as test.
LDA_Performance shows the recognition performance. )
- 2009-03-25 16:39:23下载
- 积分:1