搜索资源列表
印章鉴定算法
- 这是印章鉴定系统中的重要算法,包括去除背景,基于矩不变量的识别方法等,对实际中印章鉴定系统的设计有很大的帮助。-Identification System in the algorithm, including the removal of background, for the moment invariant recognition method, which seals the actual identification system design will be very helpful
HuMoments
- 用VC++写的Humoments的处理程序.可以得到图象旋转不变量,进行图象识别-VC Humoments written by the process. Image rotation can be invariant, image recognition
20080213_5e113f3e9a20539660d45C2AGY6dSUCd
- SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量。该程序为sift的演示程序
pingyi
- 7个不变矩具有平移、比例和旋转不变性的矩不变量。而这个程序是实现平移的。
shift_soft_threshold
- 以一维信号为例的,平移不变量小波收缩去噪算法,供交流。具体原理请查阅相关文献。
studyforrecognitionofinfraredimagebasedonfeaturein
- :给出了一种提取特征点的新方法和合理的特征不变量。该方法根据三角不等式原理利用第三边与另 外两边之和的比值大小来确定角点,以特征点和它相邻的两个特征点所形成的两条直线的夹角正切值以及三角形 第三边与另两边和的比值作为特征不变量。这种特征提取的方法简单,并且由于扩大了模板取值范围,使识别效果受特征点漏检的影响较小。实验表明,该方法不仅简便,而且效果良好。-: In this paper, a new feature point extraction method and the chara
CNNfeatureextraction
- 提出了一种基于目标边界的不变特征提取方法。导出了用物体角点坐标表示的低阶边界矩的闭合形式,构造了 基于边界矩的仿射变换不变量。该方法只需要对物体角点进行简单的代数运算,因此,该方法简单明了,计算量很小。实 验结果证明了该方法的有效性-A goal of the border based on the same feature extraction method. Exporting objects with corner coordinates of the low-level clos
Semi_FragileAuthenticationWatermark
- 基于DCT压缩前后不变量,编写的抗JPEG压缩的数字图像认证水印算法,具有良好的抵抗压缩、剪切、篡改等性能的水印仿真程序-Around the DCT-based compression is not variable, the preparation of the anti-JPEG compression algorithm for digital image authentication watermark with good resistance to compression, shea
subject
- 计算图像对应的各阶原点矩,中心矩,以及Hu不变量,输入是图像和矩的阶数。-Image raw,Central,and Hu s moments computation
Image
- 博士论文:图像特征提取、匹配和新视点图像生成技术研究 关键词:基于图像的绘制;虚拟现实;新视点图像生成;宽基线图像匹配;仿射不变量 直线段匹配;立体视觉-Dissertation: Image feature extraction, matching and the new viewpoint image generation technology Keywords: image-based rendering virtual reality new viewpoint image
image-mmoment-function
- 本书主要讨论了图像的各类矩函数(几何矩、复数矩、Legendre矩、Zernike矩、小波矩等)的定义、性质和快速算法,以及它们的不变量函数。并就它在图像处理和识别,计算机视觉以及其它方面的应用作了必要的介绍。 -This book discusses the various types of image moment function (geometric moments, complex moments, Legendre moments, Zernike moments, wavel
zernike
- 矩不变量,适用于图像匹配,数字水印,图像重建-Moment invariants, applicable to the image matching, digital watermarking, image reconstruction
SIFT
- 该代码可以实现尺度不变特征转换(Scale-invariant feature transform 或 SIFT)变换,程序文档中包含了样例图片以及相关代码,能够得到较好效果的特征变量。SIFT是一种电脑视觉的算法用来侦测与描述影像中的局部性特征,它在空间尺度中寻找极值点,并提取出其位置、尺度、旋转不变量。-Scale-invariant feature transform (or SIFT) is an algorithm in computer vision to detect and de
sift
- 1999年British Columbia大学大卫.劳伊(David G.Lowe)教授总结了现有的基于不变量技术的特征检测方法,并正式提出了一种基于尺度空间的、对图像缩放、旋转甚至仿射变换保持不变性的图像局部特征描述算子-SIFT(尺度不变特征变换),这种算法在2004年被加以完善。 -University of British Columbia 1999, David Rowe (David G. Lowe) summed up the professor is not variable
improved-MSER-algorithm-
- 本文在比较多种仿射不变性区域的基础上,选取最大稳定极值区域(MSER)对图像内容进行分割和提取,并通过构造仿射不变量的方法,对提取出来的区域进行规整化,进而从规整化的区域中提取SIFT描述子,然后根据匹配目标的需要进行特征的组合、变换,以形成易于匹配、稳定性好的特征向量,从而把图像匹配问题转化为特征的匹配问题 通过改进的K均值算法对特征向量进行聚类,聚类中心作为图像的视觉关键词:利用视觉关键词的思想,把文本检索技术领域的方法移植到图像检索应用上;并研究视觉关键词之间的空间约束关系。-Most r
imQuery
- 图象 处 理和模式识别中经常根据物体的形状来识别物体或对物体进行分类。形状特征可以分为区域特征和边界特征两大类,矩不变量是最基本的形状特征。Hu提出的矩不变量是图象区域内部细节的描述,是一种区域特征。-Digital image processing
sift
- 1 SIFT 发展历程 SIFT算法由D.G.Lowe 1999年提出,2004年完善总结。后来Y.Ke将其描述子部分用PCA代替直方图的方式,对其进行改进。 2 SIFT 主要思想 SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量。 3 SIFT算法的主要特点: a) SIFT特征是图像的局部特征,其对旋转、尺度缩放、亮度变化保持不变性,对视角变化、仿射变换、噪声也保持一定程度的稳定性。 b) 独特性(Distinctive
xuanzhububian
- 基于圆投影与矢量和的旋转不变量检测,是找到的一遍论文-Round projection with vector and rotation invariant detection, is found over and over papers
TrackEye_VC6
- 实现了人脸中眼睛实时追踪的源代码,包含尺度和方向不变量的特征提取,以及研究区域的明确分割,国外网站找到的-The purpose of the project is to implement a real-time eye-feature tracker with the following capabilities: RealTime face tracking with scale and rotation invariance Tracking the eye areas
SIFT
- 图像处理方面SIFT算法有关,SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量 SIFT特征是图像的局部特征-Image processing related to the SIFT algorithm SIFT algorithm is an algorithm to extract local features to find the extreme points in the scale space, extract the location, sca