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

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

于 2017-09-10 发布 文件大小:1020KB
0 193
下载积分: 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 个回复

  • dip.readAndwrite
    A MFC demo which can read, write and display images
    2010-12-22 17:11:40下载
    积分:1
  • goodcode2
    vc++图像处理原程序:图片亮度增减源代码(vc original image processing procedures : Photo brightness change source code)
    2007-04-25 20:30:19下载
    积分:1
  • grayshow
    显示图像灰度,可以鼠标点击显示的起始位置及设置显示区域的大小(show the gray of picture ,can click the position and set the scales)
    2014-12-25 20:22:40下载
    积分:1
  • graph
    对圆形,正方形,长方形等几何图形进行计算面积,周长等运算(Circular, square, rectangular and other geometric shapes are calculated area, perimeter of operation)
    2016-06-29 22:12:46下载
    积分:1
  • yuzhibianhua
    图像处理基本算法其中之一的yuzhibianhua (Image processing one of the basic algorithm yuzhibianhua)
    2008-06-04 17:13:13下载
    积分:1
  • inverse-normal-cumulative
    用于图像检测的正态分布计算的c代码实现,现在将这个函数写在头文件中了(Normally distributed computing for image detection of the c code, this function will now be written in the header file in the)
    2011-11-10 10:41:56下载
    积分:1
  • PICPRO
    该代码,利用GDAL 1.4.2库实现遥感图像的几何校正、图像配准等,vs 2010实现。(The code GDAL 1.4.2 library implementation of remote sensing image geometric correction, image registration, vs 2010.)
    2012-08-31 10:29:39下载
    积分:1
  • EDLines 快速直线检测算子
    EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定地提取出光滑、完整的边缘片段。Edge Drawing (ED)算法包含以下步骤: (1)采用size=5*5,σ=1的高斯核对灰度图像进行平滑滤波,去除噪声; (2)采用一种常用的梯度算子,如Prewitt、Sobel或Scharr等计算平滑后图像中每个像素点的梯度幅度和梯度方向; (3)将梯度图中邻域内幅度最大的像素点标记为锚点,这些锚点成为图像边缘点(edge elements)的概率很大; (4)将相邻的锚点连接成边缘线。从一个锚点起始,ED利用相邻像素的梯度幅度和方向在梯度为最大值的锚点之间游走。 (Edge Drawing (ED) is our recently-proposed, novel, fast edge detection algorithm. What makes ED stand out the existing edge detectors, e.g., Canny, is the following: While the other edge detectors give out a binary edge image as output, where the etected edge pixels are usually independent, discontinuous entities ED produces a set of edge segments, which are clean, contiguous, i.e., connected, chains of edge pixels. Thus, while the output of the other edge detectors requires urther processing to generate potential object boundaries, which may not even be possible or result in inaccuracies ED not only produces perfectly connected object boundaries by default, but it also achieves this in blazing speed compared to other edge detector.)
    2021-03-22 16:29:16下载
    积分:1
  • vb6
    图像处理缩放,大小随意改变,平滑处理,基于vb6.0设计(Zoom image processing, size change, smooth deal, based on the design VB6.0)
    2009-03-25 15:11:17下载
    积分:1
  • Otsu image processing
    说明:  利用大津算法对图片进行处理,得到满意的处理效果。(The image is processed by Otsu algorithm and satisfactory results are obtained.)
    2019-04-12 15:45:15下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载