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

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

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

  • PDFToXVC
    pdf文件转化为图片.pdf 文件转化为图片VC代码实现。(from pdf to image)
    2012-02-15 22:53:21下载
    积分:1
  • gaues_
    高斯计算程序,高斯计算程序,高斯计算程序,高斯计算程序,高斯计算程序,高斯计算程序,(Gaussian calculation program, Gaussian calculation program, Gaussian calculation program, Gaussian calculation program, Gaussian calculation program, Gaussian calculation program,)
    2013-04-12 09:47:28下载
    积分:1
  • weighted-spatial-
    多径条件下基于加权空间平滑的阵元幅相误差校正(Multipath based on weighted spatial smoothing array element amplitude and phase error correction)
    2013-12-12 13:20:38下载
    积分:1
  • 1111222223333334444445533332345554
    VC计算机图形学原理及算法教程 VC计算机图形学入门教程(VC theory and algorithms of computer graphics computer graphics tutorial Tutorial VC)
    2013-11-18 15:30:26下载
    积分:1
  • EasyDraw
    asyDraw是一个简单的绘图软件,这个实例会综合运用本章所介绍了Visual C++ 2005的基础知识(this program for paint)
    2010-01-12 10:09:38下载
    积分:1
  • dakai
    实现彩色图像的N*N 中值滤波器,可选择滤波系数。(To achieve the N* N color image median filter, selectable filter coefficients.)
    2011-06-27 11:20:06下载
    积分:1
  • Walsh
    Walsh变换在图像处理是一种非常重要的工具,在图像处理中和radon变换和hough变换都是非常重要的(Walsh transform in image processing is a very important tool, in Image Processing and radon transform and hough transform is very important)
    2008-04-15 17:54:47下载
    积分: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
  • CSCA
    这是用C++实现图像立体匹配的一个完整的论文代码,主要特性是提出了一种全新的跨规模代价聚合方法,适合对于图像的立体匹配有一定基础的人学习(Cross-Scale Cost Aggregation for Stereo Matching)
    2020-12-28 17:19:01下载
    积分:1
  • 12.2
    (1)在工具栏中点击“打开”功能出现文件打开窗口,用户选择一幅bmp图片后在指定区域居中显示该图片,若图片尺寸小于指定区域则按原始大小显示;若大于则按合适比例显示。 (2)鼠标指针在图片上停留时显示为十字形,同时在控件下方固定位置显示鼠标所在的图像x坐标和y坐标(如:50,100),以图片左上为坐标原点。 (3)在工具栏中可以点击控件实现在图片上绘制一次直线、矩形或圆等图形,在绘图过程中要求图片和图形一直可见,不能出现刷新痕迹,绘制的图形可以任意修改形状。 (4)可以任意选择图形线条的类型(虚线或直线)、颜色(三种)及粗细(三种),要求选择方式可以叠加,绘制过程要求可任意连续执行。 (5)在工具栏中点击“保存”功能出现文件保存窗口,用户可以选择保存路径来保存当前图片操作结果(包括图片和图形)。 (6)点击“关闭”功能,关闭当前图片,若操作结果尚未保存则必须弹出对话框提示用户进行保存。 ((1) in the tool bar, click on Open function has the file open window, the user selects a bmp image to center the picture in the designated area, if the image size is smaller than the specified area press the original size if more than press the appropriate scale display. (2) is shown as a cross when the mouse pointer over the image, while displaying an image x and y coordinates of the mouse cursor in a fixed position below the control (eg: 50,100) to image the upper left of the coordinate origin. (3) in the toolbar you can click controls to achieve a draw straight lines, rectangles or circles and other graphics on the picture, the requirements of pictures and graphics in the drawing process has been seen, it can not appear refreshed traces drawn graphics can be modified shape. (4) can choose the type of graph line (dashed or straight), color (three kinds) and thickness (three kinds), asked to choose the way can be superimposed, can arbitrarily draw process requires continuous exe)
    2015-10-23 12:16:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载