登录
首页 » matlab » TurboPixels

TurboPixels

于 2012-04-09 发布 文件大小:329KB
0 237
下载积分: 1 下载次数: 276

代码说明:

  利用turbopixel的超像素图像分割方法,可以显示不同块的颜色。(This is a mex c and matlab code, which uses the turbopixel to segment the object from the image. )

文件列表:

TurboPixels

...........\clip.m,150,2007-04-13
...........\convolve.c,10499,2007-04-13
...........\convolve.h,963,2007-04-13
...........\corrDn.c,4560,2007-04-13
...........\corrDn.mexglx,36875,2009-10-13
...........\corrDn.mexw32,24576,2009-10-15
...........\demo_superpixels.asv,328,2012-03-28
...........\demo_superpixels.m,326,2012-03-28
...........\display_contour.m,1210,2007-04-13
...........\display_logical.m,687,2007-04-13
...........\DT.c,3779,2007-04-13
...........\DT.mexglx,9116,2009-10-13
...........\DT.mexw32,8704,2009-10-15
...........\edges.c,22123,2007-04-13
...........\evolve_height_function.m,837,2007-04-13
...........\evolve_height_function_N.m,5620,2007-04-13
...........\get_binary_img_from_seeds.m,572,2007-04-13
...........\get_full_speed.c,1768,2007-04-13
...........\get_full_speed.mexglx,7508,2009-10-13
...........\get_full_speed.mexw32,6656,2009-10-15
...........\get_initial_seeds.m,2412,2007-04-13
...........\get_speed_based_on_boundaries.m,333,2007-04-13
...........\get_speed_based_on_gradient.m,2166,2007-04-13
...........\get_superpixel_boundaries.m,2153,2007-04-13
...........\hasToRecomputeBand.m,143,2007-04-13
...........\height_function_change_rate.m,295,2007-04-13
...........\height_function_der.c,1417,2007-04-13
...........\height_function_der.mexglx,7053,2009-10-13
...........\height_function_der.mexw32,6656,2009-10-15
...........\height_function_grad.c,3836,2007-04-13
...........\height_function_grad.mexglx,7446,2009-10-13
...........\height_function_grad.mexw32,7168,2009-10-15



...........\local_min.c,1259,2007-04-13
...........\local_min.mexglx,7003,2009-10-13
...........\local_min.mexw32,6656,2009-10-15
...........\lsmlib
...........\......\computeDistanceFunction2d.c,4147,2007-04-13
...........\......\computeDistanceFunction2d.m,1736,2007-04-13
...........\......\computeDistanceFunction2d.mexglx,23449,2009-10-13
...........\......\computeDistanceFunction2d.mexw32,17920,2009-10-15
...........\......\computeExtensionFields2d.c,5633,2007-04-13
...........\......\computeExtensionFields2d.m,1908,2007-04-13
...........\......\computeExtensionFields2d.mexglx,24234,2009-10-13
...........\......\computeExtensionFields2d.mexw32,18432,2009-10-15
...........\......\doHomotopicThinning.c,3461,2007-04-13
...........\......\doHomotopicThinning.mexglx,23562,2009-10-13
...........\......\doHomotopicThinning.mexw32,17408,2009-10-15
...........\......\FMM_Callback_API.h,3614,2007-04-13
...........\......\FMM_Core.c,16672,2007-04-13
...........\......\FMM_Core.h,10332,2007-04-13
...........\......\FMM_Heap.c,12809,2007-04-13
...........\......\FMM_Heap.h,7062,2007-04-13
...........\......\lsm_fast_marching_method.h,14479,2007-04-13
...........\......\lsm_FMM_field_extension2d.c,38341,2007-04-13
...........\make.m,773,2007-04-13
...........\README.txt,2053,2007-08-18
...........\superpixels.m,1762,2007-08-18
...........\upConv.c,6369,2007-04-13
...........\upConv.mexglx,37835,2009-10-13
...........\upConv.mexw32,25088,2009-10-15
...........\wrap.c,8313,2007-04-13
...........\zero_crossing.c,1323,2007-04-13
...........\zero_crossing.mexglx,6974,2009-10-13
...........\zero_crossing.mexw32,6144,2009-10-15

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

发表评论

0 个回复

  • PG_BOW_DEMO
    图像的特征用到了Dense Sift,通过Bag of Words词袋模型进行描述,当然一般来说是用训练集的来构建词典,因为我们还没有测试集呢。虽然测试集是你拿来测试的,但是实际应用中谁知道测试的图片是啥,所以构建BoW词典我这里也只用训练集。 其实BoW的思想很简单,虽然很多人也问过我,但是只要理解了如何构建词典以及如何将图像映射到词典维上去就行了,面试中也经常问到我这个问题,不知道你们都怎么用生动形象的语言来描述这个问题? 用BoW描述完图像之后,指的是将训练集以及测试集的图像都用BoW模型描述了,就可以用SVM训练分类模型进行分类了。 在这里除了用SVM的RBF核,还自己定义了一种核: histogram intersection kernel,直方图正交核。因为很多论文说这个核好,并且实验结果很显然。能从理论上证明一下么?通过自定义核也可以了解怎么使用自定义核来用SVM进行分类。(Image features used in a Dense Sift, by the Bag of Words bag model to describe the word, of course, the training set is generally used to build the dictionary, because we do not test set. Although the test set is used as the test you, but who knows the practical application of the test image is valid, so I am here to build BoW dictionary only the training set. In fact, BoW idea is very simple, although many people have asked me, but as long as you understand how to build a dictionary and how to image map to the dictionary D up on the line, and interviews are often asked me this question, do not know you all how to use vivid language to describe this problem? After complete description of the image with BoW, refers to the training set and test set of images are described with the BoW model, the training of SVM classification model can be classified. Apart from having to use the RBF kernel SVM, but also their own definition of a nuclear: histogram intersection kernel, histogram )
    2011-11-01 17:01:09下载
    积分:1
  • pca_bp
    本程序采用pca提取人脸特征,采用人工神经网络识别人脸。(This procedure using pca face feature extraction, using artificial neural network recognition face. )
    2012-08-18 16:49:25下载
    积分:1
  • PS
    说明:  讲述PS技术的抠图经典问题,帮助你快速熟悉抠图的精华!(PS about the classic problem of technology, matting, matting to help you quickly familiar with the essence!)
    2011-05-13 23:58:48下载
    积分:1
  • d7
    说明:  通过matlab实现理想低通滤波对图像处理,进行降噪(matlab,ILPF,noise reduction)
    2017-11-23 21:27:34下载
    积分:1
  • mygvf
    自己设计的GVF模型图像分割程序,改进了初始轮廓的选择方法,快速分割。(GVF model designed image segmentation process to improve the initial outline of the selection method, rapid division.)
    2009-05-19 19:21:58下载
    积分:1
  • iris_image_segmentation
    图像分割在医学图像,智能识别上的应用,虹膜识别(Image segmentation in medical imaging, intelligent recognition on the application of iris recognition)
    2008-04-26 11:15:19下载
    积分:1
  • regiongrowing
    用MATLAB实现的基于区域生长算法的图像分割(Implemented using MATLAB-based region growing algorithm for image segmentation)
    2010-07-17 10:43:27下载
    积分:1
  • 1
    图像去雾基于暗原色先验去雾,何凯明算法的源代码改进,(Dark colors on the image to fog prior to fog, He Kaiming algorithm source code improvements,)
    2013-10-15 21:25:22下载
    积分:1
  • adpmedian
    自适应中值滤波程序 自己根据mathworks网站的源程序 改进而来 非常详细 拿来即可用(Adaptive median filter in accordance with the procedures themselves MathWorks Web site to improve from a very detailed source code can be used with)
    2008-06-07 14:17:30下载
    积分:1
  • Image fusion
    基于稀疏表示的图像融合算法 KSVD OMP(Image fusion algorithm based on sparse representation KSVD OMP)
    2021-03-15 21:19:21下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载