CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - label matlab

搜索资源列表

  1. label

    0下载:
  2. 用*标识出二值图像中的物体。使用的是Matlab中belabel函数。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1615
    • 提供者:xioan hua
  1. cells.rar

    0下载:
  2. 读入红细胞图片,通过中值滤波,开运算,闭运算,以及贴标签等方法获得细胞个数,Caculate the number of cells in the picuture, use method of midfilter,label and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3862
    • 提供者:颖川
  1. Read_MNIST_DataSet

    0下载:
  2. 读取MNIST数据集中图像数据文件和图像标签文件并转化成BMP图片和txt格式的标签数据。本程序简单易用,注释清楚。直接运行代码,选择相应文件即可输出BMP图片或txt文件。-The program is used to read the MNIST data set and translate the image data file and image label file into BMP or txt files.
  3. 所属分类:Graph Recognize

    • 发布日期:2016-01-25
    • 文件大小:4360
    • 提供者:云在青天
  1. Label a watershed image

    0下载:
  2. 图像的分水岭分割及标记分块。是进行图像处理的有利工具-Image segmentation and marking a watershed block. Is a powerful tool for image processing
  3. 所属分类:Graph program

    • 发布日期:2016-04-29
    • 文件大小:3162
    • 提供者:liulei
  1. restore

    1下载:
  2. 图像增强的目标是改进图片的质量,例如增加对比度,去掉模糊和噪声,修正几何畸变等;图像复原是在假定已知模糊或噪声的模型时,试图估计原图像的一种技术。 图像增强按所用方法可分成频率域法和空间域法。前者把图像看成一种二维信号,对其进行基于二维傅里叶变换的信号增强。采用低通滤波(即只让低频信号通过)法,可去掉图中的噪声;采用高通滤波法,则可增强边缘等高频信号,使模糊的图片变得清晰。具有代表性的空间域算法有局部求平均值法和中值滤波(取局部邻域中的中间像素值)法等,它们可用于去除或减弱噪声。 -A
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:781
    • 提供者:小小
  1. sample-label

    1下载:
  2. 代码为进行车道线数据标识的程序,用matlab实现的,可以对不同的数据进行标识,非常好用,欢迎下载-The code for the lanes of the program data identification line, matlab, can to different data mark, very good with, welcome to download
  3. 所属分类:Graph Recognize

    • 发布日期:2016-04-20
    • 文件大小:18432
    • 提供者:zangying
  1. label

    0下载:
  2. 在matlab开发环境中,对于图像采用贴便签算法识别出不同连通域后,对该图像的不同连通域索引不同的颜色,显示出标签的效果!-In the Matlab development environment for the images posted notes algorithm to identify different connected domains, the different colors of the image connected domain index, showing the e
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-24
    • 文件大小:611
    • 提供者:zhangzhang
  1. simple_tab

    0下载:
  2. 一个基于matlab实现的标签指南源码。-A source based on the matlab implementation of label guide.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:3322
    • 提供者:丫头的老公
  1. AREA

    0下载:
  2. 几个连通区域的标记,有matlab的源程序!-AREA label
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:11147
    • 提供者:杨兵兵
  1. xml-to-mat

    1下载:
  2. 此代码应用于将xml文件转换为mat文件。在图像的目标识别时我们需要获得一些图像的点坐标。但是通过label me。我们只能获得xml文件的形式,这样我们就需要将xml文件转换为mat文件。方便在matlab的语言环境中进行处理-This code is used in the xml file into mat file. When the target image recognition we need at some point in image coordinates. But by l
  3. 所属分类:Special Effects

    • 发布日期:2016-04-11
    • 文件大小:212992
    • 提供者:张友钧
  1. MIMLmiSVM

    0下载:
  2. matlab编写的多示例多标记分类程序,采用miSVM算法,svm做分类器,其中附有各个调用函数,和作为例子的数据和主程序,可以运行,可以多多示例多标记样本进行分类。-matlab prepared multi-instance multi-label classification procedures, using miSVM algorithm, svm do classifier, which function with each call, and as an example of th
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1312822
    • 提供者:wang
  1. MIMLBoost

    0下载:
  2. matlab编写的MIMLBoosting算法,其中包括实现算法的函数,还有可作为示例的数据和主程序,可以运行,可以对多示例多标记样本进行分类,并计算正确率等多个指标。-MIMLBoosting algorithm matlab prepared, including the implementation of the function of the algorithm, as well as examples of data and the main program, you can run,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2650534
    • 提供者:wang
  1. MIMLSVM

    0下载:
  2. matlab编写的MIMLSVM算法,可对多示例多标记样本进行分类,并计算正确率等多个评价指标,算法准确无误,可以运行,附有作为例子的数据和主程序。-matlab prepared MIMLSVM algorithms for multi-instance multi-label classification of samples and calculate the correct rate and other evaluation algorithm is accurate and can r
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:617094
    • 提供者:wang
  1. Book-label-division

    0下载:
  2. 图书标签分割,MATLAB,当你可以支付一小作业参考,可以很好地得到一个二值图像-Book label division, MATLAB, when you can pay a small job reference, you can get a good binary image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:444178
    • 提供者:yanyingsheng
  1. LDLPackage

    0下载:
  2. 最新的标号学习分布matlab代码,是一种比较新的优化算法-The latest distribution matlab code label study, is a relatively new optimization algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1861640
    • 提供者:徐磊
  1. Desk76top

    0下载:
  2. 【谷速软件】matlab有偿编程 从创建一个3D标签图像的4D RGB图像 可以作为参考使用下载-[Valley] matlab paid programming speed software to create a 3D label 4D RGB image as a reference image can be downloaded
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:14643
    • 提供者:程工
  1. shape-label

    0下载:
  2. 一种简单而快速的利用图像的轮廓在极坐标中的特征,做形状的匹配 matlab实现- a simple and fast image characteristics in polar coordinates, the outline of shape matching of matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:29547
    • 提供者:王淑丹
  1. hw2

    0下载:
  2. 对图像进行分割处理,对图片中的物体进行分析并滤过不符合条件的物体,最后对图片中的物体进行编号。未采用matlab自带函数-segment the image and then remove small objects in the image. Then label the objects in the image by 4-pass
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:101992
    • 提供者:yiminghuang
  1. sa

    0下载:
  2. 图像处理 求出图像中米粒个数以及各米粒的大小 首先进行边缘检测,然后填充,之后进行开运算,可以使一些轻微连接着的米粒分开。然后遍历图片,把各个米粒进行标号,从1开始从小到大标号。每个米粒的各像素点值相同,第i个米粒的各像素点值均为i。其中采用了队列,用数组模拟。最大的米粒标号便是米粒的总个数。最后,遍历一遍图像数组,便可求出各米粒的面积。(image processing The number of rice grains and the size of each grain were c
  3. 所属分类:图形图象

    • 发布日期:2018-01-05
    • 文件大小:352256
    • 提供者:为你祈福
  1. Books (2)

    0下载:
  2. label of character recogniton using matlab
  3. 所属分类:图形/文字识别

    • 发布日期:2018-04-18
    • 文件大小:3333120
    • 提供者:beent
搜珍网 www.dssz.com