登录
首页 » Visual C++ » mrfdemo

mrfdemo

于 2021-03-11 发布 文件大小:2726KB
0 323
下载积分: 1 下载次数: 310

代码说明:

  MRF分割程序,C++编写,进行图像分割处理,帮助熟悉分割过程及能量最优求解(markov image segmentation, energy interation algorithm)

文件列表:

MRFdemo
.......\images
.......\......\README.txt
.......\......\trin-3.bmp
.......\......\trin-3.pgm
.......\......\trin.bmp
.......\......\trin.pgm
.......\......\trin0.bmp
.......\......\trin0.pgm
.......\......\trin13.bmp
.......\......\trin13.pgm
.......\......\trin3.bmp
.......\......\trin3.pgm
.......\......\trin5.bmp
.......\......\trin5.pgm
.......\linux
.......\.....\makefile
.......\.....\mrfdemo
.......\README.txt
.......\src
.......\...\CKProcessTimeCounter.cpp
.......\...\CKProcessTimeCounter.h
.......\...\mersenne.cpp
.......\...\mrf.cpp
.......\...\randomc.h
.......\windows
.......\.......\Debug
.......\.......\.....\BuildLog.htm
.......\.......\.....\CKProcessTimeCounter.obj
.......\.......\.....\mersenne.obj
.......\.......\.....\mrf.exe
.......\.......\.....\mrf.obj
.......\.......\.....\mrf.pdb
.......\.......\.....\mrfdemo.pch
.......\.......\.....\vc60.idb
.......\.......\.....\vc70.idb
.......\.......\.....\vc70.pdb
.......\.......\mrfdemo.dsp
.......\.......\mrfdemo.dsw
.......\.......\mrfdemo.ncb
.......\.......\mrfdemo.opt
.......\.......\mrfdemo.plg
.......\.......\mrfdemo.sln
.......\.......\mrfdemo.suo
.......\.......\mrfdemo.vcproj
.......\.......\Release
.......\.......\.......\BuildLog.htm
.......\.......\.......\CKProcessTimeCounter.obj
.......\.......\.......\mersenne.obj
.......\.......\.......\mrf.exe
.......\.......\.......\mrf.obj
.......\.......\.......\mrfdemo.pch
.......\.......\.......\vc60.idb
.......\.......\.......\vc70.idb

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

发表评论

0 个回复

  • EllipseCir
    椭圆拟合,输入中心坐标及椭圆长半轴和短半轴即可画出相应椭圆(ellipse fitting)
    2013-12-18 23:49:16下载
    积分:1
  • opencv
    利用opencv+VC++实现对图像的边缘处理,从而对图像进行检测(Use opencv+ VC++ to achieve the edge of the image processing to the image detector)
    2016-02-18 15:20:39下载
    积分:1
  • Z_buffer
    计算机图形学基础算法z-buffer, 实现隐藏面消除(Computer graphics based algorithm z-buffer, to achieve hidden surface removal)
    2020-07-24 14:38:43下载
    积分:1
  • PoissonMesh
    有关三维模型的泊松算法的诸多应用的实现,包括泊松重建和泊松纹理混合算法,由原作者开发,非常可靠(C++ implementation for algorithms including poisson mesh and poisson texture stitching, it is shared by author with wide utilization)
    2020-07-02 21:20:01下载
    积分:1
  • HistDemoA
    说明:  直方图均衡化的一个程序,只能对BMP的黑白图像进行直方图均衡化(A histogram equalization process, only black and white BMP image histogram equalization)
    2008-09-23 09:48:10下载
    积分:1
  • YiJunRSexperiment_2005
    读取bmp格式的图片,并且能对其进行相关的图像处理,具体的图像处理有平滑,锐化等等,是关于遥感图像处理。(Bmp format to read the picture, and can be related to image processing, image processing has specific smoothing, sharpening and so on, are on the remote sensing image processing.)
    2009-04-04 01:35:26下载
    积分:1
  • MatchLSM
    1.打开左右两张影像2.Harris算法提取同名点3.显示提取同名点(若要进行下一步匹配则不建议显示,这里只是用于查看是否提取出)4.相关系数匹配(只在找出的同名点内匹配)5.LSM最小二乘匹配(先进行粗匹配,再精匹配)(1 Open the left and right images 2.Harris algorithm to extract two tie points 3 shows the extraction of corresponding points (not recommended to proceed to the next match show, here is used to see if extracted) 4. Correlation coefficient matching (just looking match within a point of the same name) 5.LSM least squares matching (rough first match, then fine match))
    2013-08-28 15:45:57下载
    积分:1
  • Real-Time_Compressive_Tracking
    关于运动目标检测与跟踪最新的算法 其效果比之前的跟踪算法好很多(The effect of moving target detection and tracking algorithm is much better than before the tracking algorithm)
    2012-11-15 20:15:20下载
    积分:1
  • 002
    指纹图像因设备、图像增强处理等原因造成的纹线断裂会产生伪特征点,会对指纹识别产生负面影响。在结 合传统方法优点的同时,针对间距大、方向偏移小和间距大、方向偏移大的断裂情况,本文设计出窗口制约法和改进的 窗口制约法2 种不同的修复方法。实验结果表明,该方法使修复更加全面、完整,提高了伪特征点去除率,易于编程实 现,对细化指纹图像的断裂有很好的修复效果。(The broken ridge fingerprint image processing equipment, image enhancement and other causes will generate pseudo-feature points to be a negative impact on fingerprint identification. While combining the traditional method has the advantage, for the spacing, direction offset small spacing, direction offset large fracture situation, this design window constraints window method and the improved two kinds of constraints, different repair methods. Experimental results show the method to fix a more comprehensive and complete removal of pseudo-feature points, easy to program, well thinned fingerprint image fracture repair.)
    2013-03-17 22:06:01下载
    积分:1
  • sample-histogram-equalization
    直方图拉伸是通过对比度拉伸对直方图进行调整,从而“扩大”前景和背景灰度的差别,以达到增强对比度的目的(Histogram stretching histogram is adjusted by contrast stretching, thereby " expand" the difference between the foreground and background of gray, in order to achieve the purpose of enhancing the contrast)
    2016-10-25 17:28:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载