搜索资源列表
Moravec算子特征提取.doc
- 特征点提取
susan
- susan算子提取算法,提供对图像特征准确,鲁棒,快速的提取,并采用高效代码实现-extraction algorithm, the image features provide accurate, robust, fast extraction, and the introduction of efficient implementation of the code
Untitled2
- 用harris 算子提取特征点 然后求取两帧图像之间的运动参数-Operator Feature Extraction then strike two images among the parameters of the movement
zhangchan
- 影象的特征提取主程序,利用Moravec算子对影像特征进行提取 -image feature extraction program, the use of Moravec Operator imaging characteristics of extraction
moravecoperator
- Matlab编写的特征点提取算子 用于影像匹配等-Matlab prepared Feature Extraction operator for image matching, etc.
SerP
- 图象的特征提取,主要使用的MORAVE算子来进行点特征提取-image feature extraction, the main operator MORAVE to Feature Extraction Point
lbp_matlab
- 局部二进制模式LBP,介绍了三种不同的LBP算子,用于分析图像的局部纹理特征.-local binary mode LBP, introduced three different LBP operator, Image Analysis for the local texture characteristics.
susan_coner_detector
- 测试Susan点特征提取算子,具有进度条显示!-test point feature extraction operator, with the progress of the show!
is
- 图像特征提取的源代码,使用sobel算子提取图像边缘,使用hu矩提取图像形状特征,使用颜色中心矩提取图像颜色特征,请使用eclipes导入该工程并运行test文件(可将test文件中去掉一些注释部分运行更多功能)-Image Feature Extraction of the source code, use the sobel operator edge extraction, the use of hu moments shape
SIFT_VC
- 匹配算子特征点提取不变性原理 匹配算子特征点提取不变性原理-Matching feature points extraction operator invariance principle of matching feature points extraction operator invariance principle
harris
- 一个关于harris算子提取图像特征的程序。。 做了些许改动-Harris operator on image feature extraction process. . Make a few changes
diantezhengtiqusuanfayanjiu
- 影像特征提取是影像匹配和三维信息提取的基础,是影像分析与单像处理技术领域中最重要的任务之一。有效的特 征提取算法是影像分析与处理的关键。从点特征定义出发,叙述了两种常用的点特征提取算子———Moravec算子和Forstner 算子的原理,利用Moravec算子和Forstner算子可以实现影像点特征的提取,并从提取点特征的准确度、提取速度对两种算子 进行比较,最后得出了有益的结论。-Image feature extrac
SHARP
- 锐化处理技术来加强图像的目标边界和图像细节,对图像进行梯度算子、拉普拉斯算子、Sobel算子设计,使图像的某些特征(如边缘、轮廓等)得以进一步的增强及突出-Sharpen the image processing techniques to enhance the objectives of the border and image detail, image gradient operator, Laplacian, Sobel op
ExtractPoints
- 摄影测量,特征点匹配,可以读入BMP位图,用Morevec算子,FForstner算子,Harris算子进行特征点的提取。-Photogrammetry, feature matching,
Forstner
- 使用forstner算子进行图像特征点提取(forstner for feature extraction)
C#提取特征点并进行图像匹配
- 建立在Moravec算子基础上提取特征点后与另外一幅图像进行匹配计算,并输出特征点对应的匹配点像素坐标(Based on the Moravec operator, the feature points are extracted and matched with another image, and the matching pixel coordinates corresponding to the feature points a
数字摄影测量Moravec算子点特征提取
- Moravec算子,实现对数字图像处理中的点特征提取,可用于图像拼接,特征提取,三维点生成(Moravec operator, the realization of digital image processing in point feature extraction, can be used for image stitching, feature extraction, 3D point generation)
canny_test
- 实现canny算子进行边缘提取,进行特征提取(Edge extraction based on Canny operator)
sift点特征提取
- 利用sift算子进行点特征提取,并进行影像匹配(Sift operator is used to extract point features and image matching.)
设计程序
- 本资源运用Matlab中的计算机视觉技术对视频监控中的运动人体的一些异常行为进行研究分析,涉及到了运动目标检测以及跟踪和人体异常行为检测等几个方面。背景模型的建立则是分别利用了中值滤波法和二值化背景模版建模法,通过帧间差分 来实现不断更新背景模版。在检测运动人体异常行为中,本文在检测运动人体跌倒的异常行为时利用外接矩形来确定运动人体及其质心,并通过定义一些特征算子来把人体行为进行量化,从而判断是否行为异常。(In this paper,