登录
首页 » Visual C++ » Moravec

Moravec

于 2014-09-03 发布 文件大小:2207KB
0 280
下载积分: 1 下载次数: 3

代码说明:

  对遥感影像或者图形图像,是在摄影测量数据处理中比较知名的Moravec算子。希望可以帮助到大家!(Remote sensing image or graphic images, photogrammetric data processing in the more well-known Moravec operator. I hope you can help to everyone!)

文件列表:

2010302590183cyl
................\2010302590183cyl.aps,30872,2013-04-18
................\2010302590183cyl.clw,3805,2013-04-18
................\2010302590183cyl.cpp,4598,2013-04-11
................\2010302590183cyl.dsp,5060,2013-04-11
................\2010302590183cyl.dsw,555,2013-04-11
................\2010302590183cyl.h,1476,2013-04-11
................\2010302590183cyl.ncb,181248,2013-05-16
................\2010302590183cyl.opt,49664,2013-05-16
................\2010302590183cyl.plg,266,2013-05-11
................\2010302590183cyl.rc,14789,2013-04-12
................\2010302590183cylDoc.cpp,2223,2013-04-11
................\2010302590183cylDoc.h,1665,2013-04-11
................\2010302590183cylView.cpp,6574,2013-04-18
................\2010302590183cylView.h,2040,2013-04-12
................\ChildFrm.cpp,1543,2013-04-11
................\ChildFrm.h,1397,2013-04-11
................\Debug
................\.....\2010302590183cyl.exe,122943,2013-04-19
................\.....\2010302590183cyl.ilk,355252,2013-04-19
................\.....\2010302590183cyl.obj,23862,2013-04-11
................\.....\2010302590183cyl.pch,5501464,2013-04-11
................\.....\2010302590183cyl.pdb,508928,2013-04-19
................\.....\2010302590183cyl.res,8612,2013-04-12
................\.....\2010302590183cylDoc.obj,15803,2013-04-11
................\.....\2010302590183cylView.obj,29957,2013-04-19
................\.....\ChildFrm.obj,15965,2013-04-11
................\.....\DIB.dll,106539,2009-02-19
................\.....\MainFrm.obj,18729,2013-04-11
................\.....\MmoravecDlg.obj,11077,2013-04-12
................\.....\StdAfx.obj,105397,2013-04-11
................\.....\vc60.idb,230400,2013-05-11
................\.....\vc60.pdb,372736,2013-04-19
................\DIB.dll,106539,2009-02-19
................\DIB.lib,3936,2009-02-19

................\MainFrm.cpp,2533,2013-04-11
................\MainFrm.h,1542,2013-04-11
................\MmoravecDlg.cpp,1325,2013-04-12
................\MmoravecDlg.h,1251,2013-04-12
................\ReadMe.txt,5052,2013-04-11
................\res

................\...\2010302590183cyl.rc2,408,2013-04-11


................\resource.h,1017,2013-04-11
................\StdAfx.cpp,218,2013-04-11
................\StdAfx.h,2778,2013-03-05

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

发表评论

0 个回复

  • Laplasse
    拉普拉斯算法的实现,程序是用vc++编写的(Laplasse algorithm)
    2011-12-28 15:43:07下载
    积分:1
  • smooth
    图像的平滑函数,对指定区域的图像,并有门限值和魔板大小限制。(the smooth of a bmp image)
    2013-09-19 21:16:46下载
    积分:1
  • vtk-CT(MC)
    MC算法实现CT医学图像的三维重建,面绘制技术(MC algorithm CT medical image reconstruction, surface rendering technology)
    2014-02-25 10:14:46下载
    积分:1
  • virtual-view-code-CPP
    这是一个从两个以知的参考视点的彩色图和深度图来合成一个虚拟视点的彩色图和深度图的程序。(This is one of the two known reference to the viewpoint of the color and depth charts to synthesize a virtual viewpoint of color and depth charts of the program.)
    2016-03-16 14:58:38下载
    积分:1
  • grayshow
    显示图像灰度,可以鼠标点击显示的起始位置及设置显示区域的大小(show the gray of picture ,can click the position and set the scales)
    2014-12-25 20:22:40下载
    积分:1
  • algorithm-of-findpath
    绣花问题是连续型的填充,在不同区域的缝制过程中,缝针不能提针,因此不能用一般的离散型区 域填充方法处理。本文运用几何计算和图论理论提出了一个绣花缝针轨迹自动生成算法:先对轮廓走向进行 定义,通过轮廓铅垂方向的局部极值点的分割线将图案从上向下进行分割,采用交点的特征值比较彻底的解 决了分割时的重点问题,将图案区域准确的划分成缝针能一次完成的若干个节点。在此基础上根据节点的邻 接关系建立节点的邻接“图”,通过图论中半哈密尔顿路径或深度遍历方法找到节点的遍历(缝制)序列和每 个节点的缝制方向,最后可对设定的起点、终点和缝针间隔的条件自动提供缝针的走向轨迹。(In the process of embroidering, needle can not hang up for changing to a different area. Therefore, Embroider problem could be abstract as a continuous area-filling work. Considering disperse area-filling methods can not process this problem well. Based on geometry computing and graph theory, an algorithm of finding path of embroidering needle are proposed in this paper. First, outline orientations are defined, and finding all local extreme points of inner outline on their gravitational orientation to build sectioning lines so as to divide the picture. By using intersection point character the overlap point problem was solved perfectly. Therefore, the picture is divided into some nodes which can be finished alone. Then, based on connections of these nodes, an adjacency graph of nodes was built. Using half-Hamilton path or depth-first search method, both embroidering sequence and direction of these nodes could be got from the graph. Finally, from a defined start-point, end-point)
    2012-12-09 23:26:22下载
    积分:1
  • IP-Programing
    是关于图像的基础操作,包括图像倾斜矫正,图像增强,去除噪声,图像压缩等技术(It is on the image on the basis of operations, including image tilt correction, image enhancement, noise removal, image compression technology)
    2016-04-15 15:48:47下载
    积分: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
  • 数字用到的标准测试 typical
    数字图像处理用到的标准测试图像,很多图片。(IMP test images。)
    2013-10-24 22:18:01下载
    积分:1
  • Canny_My_GPU
    canny边缘检测(自动设置Sigma的高斯平滑+Sobel(原始)+自适应直方图阈值)(canny edge detection (automatically set Sigma Gaussian smoothing+ Sobel (original)+ adaptive histogram threshold))
    2014-10-27 18:19:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载