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

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

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

  • Special-Project
    图像相似性检测的PPT,比较全面的总结,对主要用到的特征提取和特征匹配算法都有基本的介绍。(Image similarity detection of PPT, a more comprehensive summary of the main use of the feature extraction and feature matching algorithm has the basic The introduction.)
    2011-12-28 03:51:30下载
    积分:1
  • Max-Points-on-a-Line
    给定的n个点在二维平面上,发现的最大数量点躺在同一直线。(Given n points on a 2D plane, find the maximum number of points that lie on the same straight line. )
    2016-03-27 19:10:38下载
    积分:1
  • CUDA
    将传统的串行均值滤波算法修改为基于CUDA的并行的滤波算法(Modify traditional serial mean filtering algorithm based on CUDA parallel filtering algorithm)
    2020-12-13 21:49:14下载
    积分:1
  • calibration-3-cameras
    C++和halcon结合,用于图形处理时进行三相机标定(C++ and halcon combined for three camera calibration)
    2013-09-09 10:12:10下载
    积分:1
  • demo
    源码包括了常用的图像处理方法,代码详细,适合初学者(Source code, including the commonly used image processing method, the code in detail, suitable for beginners)
    2013-07-12 21:31:55下载
    积分:1
  • jpeg_C_orign
    jpeg编码工程(YUV2RGB) 文件中含有说明文件,保证可以使用(jpeg encoding works (YUV2RGB) file contains the documentation to ensure that you can use)
    2007-11-15 20:43:30下载
    积分:1
  • Bppeizhuna
    基于互信息的图像配准源代码,,采用粒子群优化算法可直接使用。 (Based on mutual information image registration source code, using particle swarm optimization algorithm can be used directly.)
    2012-07-19 09:58:24下载
    积分:1
  • waituigai
    基于格子玻尔兹曼方法模拟泊肃叶流,边界条件用非平衡格式(Poiseuille flow based on the lattice Boltzmann method to simulate the boundary conditions with unbalanced format )
    2021-03-25 18:49:13下载
    积分:1
  • 24BMP256ColorGray
    本代码实现的功能:24位位图(BMP)的灰度化。具体实现过程:打开图像文件,找到数据区(每3个字节代表一个象素的R,G,B值),循环扫描,根据RGB的权重,计算出灰度值. 如果要得到256色灰度图,则要新建一个调色板,修改信息头和文件头.(Realize the function of the code: 24-bit bitmap (BMP) of the gray. Concrete realization of the process: Open the image file, locate the data area (3 bytes per pixel on behalf of a R, G, B values), cyclic scan, according to the weight of RGB, gray value is calculated. If you want to get 256 colors grayscale, would create a new palette, modify the header and file header information.)
    2020-07-01 01:20:02下载
    积分:1
  • GRAY
    灰度图生成程序 可以生成BMP/JPG格式的灰度图 大家可以随便使用下载(Grayscale generator can generate BMP/JPG format, you can easily use the download grayscale)
    2010-11-10 14:41:38下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载