期刊文献+
共找到948篇文章
< 1 2 48 >
每页显示 20 50 100
Spectral matching algorithm based on nonsubsampled contourlet transform and scale-invariant feature transform 被引量:4
1
作者 Dong Liang Pu Yan +2 位作者 Ming Zhu Yizheng Fan Kui Wang 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2012年第3期453-459,共7页
A new spectral matching algorithm is proposed by us- ing nonsubsampled contourlet transform and scale-invariant fea- ture transform. The nonsubsampled contourlet transform is used to decompose an image into a low freq... A new spectral matching algorithm is proposed by us- ing nonsubsampled contourlet transform and scale-invariant fea- ture transform. The nonsubsampled contourlet transform is used to decompose an image into a low frequency image and several high frequency images, and the scale-invariant feature transform is employed to extract feature points from the low frequency im- age. A proximity matrix is constructed for the feature points of two related images. By singular value decomposition of the proximity matrix, a matching matrix (or matching result) reflecting the match- ing degree among feature points is obtained. Experimental results indicate that the proposed algorithm can reduce time complexity and possess a higher accuracy. 展开更多
关键词 point pattern matching nonsubsampled contourlet transform scale-invariant feature transform spectral algorithm.
下载PDF
Active Shape Models Using Scale Invariant Feature Transform
2
作者 史勇红 戚飞虎 +1 位作者 栾红霞 吴国荣 《Journal of Shanghai Jiaotong university(Science)》 EI 2007年第6期713-718,共6页
A new active shape models (ASMs) was presented, which is driven by scale invariant feature transform (SIFT) local descriptor instead of normalizing first order derivative profiles in the original formulation, to segme... A new active shape models (ASMs) was presented, which is driven by scale invariant feature transform (SIFT) local descriptor instead of normalizing first order derivative profiles in the original formulation, to segment lung fields from chest radiographs. The modified SIFT local descriptor, more distinctive than the general intensity and gradient features, is used to characterize the image features in the vicinity of each pixel at each resolution level during the segmentation optimization procedure. Experimental results show that the proposed method is more robust and accurate than the original ASMs in terms of an average overlap percentage and average contour distance in segmenting the lung fields from an available public database. 展开更多
关键词 active shape model (ASM) deformable segmentation CHEST RADIOGRAPH scale invariant feature transform (sift) local DESCRIPTOR
下载PDF
Target classification using SIFT sequence scale invariants 被引量:5
3
作者 Xufeng Zhu Caiwen Ma +1 位作者 Bo Liu Xiaoqian Cao 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2012年第5期633-639,共7页
On the basis of scale invariant feature transform(SIFT) descriptors,a novel kind of local invariants based on SIFT sequence scale(SIFT-SS) is proposed and applied to target classification.First of all,the merits o... On the basis of scale invariant feature transform(SIFT) descriptors,a novel kind of local invariants based on SIFT sequence scale(SIFT-SS) is proposed and applied to target classification.First of all,the merits of using an SIFT algorithm for target classification are discussed.Secondly,the scales of SIFT descriptors are sorted by descending as SIFT-SS,which is sent to a support vector machine(SVM) with radial based function(RBF) kernel in order to train SVM classifier,which will be used for achieving target classification.Experimental results indicate that the SIFT-SS algorithm is efficient for target classification and can obtain a higher recognition rate than affine moment invariants(AMI) and multi-scale auto-convolution(MSA) in some complex situations,such as the situation with the existence of noises and occlusions.Moreover,the computational time of SIFT-SS is shorter than MSA and longer than AMI. 展开更多
关键词 target classification scale invariant feature transform descriptors sequence scale support vector machine
下载PDF
Face recognition using SIFT features under 3D meshes 被引量:1
4
作者 张诚 谷宇章 +1 位作者 胡珂立 王营冠 《Journal of Central South University》 SCIE EI CAS CSCD 2015年第5期1817-1825,共9页
Expression, occlusion, and pose variations are three main challenges for 3D face recognition. A novel method is presented to address 3D face recognition using scale-invariant feature transform(SIFT) features on 3D mes... Expression, occlusion, and pose variations are three main challenges for 3D face recognition. A novel method is presented to address 3D face recognition using scale-invariant feature transform(SIFT) features on 3D meshes. After preprocessing, shape index extrema on the 3D facial surface are selected as keypoints in the difference scale space and the unstable keypoints are removed after two screening steps. Then, a local coordinate system for each keypoint is established by principal component analysis(PCA).Next, two local geometric features are extracted around each keypoint through the local coordinate system. Additionally, the features are augmented by the symmetrization according to the approximate left-right symmetry in human face. The proposed method is evaluated on the Bosphorus, BU-3DFE, and Gavab databases, respectively. Good results are achieved on these three datasets. As a result, the proposed method proves robust to facial expression variations, partial external occlusions and large pose changes. 展开更多
关键词 3D face recognition seale-invariant feature transform (sift expression OCCLUSION large pose changes 3D meshes
下载PDF
基于SIFT特征点提取的ICP配准算法 被引量:1
5
作者 钱博 宋玺钰 《沈阳理工大学学报》 CAS 2024年第3期48-54,共7页
为解决传统迭代最近点(ICP)算法对点云配准的起始点对选择不佳而导致配准时间长、效率低的问题,提出一种基于尺度不变特征变换(SIFT)特征点提取的ICP点云配准算法(ST-ICP)。首先使用SIFT算法进行原始点云与目标点云的SIFT特征点提取,根... 为解决传统迭代最近点(ICP)算法对点云配准的起始点对选择不佳而导致配准时间长、效率低的问题,提出一种基于尺度不变特征变换(SIFT)特征点提取的ICP点云配准算法(ST-ICP)。首先使用SIFT算法进行原始点云与目标点云的SIFT特征点提取,根据提取特征点完成快速点特征直方图(FPFH)特征运算,通过采样一致性初始配准算法(SAC-IA)搜索对应点对、求解变换矩阵,再进一步运用ICP算法进行点云精细配准。实验结果表明:与ICP算法相比较,ST-ICP算法的配准误差在迭代次数为5次时减小了1.019 cm,迭代次数为10次时减小了0.443 cm;在配准误差达到10^(-2) cm级别时,ST-ICP算法所用时间比传统ICP算法减少了12.829 s。ST-ICP算法优化了对应点对的选择,提升了配准精度和配准效率。 展开更多
关键词 点云配准 迭代最近点算法 尺度不变特征变换 特征点 快速点特征直方图
下载PDF
Image matching algorithm based on SIFT using color and exposure information 被引量:9
6
作者 Yan Zhao Yuwei Zhai +1 位作者 Eric Dubois Shigang Wang 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2016年第3期691-699,共9页
Image matching based on scale invariant feature transform(SIFT) is one of the most popular image matching algorithms, which exhibits high robustness and accuracy. Grayscale images rather than color images are genera... Image matching based on scale invariant feature transform(SIFT) is one of the most popular image matching algorithms, which exhibits high robustness and accuracy. Grayscale images rather than color images are generally used to get SIFT descriptors in order to reduce the complexity. The regions which have a similar grayscale level but different hues tend to produce wrong matching results in this case. Therefore, the loss of color information may result in decreasing of matching ratio. An image matching algorithm based on SIFT is proposed, which adds a color offset and an exposure offset when converting color images to grayscale images in order to enhance the matching ratio. Experimental results show that the proposed algorithm can effectively differentiate the regions with different colors but the similar grayscale level, and increase the matching ratio of image matching based on SIFT. Furthermore, it does not introduce much complexity than the traditional SIFT. 展开更多
关键词 scale invariant feature transform(sift) image matching color exposure
下载PDF
An Approach to Parallelization of SIFT Algorithm on GPUs for Real-Time Applications 被引量:4
7
作者 Raghu Raj Prasanna Kumar Suresh Muknahallipatna John McInroy 《Journal of Computer and Communications》 2016年第17期18-50,共33页
Scale Invariant Feature Transform (SIFT) algorithm is a widely used computer vision algorithm that detects and extracts local feature descriptors from images. SIFT is computationally intensive, making it infeasible fo... Scale Invariant Feature Transform (SIFT) algorithm is a widely used computer vision algorithm that detects and extracts local feature descriptors from images. SIFT is computationally intensive, making it infeasible for single threaded im-plementation to extract local feature descriptors for high-resolution images in real time. In this paper, an approach to parallelization of the SIFT algorithm is demonstrated using NVIDIA’s Graphics Processing Unit (GPU). The parallel-ization design for SIFT on GPUs is divided into two stages, a) Algorithm de-sign-generic design strategies which focuses on data and b) Implementation de-sign-architecture specific design strategies which focuses on optimally using GPU resources for maximum occupancy. Increasing memory latency hiding, eliminating branches and data blocking achieve a significant decrease in aver-age computational time. Furthermore, it is observed via Paraver tools that our approach to parallelization while optimizing for maximum occupancy allows GPU to execute memory bound SIFT algorithm at optimal levels. 展开更多
关键词 scale invariant feature transform (sift) Parallel Computing GPU GPU Occupancy Portable Parallel Programming CUDA
下载PDF
Research on will-dimension SIFT algorithms for multi-attitude face recognition 被引量:1
8
作者 SHENG Wenshun SUN Yanwen XU Liujing 《High Technology Letters》 EI CAS 2022年第3期280-287,共8页
The results of face recognition are often inaccurate due to factors such as illumination,noise intensity,and affine/projection transformation.In response to these problems,the scale invariant feature transformation(SI... The results of face recognition are often inaccurate due to factors such as illumination,noise intensity,and affine/projection transformation.In response to these problems,the scale invariant feature transformation(SIFT) is proposed,but its computational complexity and complication seriously affect the efficiency of the algorithm.In order to solve this problem,SIFT algorithm is proposed based on principal component analysis(PCA) dimensionality reduction.The algorithm first uses PCA algorithm,which has the function of screening feature points,to filter the feature points extracted in advance by the SIFT algorithm;then the high-dimensional data is projected into the low-dimensional space to remove the redundant feature points,thereby changing the way of generating feature descriptors and finally achieving the effect of dimensionality reduction.In this paper,through experiments on the public ORL face database,the dimension of SIFT is reduced to 20 dimensions,which improves the efficiency of face extraction;the comparison of several experimental results is completed and analyzed to verify the superiority of the improved algorithm. 展开更多
关键词 face recognition scale invariant feature transformation(sift) dimensionality reduction principal component analysis-scale invariant feature transformation(PCA-sift)
下载PDF
Robust Radiometric Normalization of the near Equatorial Satellite Images Using Feature Extraction and Remote Sensing Analysis 被引量:1
9
作者 Hayder Dibs Shattri Mansor +1 位作者 Noordin Ahmad Nadhir Al-Ansari 《Engineering(科研)》 CAS 2023年第2期75-89,共15页
Relative radiometric normalization (RRN) minimizes radiometric differences among images caused by inconsistencies of acquisition conditions rather than changes in surface. Scale invariant feature transform (SIFT) has ... Relative radiometric normalization (RRN) minimizes radiometric differences among images caused by inconsistencies of acquisition conditions rather than changes in surface. Scale invariant feature transform (SIFT) has the ability to automatically extract control points (CPs) and is commonly used for remote sensing images. However, its results are mostly inaccurate and sometimes contain incorrect matching caused by generating a small number of false CP pairs. These CP pairs have high false alarm matching. This paper presents a modified method to improve the performance of SIFT CPs matching by applying sum of absolute difference (SAD) in a different manner for the new optical satellite generation called near-equatorial orbit satellite and multi-sensor images. The proposed method, which has a significantly high rate of correct matches, improves CP matching. The data in this study were obtained from the RazakSAT satellite a new near equatorial satellite system. The proposed method involves six steps: 1) data reduction, 2) applying the SIFT to automatically extract CPs, 3) refining CPs matching by using SAD algorithm with empirical threshold, and 4) calculation of true CPs intensity values over all image’ bands, 5) preforming a linear regression model between the intensity values of CPs locate in reverence and sensed image’ bands, 6) Relative radiometric normalization conducting using regression transformation functions. Different thresholds have experimentally tested and used in conducting this study (50 and 70), by followed the proposed method, and it removed the false extracted SIFT CPs to be from 775, 1125, 883, 804, 883 and 681 false pairs to 342, 424, 547, 706, 547, and 469 corrected and matched pairs, respectively. 展开更多
关键词 Relative Radiometric Normalization scale invariant feature transform Automatically Extraction Control Points Sum of Absolute Difference
下载PDF
基于FPDE-SIFT的声呐干涉图像配准方法
10
作者 刘伟陆 周天 +1 位作者 闫振宇 杜伟东 《电子与信息学报》 EI CAS CSCD 北大核心 2024年第1期101-108,共8页
图像配准是声呐进行高精度干涉测量的保障,该文针对水下目标的声呐图像配准,提出了一种基于4阶偏微分方程尺度不变特征变换的声呐干涉图像配准方法。该方法聚焦声呐图像配准的难点,首先基于4阶偏微分方程构建尺度空间,在保持图像细节的... 图像配准是声呐进行高精度干涉测量的保障,该文针对水下目标的声呐图像配准,提出了一种基于4阶偏微分方程尺度不变特征变换的声呐干涉图像配准方法。该方法聚焦声呐图像配准的难点,首先基于4阶偏微分方程构建尺度空间,在保持图像细节的前提下滤除噪声,提高特征提取的准确度;对于残余噪声造成的特征点误检,借助特征点的相位一致性信息加以筛选,精简特征点样本集;最后对特征点匹配策略进行优化,提出改进的快速样本一致性匹配策略剔除特征点的误匹配。算法增加了匹配点对的数量,提高了匹配点对的准确度,实现了声呐干涉图像的精确配准。水池实验和外场试验表明,该文所提出的算法相较现有算法对声呐图像有着更好的适用性,配准后的均方根误差与留一法均方根均小于1像素,达到了亚像素配准精度。 展开更多
关键词 声呐图像配准 尺度不变特征变换 偏微分方程 相位一致性 快速样本一致性
下载PDF
基于改进SIFT算法的城市航拍图像快速拼接方法
11
作者 姬文芳 朱子文 +1 位作者 邓德志 罗江煜 《测试技术学报》 2024年第5期500-505,共6页
城市航拍图像在城市规划、土地管理、环境监测和基础设施建设等领域具有广泛应用。针对无人机航拍高度越高,图像捕获成本越高,图像质量或能见度越低的问题,使用低空无人机来大量捕获图像;针对经典的尺度不变特征转换(SIFT)图像拼接算法... 城市航拍图像在城市规划、土地管理、环境监测和基础设施建设等领域具有广泛应用。针对无人机航拍高度越高,图像捕获成本越高,图像质量或能见度越低的问题,使用低空无人机来大量捕获图像;针对经典的尺度不变特征转换(SIFT)图像拼接算法存在匹配稳定性差、拼接质量差的问题,提出一种改进SIFT算法,通过提取图像金字塔模型,提高了匹配的稳定性;采用RANSAC算法减少局外点的干扰,提高图像拼接质量;采用混合平均加权法消除重叠区域接缝,最终实现了图像快速精准拼接。仿真实验结果显示,改进后的SIFT算法在图像拼接稳定性和质量上均表现较好,能获得良好且完整的拼接图像。 展开更多
关键词 无人机 航拍图像 图像拼接 sift算法
下载PDF
基于Bag of Features模型的害虫图像分类技术研究 被引量:1
12
作者 姜祖新 赵小军 +3 位作者 王复元 盛强 谢鹏 徐擎宇 《粮食储藏》 2015年第4期28-32,共5页
将Bag of Features模型结合OpenCV开源图像库提取害虫图像的特征,然后用Kmedoids算法对其进行聚类,生成关键字,最后用AdaBoosting算法构建分类器,实验采用Pascal Voc图像库中的数据进行训练和测试,实验表明,该算法分类精度高、特征提取... 将Bag of Features模型结合OpenCV开源图像库提取害虫图像的特征,然后用Kmedoids算法对其进行聚类,生成关键字,最后用AdaBoosting算法构建分类器,实验采用Pascal Voc图像库中的数据进行训练和测试,实验表明,该算法分类精度高、特征提取速度和分类速度也比较快。 展开更多
关键词 sift特征 聚类算法 图像分类性能
下载PDF
一种基于谱图SIFT的同源频谱监测数据判定方法
13
作者 鲁东生 龙华 《计算机科学》 CSCD 北大核心 2024年第S01期765-771,共7页
随着各类无线电应用的普及,在一定空间范围内,超短波监测过程中的监测数据易受到非同源的同频或邻频信号的影响,仅依靠常规监测中的频谱数据是无法判定信号是否同源的,因而不同监测站点获得的数据缺乏关联性,数据分析结果可能产生误导,... 随着各类无线电应用的普及,在一定空间范围内,超短波监测过程中的监测数据易受到非同源的同频或邻频信号的影响,仅依靠常规监测中的频谱数据是无法判定信号是否同源的,因而不同监测站点获得的数据缺乏关联性,数据分析结果可能产生误导,降低工作效率。依据人工监测的经验,尝试用计算机视觉等技术分析监测数据的频谱图和时频谱图,结合谱图特性引入角度阈值改进SIFT算法的特征点匹配模式,以适应无线电监测数据分析的需要,并提出以图像特征点检测匹配率为前提,利用卡帕值综合评价两种谱图同源判定结果一致性的方法。通过实验模拟和实例验证,两种谱图同源判定结果的卡帕值为0.7605,达到高度一致;同时,所提方法在实践过程中有提高工作效率的作用,具备操作可行性和实际意义。 展开更多
关键词 无线电监测 同源判定 特征点匹配 图像处理 计算机视觉 尺度不变特征转换
下载PDF
基于SIFT特征点提取算法的三维数字影像重建方法
14
作者 李静 《吉林大学学报(信息科学版)》 CAS 2024年第5期901-907,共7页
针对在数字影像三维重建过程中,由于原始数据中存在噪声和失真等不足,导致特征匹配效率和精度较低的问题,提出基于SIFT(Scale-Invariant Feature Transform)特征点提取算法的三维数字影像重建方法。采用双边滤波算法对数字影像中的环境... 针对在数字影像三维重建过程中,由于原始数据中存在噪声和失真等不足,导致特征匹配效率和精度较低的问题,提出基于SIFT(Scale-Invariant Feature Transform)特征点提取算法的三维数字影像重建方法。采用双边滤波算法对数字影像中的环境噪声实施消除处理,并保留数字影像的边缘信息,提高特征点提取精度;通过尺度不变特征转换(SIFT)算法对其提取特征点,得到数字影像的特征点对;将该特征点对作为初始面片,利用空间目标多视影像密集匹配方法,实现对数字影像的三维重建。实验结果表明,所提方法特征匹配效率和匹配精度高,且降噪能力强,生成的三维重建影像所需平均时间为26.74 ms。 展开更多
关键词 sift算法 双边滤波 去噪 特征匹配 三维重建
下载PDF
基于SIFT和自适应阈值的RANSAC算法的茶饼图像配准研究
15
作者 白晓虎 杨瑞峰 +1 位作者 郭晨霞 李坤 《中国农机化学报》 北大核心 2024年第10期193-198,共6页
在茶饼图像的特征点精匹配中,人工选择阈值会导致误匹配和漏匹配问题,为此提出一种基于F1-Score最大化的方法,自动选取距离阈值的随机抽样一致性(RANSAC)算法进行特征点对筛选。用尺度不变特征变换(SIFT)算法提取茶饼图像的特征点,采用... 在茶饼图像的特征点精匹配中,人工选择阈值会导致误匹配和漏匹配问题,为此提出一种基于F1-Score最大化的方法,自动选取距离阈值的随机抽样一致性(RANSAC)算法进行特征点对筛选。用尺度不变特征变换(SIFT)算法提取茶饼图像的特征点,采用快速近似最近邻(FLANN)算法将异源图像提取出来的特征点进行粗匹配,用改进后的RANSAC算法优化特征点匹配。通过对比不同算法的匹配准确率和均方根误差,证明本文算法在经过旋转、视角以及亮度变换的茶饼图像上能够综合考虑准确率和召回率,自适应地确定一个距离阈值,改进后的RANSAC算法使其准确率最大可以提高18.9%,均方根误差平均降低0.706 pixel,研究证明所提算法能够达到更好的匹配效果。 展开更多
关键词 茶叶 溯源鉴定 特征点匹配 尺度不变特征变换 随机抽样一致性
下载PDF
基于特征点和SAR-SIFT算法的林权测绘地形图像几何配准
16
作者 舒斯红 《北京测绘》 2024年第5期750-757,共8页
目前常规的测绘地形图像几何配准主要通过对单应性矩阵进行求解,从而实现图像配准,由于对待配准图像的灰度化处理程度较低,导致配准精度较差。对此,本文研究基于特征点和合成孔径雷达(SAR)-尺度不变特征变换(SIFT)算法的林权测绘地形图... 目前常规的测绘地形图像几何配准主要通过对单应性矩阵进行求解,从而实现图像配准,由于对待配准图像的灰度化处理程度较低,导致配准精度较差。对此,本文研究基于特征点和合成孔径雷达(SAR)-尺度不变特征变换(SIFT)算法的林权测绘地形图像几何配准方法。首先对SAR图像成像机理进行分析,在此基础上采用滤波算法对图像进行处理,并采用加权平均法对红、绿、蓝三原色(RGB)通道分量进行灰度化处理。然后结合SAR-SIFT算法,构建多层次的尺度空间,并结合海森矩阵对像素梯度值进行计算,生成特征描述子。最后通过对特征描述子的相似度进行计算,结合匹配阈值,实现图像特征点的匹配。实验结果表明:采用基于特征点和SAR-SIFT算法的林权测绘地形图像几何配准方法对图像进行几何配准时,算法的均方根误差值较小,具备较为理想的几何配准精度。 展开更多
关键词 尺度不变特征变换(sift)算法 遥感图像 几何配准 配准精度
下载PDF
SIFT算法在机器视觉轨道交通变形监测中的应用分析
17
作者 张邵贺 赵晓峰 +3 位作者 昝海洋 肖博 侯伟 何军 《工程勘察》 2024年第6期52-56,共5页
针对传统人工测量方法不能满足轨道交通结构变形监测精度要求高、实时性要求强等问题,本文提出一种尺度不变特征变换(Scale-Invariant Feature Transform,SIFT)算法,基于该算法可实现机器视觉对轨道交通结构变形实时监测,同时基于MATLA... 针对传统人工测量方法不能满足轨道交通结构变形监测精度要求高、实时性要求强等问题,本文提出一种尺度不变特征变换(Scale-Invariant Feature Transform,SIFT)算法,基于该算法可实现机器视觉对轨道交通结构变形实时监测,同时基于MATLAB语言构建机器视觉轨道交通变形监测系统,并对该系统监测结果进行精度评估。结果表明,基于SIFT算法构建的机器视觉轨道交通变形监测系统与传统测量结果有较好的一致性,总体精度优于1mm。总之,SIFT算法可较好地匹配特征点信息,能够用于实现机器视觉轨道交通结构变形监测,同时机器视觉轨道交通结构变形监测系统在自动化程度、实时性、成本方面具有显著优势,拥有广阔的应用前景。 展开更多
关键词 尺度不变特征变换 机器视觉 轨道交通 变形监测 精度评估
下载PDF
一种针对于描述子的SIFT简化方法 被引量:17
18
作者 戴金波 赵宏伟 +1 位作者 刘君玲 冯嘉 《仪器仪表学报》 EI CAS CSCD 北大核心 2012年第10期2255-2262,共8页
由于目前的SIFT(scale invariant feature transform)特征提取算法具有较高的时间复杂度,不利于大规模的数据存储和搜索,提出一种简化的SIFT局部图像特征提取算法。改进的SIFT算法针对于描述子生成部分进行简化,将原算法中特征点描述子... 由于目前的SIFT(scale invariant feature transform)特征提取算法具有较高的时间复杂度,不利于大规模的数据存储和搜索,提出一种简化的SIFT局部图像特征提取算法。改进的SIFT算法针对于描述子生成部分进行简化,将原算法中特征点描述子的矩形区域改为圆形区域,并将RANSAC(random sample consensus)算法应用于SIFT特征匹配中,有效地剔除错误匹配点。采用K.Mikolajczyk的衡量方法,即查全率和错误率进行评估。实验结果显示,算法在旋转、光照、视角变化等情况下都有很好的匹配效果,并且降低了时间复杂度。 展开更多
关键词 sift(scale invariant feature transform) 视觉不变量 RANSAC(random SAMPLE consensus)
下载PDF
改进SIFT算法在文字图像匹配中的应用 被引量:17
19
作者 胡海青 谭建龙 +2 位作者 朱亚涛 龚国成 刘金刚 《计算机工程》 CAS CSCD 2013年第1期239-243,共5页
使用SIFT算法对文字图像进行特征提取时,产生的特征点数目较少,且不同文字产生的特征向量存在强干扰性,导致匹配准确率较低。为此,提出一种改进的SIFT算法。该算法利用二值化图像代替灰度图像,增加特征点数目,并取消SIFT的旋转不变性。... 使用SIFT算法对文字图像进行特征提取时,产生的特征点数目较少,且不同文字产生的特征向量存在强干扰性,导致匹配准确率较低。为此,提出一种改进的SIFT算法。该算法利用二值化图像代替灰度图像,增加特征点数目,并取消SIFT的旋转不变性。实验结果证明,与标准SIFT算法相比,改进SIFT算法能有效提高文字图像匹配的准确率。 展开更多
关键词 文字图像 模板匹配 尺度不变特征变换算法 极值点 特征向量 特征提取
下载PDF
一种简化的SIFT图像特征点提取算法 被引量:31
20
作者 高健 黄心汉 +2 位作者 彭刚 王敏 吴祖玉 《计算机应用研究》 CSCD 北大核心 2008年第7期2213-2215,2222,共4页
针对目前尺度不变的图像特征点提取算法计算量较大,算法较复杂的问题,提出一种简化的SIFT图像特征点提取算法。此算法通过改变金字塔尺度空间的结构实现对SIFT特征点提取过程的简化,通过改变特征点描述子的结构实现对特征向量计算的简化... 针对目前尺度不变的图像特征点提取算法计算量较大,算法较复杂的问题,提出一种简化的SIFT图像特征点提取算法。此算法通过改变金字塔尺度空间的结构实现对SIFT特征点提取过程的简化,通过改变特征点描述子的结构实现对特征向量计算的简化,从而在保证算法鲁棒性的同时减少了计算量并增强了实时性。实验证明了该算法的有效性。 展开更多
关键词 特征点提取 图像匹配 尺度不变特征变换算法
下载PDF
上一页 1 2 48 下一页 到第
使用帮助 返回顶部