-
kmeans
一种基于K均值的自然图像聚类方法,编程算法巧妙(Based on the natural images k-means clustering method, programming algorithm is clever)
- 2012-03-14 21:02:01下载
- 积分:1
-
Form1
可见光波长和颜色的对应生成代码,可以保存问为图片(Corresponding to the wavelength of visible light and color to generate code that can be saved to ask for the picture)
- 2014-06-28 12:06:22下载
- 积分:1
-
code
本代码是基于MATLAB环境下的一种基于DWT的数字水印的嵌入与提取,本算法对各种噪声具有一定的抗鲁棒性。(The code is based on the MATLAB environment based DWT digital watermark embedding and extraction, the algorithm has certain anti robustness of various noise.)
- 2021-04-05 12:49:03下载
- 积分:1
-
HarrisCorner
对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法:
1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数;
2. 只能用C/C++,不能用其他语言;
3. GUI 只能用自带的HighGUI,不能用QT 或其他的;
4. 平台可以用Windows, Linux, MacOS;
5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色
展示),原图上叠加检测结果等,并将这些中间结果都输出成图像文件;
6. 命令格式: “xxx.exe 图片文件 k 参数(=0.04) Aperture_size(=3)”。(The input of a color image, write your own code to achieve Harris Corner Detection Algorithm: 1. Can not be called directly inside OpenCV some functions associated with the Harris corner detection 2. To only use C/C++, can not be used in other languages 3. GUI only with their own HighGUI, can not use QT or other 4. The platform can be used Windows, Linux, MacOS 5. Display intermediate and final results of the test results, including the largest eigenvalues diagram, the minimum feature value graph , R chart (you can consider color display), picture superimposed on the test results, etc., and these intermediate results are output as an image file 6. Command Format: " xxx.exe picture file k parameters (= 0.04) Aperture_size (= 3 ). " )
- 2016-01-04 12:44:23下载
- 积分:1
-
niejen_v69
MinkowskiMethod算法 ,利用自然梯度算法,一个很有用的程序。( MinkowskiMethod algorithm, Use of natural gradient algorithm, A very useful program.)
- 2016-09-06 19:54:19下载
- 积分:1
-
tuxiangronghe
:介绍了一种基于小波变换的图像融合算法,它利用像素邻域平均梯度作为选择依据,对小
波变换后的高频系数进行选择,再逆变换完成图像融合.通过对红外热图与可见光图像的融合实验表明:
基于小波系数区域平均梯度的融合能使红外热图更加清晰,融合的图像光谱变异性较小,图像效果较好(: This paper presents a wavelet-based image fusion algorithm, which uses an average gradient of pixel neighborhood as selected on the basis of high frequency coefficients of wavelet transform to choose, and then inverse transform of image fusion. Through the infrared image and visible image fusion experiments show that: Based on the average gradient of wavelet coefficients of the regional integration of thermal infrared images can be more clarity, variability in integrated spectrum of images smaller, better image)
- 2011-01-24 14:40:22下载
- 积分:1
-
robort
机器人的轨迹跟踪程序,修改参数可以重新建立自己想要的模型,可以看到末端轨迹的运动画面。(Robot trajectory tracking program, you can modify the parameters to re-establish the model you want, you can see the end of the trajectory of the moving picture.)
- 2017-03-13 11:47:29下载
- 积分:1
-
Lsm_match
最小二乘图像影像匹配方法,一个很详细的源码例程,有过程有结果,希望对初学者有帮助。高斯解方程,以及最小二乘匹配,里面都很详细。(Squares image image matching method, a very detailed source code routines, the outcome of the process, I hope to help beginners. Gaussian solution of equations, and least squares matching, which is very detailed.)
- 2013-07-18 16:52:41下载
- 积分:1
-
VCPPqiangda-tuxiang-chuli
先进行图像预处理,比如Hough变换,边沿检测,还有差影法,模板提取 ,识别,跟踪,最后是模板匹配。(First image preprocessing, such as the Hough transform, edge detection, as well as poor shadow method, template extraction, identification, tracking, and finally the template matching.)
- 2012-03-16 14:33:20下载
- 积分:1
-
Interpolation
利用低通滤波器对图像进行插值放大:按放大的倍数对原图像进行插零,插零后的图片与低通滤波函数进行卷积,原先插入的零的位置自动替换为适当的插值,如此图像就已经插值放大了,图像质量还不错。(Double the number of pixels of each row and column by adding a zero value pixel between each pixel of the image.Then operate with two kinds of low-pass filters to get the enlarged image.)
- 2010-02-17 05:00:44下载
- 积分:1