登录
首页 » matlab » SLICPdbscan

SLICPdbscan

于 2017-03-11 发布 文件大小:202KB
0 87
下载积分: 1 下载次数: 108

代码说明:

  运用超像素分割算法对图像进行预分割,再利用dbscan聚类算法进行聚类最终实现图像分割。(The use of ultra-pixel segmentation algorithm for image pre-segmentation, reuse dbscan clustering algorithm to cluster the final image segmentation.)

文件列表:

SLIC%2Bdbscan



...........\circularstruct.m,675,2016-06-24
...........\cleanupregions.m,5656,2016-06-24
...........\dbscan.m,5381,2016-06-24
...........\demo.m,788,2017-03-11
...........\dist.m,1672,2016-06-24
...........\dist2.m,2098,2016-06-24
...........\drawregionboundaries.m,2397,2016-06-30
...........\finddisconnected.m,2644,2016-06-24
...........\makeregionsdistinct.m,2197,2016-06-24
...........\maskimage.m,1165,2016-06-24
...........\mcleanupregions.m,4451,2016-06-24
...........\regionadjacency.m,4638,2016-06-24
...........\renumberregions.m,2412,2016-06-24
...........\rgb2lab.m,1096,2016-06-24
...........\slic.m,11600,2016-06-24
...........\spdbscan.m,7324,2016-06-24
...........\testdbscan.m,2326,2016-06-24

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

发表评论

0 个回复

  • 13_CMOS_OV7725_Gray_Mean_Filter
    基于FPGA开发的均值滤波程序,效率很高,非常有用(Based on FPGA development of the mean filter program)
    2017-09-25 19:06:06下载
    积分:1
  • gmm
    说明:  可用于图像分割、识别分类、语音识别等的代码实现(Recognition classification)
    2019-12-18 14:42:05下载
    积分:1
  • 0115
    图像格式转换例程源码,程序主要结合易语言图像格式转换支持库,可以将某些图象文件的格式转换到其它图象文件的格式(Image format conversion routines source, the program mainly with easy language support library image format conversion, you can convert the image file format to some other image file formats)
    2015-01-15 09:18:15下载
    积分:1
  • bilinear_interpolation
    说明:  利用matlab对图像进行双线性插值处理,具有良好的实现效果,亲测亲试。(Using matlab to process the image by bilinear interpolation, it has a good effect to realize the pro-test.)
    2019-06-08 13:52:48下载
    积分:1
  • test
    一个简短的计算图像信息熵的程序,对于初学IDL的开发者来说,有一定的借鉴作用(A brief image information entropy calculation procedure, IDL for beginner developers who have a certain reference)
    2011-11-19 23:09:46下载
    积分:1
  • tuxingbianhuan
    用c++编写的三维图像变换的源代码,也是计算机图像学中经常要学习的一种变换。(Transform the source code written in c++ three-dimensional images, but also often have to learn a transformation in the computer iconography.)
    2012-05-24 16:00:54下载
    积分:1
  • Graphics
    一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。) 五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 六、交互式Bezier曲线的输入绘制程序实现 (An integrated graphical interface of the program, each operation subroutine callable. One call a function of the point of the painting, with the DDA, the midpoint algorithm for drawing a straight line and the midpoint algorithm circle and oval. Second, the polygon scan conversion algorithm and region filling algorithm (scan line algorithm for must fill and edge flag algorithm based on the edge of the modulo operator is optional using the 4 regional connectivity recursive seed filling algorithm based on the area of seed filling, or scan line seed filling algorithm requires the seed point (x, y) can be entered interactively). Line Clipping polygon clipping algorithm animation achieved. (Two Line Clipping Algorithm and HS polygon-by-side clipping algorithm) polygon clipping algorithm animation requires draw a closed polygon, rectangle and then draw the crop window, and then select the the cropped button (or command), press the "on top of cutting "button (or the implementation of)
    2020-06-30 08:20:02下载
    积分:1
  • 区域编码和阈值编码实现压缩
    c++语言或MATLAB编程对256×256的灰度图像进行8×8DCT变换,对变换后的结果进行处理: 采用区域编码和阈值编码方法实现图像压缩,保留 50% 的系数(区域编码保留前 50%个系数,阈值编码保留 50%的大系数); 再反变换后,对比原始图像和处理后的图像。(C++ or MATLAB programming performs 8 * 8DCT transform on 256 * 256 grayscale images, processing the transformed results: The region coding and threshold coding are used to compress the image, and the coefficient of 50% is retained (the first 50% coefficients are reserved for the region code and the large coefficient of the threshold code is retained by 50%). After inverse transformation, the original image and the processed image are compared.)
    2020-07-01 08:40:01下载
    积分:1
  • edgelink
    这是一个实现边缘连接的程序,用于连接在一条轮廓线上的边缘点(edge link)
    2011-04-28 09:45:48下载
    积分:1
  • 858921
    位图操作图形选取源码,例程程序结合易语言位图操作支持库,填充小图形的背景颜色。(Select the source bitmap graphics operations , routine program combining bitmap operations easy language support library , filled with small graphic background color.)
    2016-12-30 00:24:07下载
    积分:1
  • 696522资源总数
  • 104046会员总数
  • 29今日下载