搜索资源列表
2D_EMD_Codes
- 二维经验模态分解,采用形态学求极值点,径向基神经网络拟合,速度较快。
Ga
- 本程序是遗传算法求极值,有助于对遗传算法的理解
OPENCV_SIFT_VC6
- 基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。程序运行前须安装(1)OpenCV: http://opencvlibrary.sourceforge.net (2)SIFT: http://web.engr.oregonstate.edu/~hess/index.html,并配置其环境参数。
StereoApplet
- 用harris函数建立尺度空间,求取尺度空间的极值点
20080213_5e113f3e9a20539660d45C2AGY6dSUCd
- SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量。该程序为sift的演示程序
Mul_edge_detection
- 本程序主要实现图像的边缘提取:实现了以下论文中介绍的新方法:《基于梯度幅值的自适应边缘检测算法.caj》《一种基于_函数的图象边缘检测算法.caj》《一种微分极值的边缘检测算法.kdh》《一种新的边缘检测算法.kdh》,效果很好,很明显,比传统的边缘提取算法更优越。
多尺度边缘检测实例
- 一个多尺度边缘检测实例,方法是: 1、先对图像进行3个尺度的小波变换; 2、求小波系数的模值及其梯度方向; 3、确定模的极大值,即候选边缘点; 4、通过反变换合成3个尺度的模的极值图像,A multi-scale edge detection example, the method is: 1, first image of the three-scale wavelet transform 2, and the modulus value of wavelet coefficient and
MotionDetection
- 目标检测预处理阶段的滤波。c#编写的中值滤波程序。包括标准中值滤波、极值中值滤波、自适应中值滤波、基于阈值的中值滤波。-c# prepared by the median filtering process. Including the standard median filter, extremum median filtering, adaptive median filter based on the threshold median filtering.
conjugategrads
- 图像重建常常被转化为解非线性无约束极值问题, 通过范数极小化推导出共扼梯度法的 一般算法。通过对模拟数据和实际工件断层扫描数据进行图像重建, 估计了算法的有效性, 结果表明, 与最速下降法相比, 此算法更适用于不完全投影数据的图像重建, 在保证重建图像拟合度的同时, 大大提高了重建速度。-Image reconstruction has often been transformed into solving nonlinear unconstrained extremum problem,
tuxiangqiege
- 基于像素点的全局阈值法求图像的分割 实现方法有五种: 最小极值法,最优阈值法,最大方差方法,最大熵法,迭代法-Pixel-based global threshold method for image segmentation method there are five: the smallest extreme value method, the optimal threshold method, the largest variance method, the maximum ent
jizhilvbo
- 图像处理中滤波时,运用极值滤波的方法滤除杂波,得到清晰的图像-Image processing filter, the use of extreme methods of filtering to filter out the clutter, get a clear image
zhongzhilvbo
- 文件名为jzzz的极值中值滤波程序 文件格式为doc-Document known as the extremal jzzz median filtering procedure for the doc file format
lvbochengxu
- 假定中值滤波程序的采样次数为3,要求将三次采样后的数据分别存放在寄存器R2、R3、R4中,滤波结果放在R3中 去极值平均滤波程序,要求连续采样18次,并将采样后的数据存放在内部RAM的70H到81H单元中,最后的滤波结果存放在寄存器R1中-Assumed that the median filter of the sampling frequency of the procedure for 3, requested that the three samples, respective
siftdemo
- 改程序采用C语言编写SIFT算法,包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。-Change the use of C language program SIFT algorithm, contains the complete Gaussian pyramid from the image, DOG, space extremum point extraction, descr ipt
ecgessay
- 很详细的有关胎心电(Fetal ECG)提取方面的资料,对研究胎心电的很有帮助; 主要的算法是FastICA-Very detailed fetal heart rate power (Fetal ECG) information extraction, the study of fetal heart rate of the useful power major FastICA algorithm is
huangjinfenge
- 用黄金分割法求极值 用黄金分割法求极值-Extremum with the Golden Section Golden Section Method with extreme extreme with the Golden Section Method
experiments
- 上课的课程:数字图像处理,同Labwindows/CVI实现的多个小程序,分别有:多种函数曲线的生成、多种函数曲线的生成并显示极值、二值图像的边缘追踪、二值图像的形态学处理、根据直方图选择阈值、灰度变换、均值滤波、粒子图像分析、图像的边缘检测、正弦曲线生成、直方图均衡化、直方图显示、中值滤波、自动计算阈值。-Class courses: digital image processing, Labwindows/CVI realize with multiple small program, a
SIFT-xiaojie
- SIFT算法小结 word版 4 SIFT算法步骤: 1) 检测尺度空间极值点 2) 精确定位极值点 3) 为每个关键点指定方向参数 4) 关键点描述子的生成-SIFT brief summary
SIFT
- 该代码可以实现尺度不变特征转换(Scale-invariant feature transform 或 SIFT)变换,程序文档中包含了样例图片以及相关代码,能够得到较好效果的特征变量。SIFT是一种电脑视觉的算法用来侦测与描述影像中的局部性特征,它在空间尺度中寻找极值点,并提取出其位置、尺度、旋转不变量。-Scale-invariant feature transform (or SIFT) is an algorithm in computer vision to detect and de
jizhifa
- 线结构光三维重建之极值法提取激光条纹中心(Center extraction of laser stripe)
