登录
首页 » Visual C++ » MRF2.2

MRF2.2

于 2021-03-11 发布 文件大小:60KB
0 254
下载积分: 1 下载次数: 4

代码说明:

  MRF代码实现,visual C++ 代码,不错,可以尝试(an implementation of MRF)

文件列表:

MRF2.2
MRF2.2\TRW-S.cpp, 26591, 2006-11-15
MRF2.2\regions-maxprod.cpp, 17972, 2012-08-31
MRF2.2\graph.cpp, 12205, 2012-08-31
MRF2.2\MaxProdBP.cpp, 7897, 2006-11-27
MRF2.2\mrf.h, 12201, 2006-11-27
MRF2.2\BP-S.cpp, 26050, 2006-11-15
MRF2.2\energy.h, 11681, 2012-08-31
MRF2.2\BP-S.h, 2390, 2006-11-15
MRF2.2\example.cpp, 9788, 2012-08-31
MRF2.2\README.txt, 14246, 2012-08-31
MRF2.2\ICM.cpp, 8668, 2006-11-15
MRF2.2\LinkedBlockList.h, 1786, 2006-11-15
MRF2.2\regions-new.h, 1577, 2006-11-15
MRF2.2\LinkedBlockList.cpp, 1425, 2006-11-15
MRF2.2\GCoptimization.h, 13974, 2007-03-19
MRF2.2\graph.h, 9644, 2012-08-31
MRF2.2\ICM.h, 1490, 2006-11-15
MRF2.2\mrf.cpp, 3126, 2006-11-15
MRF2.2\MaxProdBP.h, 2351, 2006-11-15
MRF2.2\TRW-S.h, 2756, 2006-11-15
MRF2.2\typeTruncatedQuadratic2D.h, 896, 2012-08-31
MRF2.2\GCoptimization.cpp, 45425, 2012-08-31
MRF2.2\block.h, 8896, 2012-08-31
MRF2.2\Makefile, 1245, 2012-08-31
MRF2.2\maxflow.cpp, 27436, 2006-11-15

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

发表评论

0 个回复

  • 12
    说明:  关于图像处理里的一些应用,将视觉相应算法应用到工程实际中,详细解说了算法在这里面的一些应用,很实用。(On some applications in image processing, the visual corresponding algorithm is applied to the engineering practice, a detailed explanation here below in some applications, the proposed algorithm is very practical.)
    2015-01-10 14:48:06下载
    积分:1
  • chap01
    数字图像处理编程入门(吕风军)第一章第1章 Windows位图和调色板(Windows Bitmap and palette of the first chapter, Chapter 1 of the digital image processing program entry (Lv Fengjun))
    2012-11-01 14:06:21下载
    积分:1
  • vc-driven-camera-capture-images
    该文档的主要功能就是利用vc编写一段代码实现摄像头采集图像。(The main function of the document is vc write a piece of code to achieve the camera capture images.)
    2013-04-02 10:43:48下载
    积分:1
  • dizi-data
    各种图像处理算法集合,包括灰度、滤波等,已调试,可用。(Collection of a variety of image processing algorithms, including grayscale, filtering, etc.)
    2013-04-21 20:54:48下载
    积分:1
  • Sutherland_Cohen--Straight-cut
    计算机图形学中小例子,MFC下实现Sutherland_Cohen直线段裁剪算法(Computer graphics small example)
    2011-12-21 19:05:50下载
    积分:1
  • 192168291092007531155683305865
    Image Watershed Segmentation图像边缘提取(Image Watershed Segmentation Image Edge Detection)
    2007-08-11 09:18:48下载
    积分:1
  • gdal180doc
    说明:  开源图形处理工具,可以处理图象,显示,投影转换,栅格和矢量数据处理(Open source graphics tool that can handle images, display, projection conversion, raster and vector data processing)
    2011-03-22 15:39:35下载
    积分:1
  • lda_hash
    以SIFT特征为目标输入,LDAHash方法进行降维实现目标识别(SIFT features input LDAHash method to reduce the dimensionality of the target recognition)
    2021-01-01 18:28:58下载
    积分: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
  • liangduzhengjia
    注意:本程序中,每点击一次“增加亮度”,图像灰度提升16;每点击一次“降低亮度”,图像灰度降低16。(Note : This procedure, every click an "increase in brightness," gray upgrade 16; Click on each of a "lower brightness," gray lower 16.)
    2006-12-05 09:50:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载