登录
首页 » Visual C++ » Moravec

Moravec

于 2014-09-03 发布 文件大小:2207KB
0 223
下载积分: 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 个回复

  • ImageCutofRGB565BMP
    裁剪以RGB565格式保存的BMP文件,涉及位图掩码内容(imagecut of the BMP picture which saved with RGB565 format and mask)
    2015-01-22 10:57:48下载
    积分:1
  • k_mean_uv
    利用k—mean算法根据U、V进行聚类分块,最后完成图像分割,分割出得块用不同的灰度等级表示出来。(K-mean algorithm to cluster sub-blocks according to the U, V, to finalize the image segmentation, segmentation have blocks with different gray levels represented.)
    2013-01-15 15:05:42下载
    积分:1
  • Circle
    visualc++6.0 实现图像中圆的检测(circle detection)
    2009-06-30 11:18:16下载
    积分:1
  • SURF
    该算法可以应用于计算机视觉的物体识别以及3D重构中。(The algorithm can be applied to object recognition in computer vision and 3D Reconstruction.)
    2016-05-31 10:32:38下载
    积分:1
  • ex26aview1
    基于最小二乘法的相位解缠VC++算法 (least squares method based on the VC Phase Unwrapping Algorithms)
    2020-06-28 19:00:01下载
    积分:1
  • vcpicph
    VC++图像平滑处理+程序源码,实现图象的平滑(去噪声),锐化功能,测试时请在C盘下放一个测试用的Bmp图片,路径:C: est.bmp,没有的话没法测试。如上图所示是水平平滑处理,可以对比下,不过感觉颜色失真了,有兴趣的看一下。命令行编译过程如下:   vcvars32   rc bmp.rc   cl smooth.c bmp.res user32.lib gdi32.lib(VC++ image smoothing+ program source code, to achieve a smooth image (to noise), sharpening function in the C drive when testing a test of decentralization Bmp picture, path: C: test.bmp, no words can not test . Is shown above the level of smoothing, you can compare the next, but the feeling of color distortion, interested look. Command-line compiler as follows: vcvars32 rc bmp.rc cl smooth.c bmp.res user32.lib gdi32.lib)
    2014-02-18 15:30:52下载
    积分:1
  • readpic
    说明:  VC bmp图像数据读取和输出代码程序,经过编译可行(compiled vc program in reading image )
    2010-04-07 11:02:37下载
    积分: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
  • SURF-V1.0.9-WinDLL
    SURF算法较SIFT算法速度快,SURF算法源代码。(SURF code)
    2021-04-21 22:48:49下载
    积分:1
  • OpticalFlow
    使用光流法对运动目标进行估计,要使用opencv一起实现。效果还不错(Using optical flow method to estimate the moving target, to use opencv implemented together. Results were pretty good)
    2013-07-26 09:24:44下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载