登录
首页 » Visual C++ » Moravec

Moravec

于 2011-03-30 发布 文件大小:505KB
0 181
下载积分: 1 下载次数: 1

代码说明:

说明:  在VC中实现了使用Moravec算子对遥感影像进行特征点的提取,缺点是速度较慢。不过提取效果不错!(Implemented in VC using Moravec operator of remote sensing images feature point extraction, the disadvantage is slow. However, extracting good results!)

文件列表:

在VC中实现了使用Moravec算子对遥感影像进行特征点的提取,缺点是速度较慢
.....................................................................\DIB.dll,106539,2009-02-19
.....................................................................\DIB.lib,3936,2009-02-19
.....................................................................\MainFrm.cpp,2510,2009-03-25
.....................................................................\MainFrm.h,1581,2009-03-25
.....................................................................\MoravecTR.aps,30596,2009-03-29
.....................................................................\MoravecTR.clw,3204,2009-03-29
.....................................................................\MoravecTR.cpp,4263,2009-03-25
.....................................................................\MoravecTR.dsp,4779,2009-03-29
.....................................................................\MoravecTR.dsw,541,2009-03-25
.....................................................................\MoravecTR.h,1389,2009-03-25
.....................................................................\MoravecTR.ncb,140288,2009-03-29
.....................................................................\MoravecTR.opt,56832,2009-03-29
.....................................................................\MoravecTR.plg,2411,2009-03-29
.....................................................................\MoravecTR.rc,13331,2009-03-29
.....................................................................\MoravecTRDoc.cpp,1802,2009-03-25
.....................................................................\MoravecTRDoc.h,1508,2009-03-25
.....................................................................\MoravecTRView.cpp,8188,2009-03-29
.....................................................................\MoravecTRView.h,2383,2009-03-29
.....................................................................\ReadMe.txt,4383,2009-03-25
.....................................................................\res

.....................................................................\...\MoravecTR.rc2,401,2009-03-25


.....................................................................\Resource.h,1195,2009-03-29
.....................................................................\SetDlg.cpp,2846,2009-03-29
.....................................................................\SetDlg.h,1497,2009-03-29
.....................................................................\StdAfx.cpp,216,2009-02-23
.....................................................................\StdAfx.h,2466,2009-02-19

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • HMIcontrol
    此程序利用openCV中人脸识别于模版匹配实现机器人的运动控制功能,其中机器人控制用了Aria的库和模拟器,使用者可根据控制需要替换这部分程序。 本程序的核心部分一直用于只能轮椅的人脸控制。(This process us face recognition in openCV and template matching to achieve robot motion control functions, which used the Aria library and robot simulator, user need replace this part of the control procedures to achieve their application.)
    2009-06-26 21:58:02下载
    积分:1
  • SIFT-Panorama
    本程序利用SIFT算法实现影像匹配的基础上,实现全景图的拼接,实用性很强,大家可以把拍摄的相邻的几张有重叠度的照片拼接成一张全景图。(The program uses SIFT image matching algorithm based on the realization of panorama stitching, very practical, we can put a few have taken the overlap of adjacent photos into a panoramic mosaic map.)
    2011-05-16 02:47:18下载
    积分:1
  • calibration
    上传程序为利用vc编写的近景摄影测量程序,包括影像匹配,基本矩阵生成,核显影像生成等等。(Upload the program for the use of close-range photogrammetry vc written procedures, including image matching, basic matrix generation, nuclear generation, and so was the image.)
    2016-10-06 20:23:51下载
    积分:1
  • yaxiangsu1
    亚像素方面的相关源码!!!相信对你的学习会有帮助!(Related to source sub-pixel area!!! That would be helpful to your learning!)
    2010-11-29 16:41:02下载
    积分:1
  • 1
    说明:  图像处理的位图操作,256色转为灰度图,图像处理入门源程序(Bitmap image processing operations, 256-color to grayscale, image processing, entry-source)
    2010-06-02 21:11:10下载
    积分:1
  • threhold-dealt
    关于阈值处理的一部分参考文献,对于图像的二值化等很有帮助,是经过精心选择的参考文件。(References on the part of the processing threshold for image binarization helpful, is carefully selected reference files.)
    2014-08-25 12:03:43下载
    积分:1
  • erode
    C语言数学形态学的腐蚀运算,同时适用于二值图像与灰度图像。(C language mathematical morphology erosion operation also apply to binary images and gray-scale image.)
    2009-11-14 14:43:40下载
    积分:1
  • ImageRegistration
    基于边缘特征的图像配准算法源码 基于边缘特征的图像配准算法是将不同时间、不同的传感器(成像设备)或不同条件下(天候、照度、摄像位置和角度等)获取的同一场景的两幅或多幅图像根据其边缘特征进行匹配、叠加的处理,最终生成一幅全景图像的方法。该方法具有抗噪性强,匹配速度快,误匹配率低,适用于多种类型的图像等优点,主要可以运用于以下领域: (1)军事研究领域,如飞行器辅助导航系绞、武器投射系统的末制导以及寻地等应用研究; (2)医学图像分析,如数字剪影血管造影DSA血管造影术、肿瘤检测、白内障检测、CT、MRI、 PET、 SPECT图像结构信息融合; (3)模式识别,如特征识别、波形分析、签名证实、目标物运动跟踪、序列图像分析等; (4)计算机视觉,可用于目标定位、自动质量控制等; (5)遥感数据分析,多电磁波段图像信息融合,如多谱段的等场景分类、定位和识别定义好的或已知特征的场景、自然资源监控、核生长监控、市区增长检测等。 本算法实现使用VC++6.0为开发环境,目前只支持灰度图像,感兴趣的朋友可以进一步扩展。(Image registration is a fundamental problem in image processing, which is a process to match two or more images of the same scene taken at different times, from different viewpoints, or by different sensors. Image registration is an important technique for a great variety of applications such as medical image analysis, computer vision, remote image data analysis, image information fusion, and the recovery of the 3–D characteristics of a scene.)
    2009-03-19 13:17:58下载
    积分:1
  • 1235
    主要是用于雷达目标跟踪中的数据融合,有很好的作用(It is mainly used for data fusion in radar target tracking.)
    2021-04-27 03:58:44下载
    积分:1
  • CVPR2011Paper
    CVPR2011文章Efficient_Rotation_Invariant_Object_Detection_using_Boosted_Random_Ferns(paper of CVPR2011 Efficient_Rotation_Invariant_Object_Detection_using_Boosted_Random_Ferns)
    2012-02-21 09:55:26下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载