登录
首页 » Visual C++ » 数字摄影测量Moravec算子点特征提取

数字摄影测量Moravec算子点特征提取

于 2017-09-10 发布 文件大小:1020KB
0 205
下载积分: 1 下载次数: 6

代码说明:

  Moravec算子,实现对数字图像处理中的点特征提取,可用于图像拼接,特征提取,三维点生成(Moravec operator, the realization of digital image processing in point feature extraction, can be used for image stitching, feature extraction, 3D point generation)

文件列表:

数字摄影测量Moravec算子点特征提取\2009302590025.aps
数字摄影测量Moravec算子点特征提取\2009302590025.clw
数字摄影测量Moravec算子点特征提取\2009302590025.cpp
数字摄影测量Moravec算子点特征提取\2009302590025.dsp
数字摄影测量Moravec算子点特征提取\2009302590025.dsw
数字摄影测量Moravec算子点特征提取\2009302590025.h
数字摄影测量Moravec算子点特征提取\2009302590025.ncb
数字摄影测量Moravec算子点特征提取\2009302590025.opt
数字摄影测量Moravec算子点特征提取\2009302590025.plg
数字摄影测量Moravec算子点特征提取\2009302590025.rc
数字摄影测量Moravec算子点特征提取\2009302590025Doc.cpp
数字摄影测量Moravec算子点特征提取\2009302590025Doc.h
数字摄影测量Moravec算子点特征提取\2009302590025View.cpp
数字摄影测量Moravec算子点特征提取\2009302590025View.h
数字摄影测量Moravec算子点特征提取\ChildFrm.cpp
数字摄影测量Moravec算子点特征提取\ChildFrm.h
数字摄影测量Moravec算子点特征提取\DIBAPI.cpp
数字摄影测量Moravec算子点特征提取\DIBAPI.H
数字摄影测量Moravec算子点特征提取\l.bmp
数字摄影测量Moravec算子点特征提取\MainFrm.cpp
数字摄影测量Moravec算子点特征提取\MainFrm.h
数字摄影测量Moravec算子点特征提取\MYFILE.CPP
数字摄影测量Moravec算子点特征提取\ParameterDlg.cpp
数字摄影测量Moravec算子点特征提取\ParameterDlg.h
数字摄影测量Moravec算子点特征提取\ReadMe.txt
数字摄影测量Moravec算子点特征提取\res\2009302590025.ico
数字摄影测量Moravec算子点特征提取\res\2009302590025.rc2
数字摄影测量Moravec算子点特征提取\res\2009302590025Doc.ico
数字摄影测量Moravec算子点特征提取\res\Toolbar.bmp
数字摄影测量Moravec算子点特征提取\resource.h
数字摄影测量Moravec算子点特征提取\StdAfx.cpp
数字摄影测量Moravec算子点特征提取\StdAfx.h
数字摄影测量Moravec算子点特征提取\Debug
数字摄影测量Moravec算子点特征提取\res
数字摄影测量Moravec算子点特征提取

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

发表评论

0 个回复

  • 002
    指纹图像因设备、图像增强处理等原因造成的纹线断裂会产生伪特征点,会对指纹识别产生负面影响。在结 合传统方法优点的同时,针对间距大、方向偏移小和间距大、方向偏移大的断裂情况,本文设计出窗口制约法和改进的 窗口制约法2 种不同的修复方法。实验结果表明,该方法使修复更加全面、完整,提高了伪特征点去除率,易于编程实 现,对细化指纹图像的断裂有很好的修复效果。(The broken ridge fingerprint image processing equipment, image enhancement and other causes will generate pseudo-feature points to be a negative impact on fingerprint identification. While combining the traditional method has the advantage, for the spacing, direction offset small spacing, direction offset large fracture situation, this design window constraints window method and the improved two kinds of constraints, different repair methods. Experimental results show the method to fix a more comprehensive and complete removal of pseudo-feature points, easy to program, well thinned fingerprint image fracture repair.)
    2013-03-17 22:06:01下载
    积分:1
  • Itxxhm
    图像细化注意,本程序的细化算法要应用于于含线条的黑白二值图像才可以看出细化效果。 (The thinning Note refinement algorithm of this program is to be applied to black and white binary image containing lines can be seen that the refinement effect.)
    2012-08-05 18:16:42下载
    积分:1
  • tuxianzhuanzi
    利用c++实现图像转置源代码,像素变换的一种方式(use Image home to the source code, pixel transform the way)
    2006-06-11 17:09:19下载
    积分:1
  • 04457757
    超分辨率重构,介绍超分辨率重构最大后验概率算法。(Super-resolution reconstruction, introduced the super-resolution reconstruction of maximum a posteriori probability algorithm.)
    2011-10-19 09:52:06下载
    积分:1
  • NCC
    说明:  采用积分图算法的归一化互相关匹配,大大减少了计算时间。(Normalized cross correlation matching)
    2020-04-09 14:08:09下载
    积分:1
  • HarrisCorner
    对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图像文件; 6. 命令格式: “xxx.exe 图片文件 k 参数(=0.04) Aperture_size(=3)”。(The input of a color image, write your own code to achieve Harris Corner Detection Algorithm: 1. Can not be called directly inside OpenCV some functions associated with the Harris corner detection 2. To only use C/C++, can not be used in other languages 3. GUI only with their own HighGUI, can not use QT or other 4. The platform can be used Windows, Linux, MacOS 5. Display intermediate and final results of the test results, including the largest eigenvalues diagram, the minimum feature value graph , R chart (you can consider color display), picture superimposed on the test results, etc., and these intermediate results are output as an image file 6. Command Format: " xxx.exe picture file k parameters (= 0.04) Aperture_size (= 3 ). " )
    2016-01-04 12:44:23下载
    积分:1
  • DLT-matlab
    直接线性变换DLT,直接由像平面坐标到地面空间坐标的直接变换,可用于量测相机,非量测相机(本人用的是 高速相机)。配合前方交会验证l系数的准确与否。以DLT得到的结果为初值,用光束法平差可以期望得到更高精度。是数字摄影测量课程作业的例子。(Direct linear transformation DLT, and the direct conversion of coordinates directly from the image plane to the ground space coordinates, the camera can be used for measuring the non-measurement camera (I use a high-speed camera). Tie the forward intersection verify l coefficient accurate or not. To the the DLT results obtained for the initial value, bundle adjustment can expect greater accuracy. Examples of digital photogrammetry course work.)
    2012-12-03 16:42:51下载
    积分: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
  • Hough-transform
    基于规格化Hough变换的天波超视距雷达检测前跟踪算法(Hough transform based on the normalized horizon radar detection and tracking algorithms)
    2013-12-09 16:41:57下载
    积分:1
  • ImageProcess
    用mfc编程实现数字图像处理的一些简单操作,只能处理bmp格式图片。调节对比度、亮度、边缘检测等。(Mfc programming with some simple digital image processing operations, can only deal with bmp format images. Adjust contrast, brightness, edge detection.)
    2011-06-28 01:22:34下载
    积分:1
  • 696516资源总数
  • 106633会员总数
  • 4今日下载