搜索资源列表
MORAVECCORNERMATCH
- 角点匹配算法,使用MORAVEC角点检测算法,可以很好的实现两幅图象中角点的匹配。-Corner matching algorithm, MORAVEC angle detection algorithm, can achieve two very good image corner of the match.
Dan_backcom
- Moravec算子实现程序 Moravec算子实现程序-Moravec Operators procedures Moravec Operators bean counting procedures Moravec current procedures
Moravec.rar
- 自己编写的采用Moravec Interest Operator提取角点的算法,I have written using the Moravec Interest Operator Corner Extraction algorithm
Moravecc
- moravec算子提取数字影像的点特征,利用vc++实现-Operator moravec extraction point digital imaging characteristics, using vc++ to achieve
ExtractPoints
- 摄影测量,特征点匹配,可以读入BMP位图,用Morevec算子,FForstner算子,Harris算子进行特征点的提取。-Photogrammetry, feature matching,
ExtractionFeaturePoints
- 自己写的在C#中利用EmguCV读入图像并提取特征点,提取特征点的算法有Moravec算子和Forstner算子。-C# implement the Moravec operator and Forstner operator.The image is input by functions of EmguCV.
Idiantezhengtm
- 影像特征提取是影像匹配和三维信息提取的基础,是影像分析与单像处理技术领域中最重要的任务之一。有效的特征提取算法是影像分析与处理的关键。从点特征定义出发,叙述了两种常用的点特征提取算子———MMoravec算子和Forstner算子的原理,利用Moravec算子和Forstner算子可以实现影像点特征的提取,并从提取点特征的准确度、提取速度对两种算子进行比较,最后得出了有益的结论。 -The image feature extraction image matching and 3D info
Moravec-suanzi
- moravec 算子,特征点提取程序,摄影测量作业-moravec operator, feature point extraction procedure, photogrammetry jobs
Moravec
- proyecto de moravec procesador de imagen
Moravec
- Moravec角点检测算法是最早的角点检测算法之一。该算法将角点定义为具有低“自相关性”的点。算法会检测图像的每一个像素,将像素周边的一个邻域作为一个patch,并检测这个patch和周围其他patch的相关性。这种相关性通过两个patch间的平方差之和(SSD)来衡量,SSD值越小则相似性越高。-Moravec corner detection algorithm principle
Moravec_szw
- 采用matlab编写的moravec算法用来提取图像的特征点,提取效果较好-Using matlab prepared moravec algorithm used to extract image feature points extracted better
point-feature-extration
- 基于vc6.0的点特征提取算法,包括Moravec算子、Forstner算子以及Harris算子。-Vc6.0 point feature extraction based algorithms, including Moravec operator, Forstner operator and Harris operator.
MoravecMatch
- 利用Moravec算子进行特征提取。然后再对影像进行匹配,-Moravec operator use feature extraction. Then the image matching,
moravec
- corner detection moravec
ExtractionD1
- use opencv, to extract point with moravec detector
CSharpte-zheng-dian-ti-qu--
- 特征点提取使用Moravec算子编写程序,从数字影像中自动提取约50个特征点-Feature point extraction using Moravec operator to program, automatically extracting feature points about 50 digital images
Moravec
- 相关系数法就是寻找使得目标窗口和搜索窗口中相关系数取得最大值的点作为同名点的方法,即它是用相关系数作为匹配测度的-Correlation coefficient method is to find the target window and makes the search window correlation coefficient as a method to obtain the maximum point of the same name point that it is the cor
Moravec
- 作用是提取图像角点,用于图像特征匹配的算法。Moravec为经典算子了。(Extracting image corner points for image feature matching algorithm.)
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 are output)
Moravec
- 利用moravec算子提取特征点进行匹配(The feature points were extracted by moravec operator.)