-
boxfilter
包滤波器,主要功能是在给定的滑动窗口大小下,对每个窗口内的像素值进行相加求和(Packet filter, the main function is given under the sliding window size for each window of the pixel values summed)
- 2011-10-21 15:19:28下载
- 积分:1
-
kmeans--FCM-SOM
无监督分类方法,包括kmeans,som和fcm,非常好用(Unsupervised classification methods, including kmeans, som and fcm, very easy to use)
- 2020-07-01 11:00:02下载
- 积分:1
-
ZHU算法
基于颜色衰减先验的图像去雾算法源码,作者是Zhu,大家可以作为论文中的比较算法(the matlab code of image dehazing based on color attenuation prior)
- 2021-03-03 10:29:33下载
- 积分:1
-
target
说明: 一个目标检测识别的matlab程序,用于初学者使用matlab编程,用的比校全面(Identification of a target detection matlab program for beginners to use matlab to program than the school used a comprehensive)
- 2008-10-23 17:02:08下载
- 积分:1
-
Wavelet_SL0
压缩感知CS——采用小波变换进行稀疏表示,高斯随机矩阵为观测矩阵,重构算法为SL0算法,对256*256的lena图处理,比较原图和SL0算法在不同采样比例(0.74、0.5、0.3)下的重构效果,并各运行50次,比较算法性能PSNR和每次的运行时间
(Compressed sensing CS- using wavelet transform as sparse representation, Gaussian random matrix as the observation matrix and SL0 algorithm as the reconstruction algorithm. Compare lena figure and the reconstruction results using SL0 algorithm at different sampling ratio (0.74,0.50.3),then each runs 50 times, compare the performance of PSNR and each running time)
- 2020-09-10 15:08:00下载
- 积分:1
-
edge
边沿检测轮廓跟踪,在图像处理中非常重要的边缘检测轮廓跟踪算法。(Edge detection contour tracking, image processing in a very important edge detection contour tracking algorithm.)
- 2008-03-23 17:01:03下载
- 积分:1
-
2013.10.17program-engineer
2014年海康威视校招笔试题,对于想要从事图像处理工作的同学十分有用,图像处理算法类试题,考的是C语言和C++.图像算法类题目不常见。(2014 Hikivision exam)
- 2014-03-03 11:24:00下载
- 积分:1
-
LZW
在图像传输时,常常需要对图像进行压缩,这些代码用来对图像进行压缩编码。(In the image transmission, it is often the need for image compression, the code used to image compression.)
- 2009-12-04 20:44:45下载
- 积分:1
-
insarmatlab
说明: 用matlab实现的insar处理软件。(Using matlab to achieve the InSAR processing software.)
- 2021-02-19 10:49:44下载
- 积分:1
-
binary-video
学习使用OpenCV,对输入的一段彩色视频,用OpenCV实现以下功能或要求:
1. 对输入视频的每一帧图像都用同一个阈值进行二值化;
2.在每帧二值化图像上叠加上含自己学号与姓名等信息的版权字幕;
3. 在处理的过程中,实时显示每帧图片处理之后的效果;
4.将所有这些二值化图像按视频原来顺序合成输出一个视频文件,按原输入视频播放速度的两倍合成;
5. 做成如下的命令行格式,xxx.exe 输入视频文件名 二值化阈值 输出视频文件名(例如 MyBiVideo.exe input.avi 50 output.avi )
这里的二值化有两种选择,可以手动收入阈值,也可以直接用OTSU算法的较优阈值直接二值化。(Learn to use OpenCV, for some color video input, with the OpenCV following functions or requirements:
1. Each frame of the input video images are binarized using the same threshold value
2. superposed on the binarized image of each frame containing the copyright on the number and the name of their own learning subtitles other information
3. During processing, real-time display after processing each frame
4. All of these binarized image by synthesizing the video output of a video sequence of the original document, the original input composite video playback speed twice
5. made the following command line format, xxx.exe input video file name binary threshold value of the output video file name (eg MyBiVideo.exe input.avi 50 output.avi)
Here there are two binary choice, you can manually income thresholds, you can directly use the optimum direct binarization threshold through OTSU algorithm.)
- 2015-01-30 16:15:09下载
- 积分:1