登录
首页 » Visual C++ » GraphCut

GraphCut

于 2020-09-29 发布 文件大小:887KB
0 169
下载积分: 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 个回复

  • HarrisCorner
    对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图像文件; 6. 命令格式: “xxx.exe 图片文件 k 参数(=0.04) Aperture_size(=3)”。(The input of a color image, write your own code to achieve Harris Corner Detection Algorithm: 1. Can not be called directly inside OpenCV some functions associated with the Harris corner detection 2. To only use C/C++, can not be used in other languages 3. GUI only with their own HighGUI, can not use QT or other 4. The platform can be used Windows, Linux, MacOS 5. Display intermediate and final results of the test results, including the largest eigenvalues diagram, the minimum feature value graph , R chart (you can consider color display), picture superimposed on the test results, etc., and these intermediate results are output as an image file 6. Command Format: " xxx.exe picture file k parameters (= 0.04) Aperture_size (= 3 ). " )
    2016-01-04 12:44:23下载
    积分:1
  • segmant
    在VS2012平台上利用C++语言和opencv实现对图像的分块,并保存分块图像(Using the C++ language and OpenCV to block the image on the VS2012 platform and save the block image)
    2017-12-13 16:05:48下载
    积分:1
  • Jpeg
    说明:  Jpeg算法源代码,包含jpeg的各种算法实现的vc++的源代码(Jpeg algorithm source code, including the various algorithms jpeg of vc++ source code)
    2010-04-28 16:05:05下载
    积分:1
  • ColorImageProcessing
    一种基于non-sample的纹理合成demo,程序性能还有待优化,效果还不错.(texture synthesis demo.)
    2013-09-27 22:53:20下载
    积分:1
  • StereoVisionVS2008
    双目立体视觉,采用两张图像恢复三维形状,外国人的一个开源项目。(System Prototype to make 3D reconstruction solution using stereo images. It works with common cameras and not require large amount of memory during the images processing. It provides a low cost solution to educational environments with low budgets. )
    2010-08-08 13:43:57下载
    积分:1
  • DSP
    程序是基于DSP的数字图像处理技术,可以实现军事滤波,中值滤波和维纳滤波,实现效果较好(The program is a DSP-based digital image processing technology, the military filtering, median filtering and Wiener filtering, better )
    2012-03-18 08:30:46下载
    积分:1
  • las_tools
    一个非常实用的las文件处理工具,可以实现很多功能,如读写las文件,分类,分块,抽稀,合并,生成边界线,生成DEM,点云高度归一化,数据格式转换,波形数据压缩等(A very useful the las file processing tools, you can achieve a lot of features, such as read and write las file classification block Rarefy merge to generate the boundary line, generated DEM point cloud height normalized data format conversion, waveform data compression, etc.)
    2021-01-24 20:58:38下载
    积分:1
  • opencv-fft2
    灰度图像的二维傅里叶变换(cv_gray_fft2),二维傅里叶变换结果的幅值计算(cv_abs),频谱平移(cv_gray_fft2shift),将数值归一化到0到255区间(cv_range_0to255)是非常常用的四个功能!所以写成四个函数,方便将来调用!附运行截图~并附对应的MATLAB程序!(Dimensional Fourier transform of the grayscale image (cv_gray fft2), two-dimensional Fourier transform results to calculate the amplitude (cv_abs), spectral translation (cv_gray_fft2shift), the value normalized to range 0 to 255 (cv_range_0to255) is very common four function! so written as four function to facilitate future calls! attached run shot- along with the corresponding MATLAB program!)
    2020-11-30 10:59:29下载
    积分:1
  • Moving-Least-Squares-morphing
    利用最小二乘法实现图像变形,提出一种基于控制曲线集的移动最小二乘图像变形算法。根据图像的形状拓扑关系或轮廓信息设置点,生成控制曲线,移动控制曲线生成图像的仿射变换、相似变化、刚性变换。 (The technology of image deformation.Using Moving Least Squares.)
    2012-04-28 21:44:32下载
    积分:1
  • calibration
    上传程序为利用vc编写的近景摄影测量程序,包括影像匹配,基本矩阵生成,核显影像生成等等。(Upload the program for the use of close-range photogrammetry vc written procedures, including image matching, basic matrix generation, nuclear generation, and so was the image.)
    2016-10-06 20:23:51下载
    积分:1
  • 696518资源总数
  • 104617会员总数
  • 12今日下载