-
Handbook-of-Machine-Vision
机器视觉手册,讲解详细,非常实用,从基础图像处理算法到复杂视觉算法(handbook of machine vision, very practical, including basic image processing and vision algorithm)
- 2014-11-14 11:28:09下载
- 积分:1
-
NCC
说明: 采用积分图算法的归一化互相关匹配,大大减少了计算时间。(Normalized cross correlation matching)
- 2020-04-09 14:08:09下载
- 积分:1
-
Fivepoint
一个老外用matlab 编写的5点法图像相对定向程序,是目前最新的算法实现。(5 point to prepare for a foreigner relative orientation program)
- 2012-04-10 17:22:36下载
- 积分:1
-
automatic_image_segement
说明: 本文以k-means算法为背景,引入信息熵相关知识,从而实现全自动分割图像。然而在利用混合高斯模型对图像进行数据分析时,会发生一定的过拟合现象,导致我们得不到预期的聚类数目。本文设计合理的合并准则,令模型简化,有效地消除过拟合现象,使得最后得到的聚类数目与预期符合。,设计合理的准则改进了图像的全自动分割方法,使得分割结果更加优化(In this paper, k-means algorithm is used as the background, and information entropy related knowledge is introduced to realize full-automatic image segmentation. However, when the Gaussian mixture model is used to analyze the image data, there will be some over-fitting phenomenon, resulting in that we cannot get the expected number of clusters. In this paper, a reasonable merging criterion is designed to simplify the model and effectively eliminate the over-fitting phenomenon, so that the final clustering number is in line with the expectation. A reasonable criterion is designed to improve the automatic image segmentation method and make the segmentation result more optimized.)
- 2019-04-24 09:40:45下载
- 积分: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
-
Picture
图片处理 去噪音,去模糊为了实现较好保留图像边缘特征的有效去噪,提出了一种基于边缘检测的Contourlet 变换去噪方法(Picture Deal)
- 2013-05-28 16:20:28下载
- 积分:1
-
graphic
里面涉及了线宽线型的设置,各种图形,还有画笔画刷设置选择,颜色设置等,代码非常齐全,还有编程的每一步都有截图和说明(Which involves the linewidth linear settings, a variety of graphics, and brush brush settings selection, color settings, the code is very complete, and programming of every step have screenshots and description)
- 2014-12-14 20:30:20下载
- 积分:1
-
腐蚀与膨胀
说明: 自己编写的图像腐蚀与膨胀matlab代码,经试验证明与matlab中自带的腐蚀和膨胀函数运行效果相同,可供初学图像处理的同学参考使用。(The image corrosion and expansion matlab code written by myself has been proved to be the same as the corrosion and expansion function of the matlab. It can be used by students who are ready for beginner image processing.)
- 2021-01-13 14:48:48下载
- 积分:1
-
deblurred code
实现高斯模糊,运动模糊等的点扩展函数psf的估计,并复原(The estimation of point spread function PSF, such as Gauss blur and motion blur, is realized and restored.)
- 2020-11-20 10:49:37下载
- 积分:1
-
image-processing
1.设计一个程序,对一幅灰度图像的实现如下几何变换,1)放大为原图1.5倍 2)绕中心旋转30度(CW) 3)采用偏移量插值实现一个透视变换. 灰度差值用最近邻插值和双线性插值
2. 绘制一幅灰度图像的梯度幅度图像(三点法求梯度),针对梯度幅度图像合理的选择一个阈值(通过试验即可)将其二值化,以获得图像边缘检测图像。
((1) design a program, a grayscale image as geometric transformation, zoom 1) for 1.5 times the original 2) around the center of rotation of 30 degrees (CW) 3) interpolation of the offset to achieve a perspective transformation.gray level difference between the nearest neighbor interpolation and bilinear interpolation
(2) draw a grayscale image of the gradient magnitude image (three-point method seeking gradient), the gradient magnitude image is reasonable to select a threshold value (the test can be) the second value to the image edge detection image.)
- 2012-03-13 23:16:59下载
- 积分:1