(ThemostclassictodotoensurethatotherpeopledonotrealizeuploadedarticleGrabCutInteractiveForegroundExtractionusingIteratedGraphCutswithgraphcutrealizeimagesegmentation,hasverygoodresults) - IMDN开发者社群-imdn.cn">
登录
首页 » Visual C++ » GrabCutSource

GrabCutSource

于 2020-10-30 发布 文件大小:1357KB
0 219
下载积分: 1 下载次数: 2345

代码说明:

  最经典之做,保证别人没有上传过 实现文章 “GrabCut" Interactive Foreground Extraction using Iterated Graph Cuts 用graphcut实现图像分割,效果非常好(The most classic to do to ensure that other people do not realize uploaded article GrabCut Interactive Foreground Extraction using Iterated Graph Cuts with graphcut realize image segmentation, has very good results)

文件列表:

databg.bin
datafg.bin
fglabel.bmp
gmm.cpp
gmm.h
gmm_train_val
GrabCut.cpp
GrabCut.exe
GrabCut.h
GrabCut.ncb
GrabCut.rc
GrabCut.sln
GrabCut.vcproj
GrabCutDoc.cpp
GrabCutDoc.h
GrabCutView.cpp
GrabCutView.h
kmeans_train_val
MainFrm.cpp
MainFrm.h
MinCut
......\block.h
......\energy.h
......\graph.cpp
......\graph.h
......\maxflow.cpp
model.txt
ReadMe.txt
res
...\bmp00001.bmp

...\GrabCut.manifest
...\GrabCut.rc2


...\Toolbar.bmp
...\toolbar1.bmp
resource.h
stdafx.cpp
stdafx.h
Torch
.....\Allocator.cpp
.....\Allocator.h
.....\Bagging.cpp
.....\Bagging.h
.....\BayesClassifier.cpp
.....\BayesClassifier.h
.....\BayesClassifierMachine.cpp
.....\BayesClassifierMachine.h
.....\BeamSearchDecoder.cpp
.....\BeamSearchDecoder.h
.....\Boosting.cpp
.....\Boosting.h
.....\BoostingMeasurer.cpp
.....\BoostingMeasurer.h
.....\ClassFormat.cpp
.....\ClassFormat.h
.....\ClassFormatDataSet.cpp
.....\ClassFormatDataSet.h
.....\ClassMeasurer.cpp
.....\ClassMeasurer.h
.....\ClassNLLCriterion.cpp
.....\ClassNLLCriterion.h
.....\ClassNLLMeasurer.cpp
.....\ClassNLLMeasurer.h
.....\CmdLine.cpp
.....\CmdLine.h
.....\CmdOption.cpp
.....\CmdOption.h
.....\ConnectedMachine.cpp
.....\ConnectedMachine.h
.....\Criterion.cpp
.....\Criterion.h
.....\DataSet.cpp
.....\DataSet.h
.....\DecoderBatchTest.cpp
.....\DecoderBatchTest.h
.....\DecoderSingleTest.cpp
.....\DecoderSingleTest.h
.....\DecodingHMM.cpp
.....\DecodingHMM.h
.....\DecodingHypothesis.cpp
.....\DecodingHypothesis.h
.....\DiagonalGMM.cpp
.....\DiagonalGMM.h
.....\DiskDataSet.cpp
.....\DiskDataSet.h
.....\DiskHTKDataSet.cpp
.....\DiskHTKDataSet.h
.....\DiskMatDataSet.cpp
.....\DiskMatDataSet.h
.....\DiskXFile.cpp
.....\DiskXFile.h
.....\Distribution.cpp
.....\Distribution.h
.....\EditDistance.cpp
.....\EditDistance.h
.....\EditDistanceMeasurer.cpp
.....\EditDistanceMeasurer.h
.....\EMTrainer.cpp

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

发表评论

0 个回复

  • waveletC++
    特征提取中利用小波边缘检测C++源码,希望对大家有用,而且偶也能下载程序了,(feature extraction using wavelet edge detection C source code, we hope to useful, but can even download, Ha ha)
    2021-02-02 13:49:59下载
    积分:1
  • quanjingtupinheyuchuli
    一种有效的全景图拼合预处理算法.适用于图像的拼接。是论文!(An effective pre-processing algorithm together panorama. Splicing applied to images. Is a thesis!)
    2008-04-15 16:42:03下载
    积分:1
  • Basic-knowledge-of-image-processing3
    This program contains some basic image processing things, such as: 256 colors to grayscale, contrast stretching, anti-color, brightness change, etc.
    2012-01-20 12:37:56下载
    积分:1
  • Moravec
    说明:  在VC中实现了使用Moravec算子对遥感影像进行特征点的提取,缺点是速度较慢。不过提取效果不错!(Implemented in VC using Moravec operator of remote sensing images feature point extraction, the disadvantage is slow. However, extracting good results!)
    2011-03-30 20:47:21下载
    积分:1
  • vc_captrue
    VC摄像图捕捉程序,简单实用,对初学者有帮助(VC camera Figure capture, simple and practical for beginners)
    2011-06-28 16:27:16下载
    积分:1
  • hahamirror2
    完成图片的哈哈镜效果,如三角形,圆形,波浪形,弯曲等等(change the picture to any shape you want)
    2012-04-18 14:55:47下载
    积分:1
  • IFC读写代码
    IFC文件格式读取和写出源码,目前该源码是1.0版本(IFC file format reads and writes the source code, which is currently version 1.0)
    2020-09-16 14:17:55下载
    积分:1
  • 实现的无损压缩
    该程序主要实现图像的无损压缩,具体算法包括: (1)整数小波变换+SPIHT无损压缩 其中整数小波可以采用JPEG2000提供的5-3小波,也可以采用S+P变换,本程序均已给出。 (2)DPCM+算术编码 DPCM采用的是JPEG中采用的方法; (3)JPEG-LS标准 JPEG-LS的无损压缩性能非常好,超过JPEG2000。(The program mainly realize lossless image compression, the specific algorithm include: (1) integer wavelet transform SPIHT Integer Wavelet lossless compression which can be used to provide the 5-3 wavelet JPEG2000, can also adopt the S P transform, the procedures are given. (2) DPCM arithmetic coding DPCM is used in JPEG methodology (3) JPEG-LS standard JPEG-LS lossless compression of very good performance, more than JPEG2000.)
    2008-06-02 11:01:57下载
    积分:1
  • YUV_DCT
    YUV Quantization using VS2010
    2013-07-14 19:12:13下载
    积分:1
  • ganxingququ
    图像分割方法中有关感兴趣区域处理的程序代码(Image segmentation method for region of interest processing code)
    2012-06-10 11:58:01下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载