-
zernike
镜片面形数据通过zernike多项式用协方差方法拟合得到的zernike系数(Zernike coefficients covariance fitting)
- 2013-08-20 11:00:25下载
- 积分:1
-
cut-image
是关于matlab中GUI程序裁剪程序,提供了多种方法,对于图像处理有很好的补充作用(Is about matlab GUI program in tailoring, offers a variety of methods, for image processing, have very good supplementary function)
- 2013-09-02 16:44:20下载
- 积分:1
-
kmeans
K均值图像分割,读入彩色图片,输出区域分割后的图片(K-means image segmentation, read full-color photographs, the output image after the region segmentation)
- 2008-08-14 11:08:57下载
- 积分:1
-
L1
说明: 基于L1范数的多帧图像超分辨率图像重建算法,在原有算法基础上改进,提高重建精度和效率。(Based on the L1 norm of the multi-frame image super-resolution image reconstruction algorithm, the improvement on the basis of the original algorithm to improve the reconstruction accuracy and efficiency.)
- 2012-08-20 20:43:00下载
- 积分:1
-
NumberRecognize
根据RBM深度网络(Hinton,2006)进行MINST手写文字的分类器的训练,利用训练得到的权值制作了这个小程序,通过这个程序可以看出训练结果对数据集内的测试样本和训练样本都能进行很好的识别,但是对其他的手写字体识别就没有那么好了。(According to RBM depth network (Hinton, 2006) conducted MINST handwritten text classifier training, using the training to get the right value to produce this small program, this program can be seen through the results of the training data set and the training sample test samples are can be well identified, but on the other handwriting recognition is not so good.)
- 2013-10-17 15:55:34下载
- 积分:1
-
otsu
otsu算法实现,可以自适应获取阈值,对图像进行二值化。里面配有图像均衡化的程序一起使用,效果更好(otsu algorithm, you can get adaptive threshold for image binarization. Which is equipped with image-based program used in conjunction with a balanced, better)
- 2020-10-31 15:59:55下载
- 积分:1
-
SIFT-KD-tree-image-panorama-opencv
SIFT KD树 图像拼接 全景图_多幅图 opencv (SIFT KD tree image mosaic panorama _ Multiple Figure opencv)
- 2020-07-03 17:40:02下载
- 积分:1
-
FLICM
说明: 图像半监督聚类算法flicm算法的matlab,内有图像数据集,可直接使用(Image semi supervised clustering algorithm flicm algorithm matlab, there are image data sets, can be used directly)
- 2021-04-08 23:09:01下载
- 积分:1
-
DCellIQV1.0
本段代码的功能是通过滤波器对细胞图像先进行预处理,然后再提取细胞中心实现细胞的追踪,准确率比较高。(This code is the function of cells through the filter of the first pre-process the image, then extract the cell center to achieve cell tracking, accuracy is relatively high.)
- 2011-06-27 21:26:53下载
- 积分: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