登录
首页 » matlab » superpixels

superpixels

于 2012-04-09 发布 文件大小:55KB
0 280
下载积分: 1 下载次数: 171

代码说明:

  采用超像素进行分割图像,利用到了超像素和Ncut的方法,采用了c与maltab混合编程。(Code to compute superpixels. use cncut and superpixel code for segmentation. Mex program c and matlab)

文件列表:

superpixels
...........\clusterLocations.m,906,2006-03-18
...........\dist2.m,888,2006-03-18

...........\imncut_sp.m,5139,2006-03-18
...........\imncut_sp.m~,5588,2005-07-05
...........\pbThicken.m,234,2005-04-05
...........\pbWrapper.m,1388,2005-04-05
...........\htm" target=_blank>README,1324,2006-03-18
...........\htm" target=_blank>README~,1317,2005-11-05
...........\segImage.m,193,2005-04-05
...........\sp_demo.m,1294,2006-03-18
...........\sp_demo.m~,1111,2006-01-17
...........\yu_imncut
...........\.........\cncut.m,1610,2005-04-05
...........\.........\computeW.m,2194,2005-04-05
...........\.........\csparse.c,1817,2005-05-10
...........\.........\csparse.mexmac,8928,2005-05-10
...........\.........\doog1.m,505,2005-04-05
...........\.........\fft_filt_2.m,664,2005-04-05
...........\.........\gaussian.m,697,2005-04-05
...........\.........\getbinsol.m,1516,2005-04-05
...........\.........\ic.c,4512,2005-05-10
...........\.........\ic.mexmac,8900,2005-05-10
...........\.........\imnb.c,4281,2005-05-10
...........\.........\imnb.mexmac,8936,2005-05-10
...........\.........\make_filterbank_odd2.m,864,2005-04-05
...........\.........\NOTE,114,2005-05-10
...........\.........\parmatV.c,1779,2005-04-05
...........\.........\parmatV.mexmac,8820,2005-04-05
...........\.........\spmd.c,3170,2005-04-05
...........\.........\spmd.mexmac,8964,2005-04-05

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

发表评论

0 个回复

  • Desktop
    图像的腐蚀函数,非常有用,欢迎大家下载,一块进步(Corrosion function of the image, useful, and welcome to download, a progress)
    2012-09-17 20:02:47下载
    积分:1
  • iriscode
    虹膜识别整个的程序源代码包括虹膜内外边界定位、虹膜特征提取等(Iris recognition throughout the program source code, including the inner and outer boundary positioning iris, iris feature extraction)
    2014-05-21 18:37:35下载
    积分:1
  • 数字实验
    说明:  数字图像处理常用程序,包括图像读取、显示、详细信息,对图像文件格式转换,RGB分量显示,索引图像、伪彩色图像、真彩色图像显示,灰度直方图处理,图像灰度变换,均衡化处理,图像加噪声处理,均值滤波、中值滤波,图像加减乘除运算,图像放大,插值拟合,旋转,多种边缘检测方法,高通滤波,低通滤波,带通滤波,维纳滤波,运动模糊等处理。(Common digital image processing programs, including image reading, display, detailed information, image file format conversion, RGB component display, index image, pseudo color image, true color image display, gray histogram processing, image gray transformation, equalization processing, image plus noise processing, mean filtering, median filtering, image plus, subtraction, multiplication and division, image amplification, interpolation Fitting, rotation, multiple edge detection methods, high pass filtering, low-pass filtering, band-pass filtering, Wiener filtering, motion blur and other processing.)
    2020-06-30 00:20:02下载
    积分:1
  • Relative-orientation
    摄影测量学 通过迭代法求解五个相对定向元素(Relative orientation)
    2014-10-09 18:08:53下载
    积分:1
  • LBP1
    用lbp实现纹理特征提取,并分类说明: 一共有三个m文件,一个是lbp.m, 存放主要的lbp算法, 一个是getmapping,用以做算法的辅助函数, 一个是lbptest.m,存放着测试代码。 这三个文件需要放到同一个文件夹,并在文件夹中添加相应的图片, 具体的图片名字见lbptest.m的代码,运行lbptest.m可以查看结果。代码最后给出效果图 这三个文件是最传统的LBP方法,有256种。(With lbp achieve texture feature extraction and classification Description: A total of three m files, one is lbp.m, store the main lbp algorithm, One is getmapping, helper functions for doing arithmetic, One is lbptest.m, kept the test code. These three documents need to put the same folder, and add the appropriate folder, pictures, See lbptest.m specific name of the picture of the code, run lbptest.m can view the results. Finally renderings code These three documents are the most traditional LBP method, there are 256 kinds.)
    2013-10-21 17:09:14下载
    积分:1
  • 0_Multi_Object_Tracking_Kalman_Filter-master
    用yolo算法检测到的视频目标,用kalman滤波算法进行多目标跟踪,程序需修改一些路径。(Yolo algorithm is used to detect video targets, Kalman filtering algorithm is used to track multiple targets, and the program needs to modify some paths.)
    2018-12-18 11:24:37下载
    积分:1
  • codeandpaper
    很好的mATLAB代码,利用最大交叉熵,确定迭代次数,完成pcnn脉冲耦合神经网络的图像分割,效果很好(MATLAB good code,the use of maximum cross entropy, determine the number of iterations, complete PCNN image segmentation,result is good.)
    2012-09-03 23:18:06下载
    积分:1
  • cvogelTV
    大牛人的图象恢复代码.全变分离散化的方法.经典中的经典.(Daniudi people to restore the image code. BCH-wide variable separation method. Classic classic.)
    2008-05-11 22:18:26下载
    积分:1
  • K-means
    经典的K均值聚类,源码加利用三维高斯简单数据的实现对三类数据的聚类(Achieve the effect of classical K-means clustering, plus simple data)
    2015-08-19 11:23:30下载
    积分:1
  • 0056357
    读取与显示JPG等格式图像文件,Visual C++编程技巧精选,很好的参考资料。(Read and display JPG format image files, Visual C++ programming skills selected, a good reference.)
    2013-11-17 06:26:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载