登录
首页 » Visual C++ » GraphCut

GraphCut

于 2020-09-29 发布 文件大小:887KB
0 290
下载积分: 1 下载次数: 29

代码说明:

  图像分割经典算法GraphCut的实现代码,亲测可用。(An implementation of GraphCut Algorithm, which is a classical method in image segmentation field.)

文件列表:

GraphCut





........\flowers.png,285543,2006-05-01
........\GCmex2.0
........\........\bagon_assert.h,185,2012-03-11
........\........\block.h,8215,2009-02-05
........\........\CHANGELOG.txt,251,2012-10-12
........\........\compile_gc.m,2665,2012-06-17
........\........\energy.h,9866,2012-03-14
........\........\GCoptimization.cpp,60751,2012-10-12
........\........\GCoptimization.h,23348,2012-03-11
........\........\GC_README.txt,27615,2009-02-03
........\........\graph.cpp,10875,2009-02-05
........\........\graph.h,8746,2011-08-29
........\........\GraphCut.cpp,674,2009-02-03
........\........\GraphCut.h,2186,2009-02-03
........\........\GraphCut.m,15582,2012-06-17
........\........\GraphCut3dConstr.cpp,8134,2010-09-29
........\........\GraphCut3dConstr.mexw64,14848,2016-12-16
........\........\GraphCutConstr.cpp,4889,2010-09-29
........\........\GraphCutConstr.mexw64,11264,2016-12-16
........\........\GraphCutConstrSparse.cpp,4123,2010-09-29
........\........\GraphCutConstrSparse.mexw64,11776,2016-12-16
........\........\GraphCutMex.cpp,17667,2012-03-12
........\........\GraphCutMex.mexw64,41984,2016-12-16
........\........\LICENSE.TXT,18349,2009-02-03
........\........\LinkedBlockList.cpp,1523,2009-02-05
........\........\LinkedBlockList.h,1765,2009-02-03
........\........\maxflow.cpp,20816,2009-02-03
........\........\VERSION.txt,12,2012-10-12
........\gc_example.m,2477,2016-12-16
........\outdoor_small.jpg,205863,2007-02-28
........\waterfall.bmp,156296,2008-09-15

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

发表评论

0 个回复

  • HoughMFC
    用OpenCV进行图像处理与工程开发的一个入门示例程序——Hough变换,效果不错(using OpenCV for image processing and development of a project portal sample program-- Hough Transform good results!)
    2006-11-03 21:15:57下载
    积分:1
  • Graph
    输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。(Enter a weighted undirected graph with vertices, edges, each of the side information (two vertices and weights), the establishment of the adjacency matrix structure, the output of the adjacency matrix. The above undirected graph adjacency matrix into adjacency list structure, the output of the adjacency list according to the adjacency table undirected graph depth-first traversal sequence and breadth-first traversal sequence, and outputs through the results using prim algorithm construct the weighted undirected graph minimum spanning tree, and the minimum spanning tree information on respective sides of the output.)
    2020-12-13 15:29:15下载
    积分:1
  • SURF
    该算法可以应用于计算机视觉的物体识别以及3D重构中。(The algorithm can be applied to object recognition in computer vision and 3D Reconstruction.)
    2016-05-31 10:32:38下载
    积分:1
  • CameraCalibration
    张正友经典论文,灵活的相机标定法,内附图片+源码,可以直接使用(zhangzhengyou,image+program, A Flexible New Technique for Camera Calibration)
    2017-07-18 17:10:59下载
    积分: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
  • pca-sift
    pca-sift算法的实现,采用vc2008开发环境,进行开发,独立运行(pca-sift algorithm, using vc2008 development environment to develop, operate independently)
    2010-05-17 09:46:17下载
    积分:1
  • dcm2bmpandbmp2dcm
    将DICOM文件转换为BMP文件和将BMP文件转换为DICOM文件(to DICOM conversion of BMP files and BMP file will be converted to DICOM documents)
    2020-06-29 09:00:01下载
    积分:1
  • VCmeanshift
    自己毕业设计做的改进的基于某vc视频处理框架代码的重心多目标跟踪代码(The center of gravity of a vc video processing framework code-based target tracking code own graduation design improvements do)
    2013-01-23 09:50:30下载
    积分:1
  • report-of-tuxingxue
    实验一 直线生成算法 实验二 圆弧生成算法 实验三 窗口菜单交互界面 实验四 区域填充算法 实验五 裁剪算法算法 实验六 图形软件开发包/库应用 实验七 曲线的生成算法 实验八 曲面生成算法 实验九 二维图形变换(Experimental line generation algorithm experiment two arcs to generate the algorithm experimental three-window menu interface experiment four regional filling algorithm experimental five-clipping algorithm algorithm experiment six graphics software development package/library application experiment seven curve generation algorithm experiment eight surface generation algorithm experiments ninety-two dimensional graphics transform)
    2020-10-22 13:57:23下载
    积分:1
  • fish_full
    实现鱼眼图 圆形视场和全视场的校正、分为2幅图像、4幅图像、任意角度、任意位置的校正、全景图拼接等(Fish eye diagram of a circular field of view and full field calibration is divided into two images, four images at any angle, any position of the correction, and panoramic stitching.)
    2012-07-11 11:01:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载