CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 颜色特征

搜索资源列表

  1. tezh

    0下载:
  2. 一个提取图像小波纹理特征和颜色特征的源码-a wavelet extraction image texture features and color characteristics of the source
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1430
    • 提供者:陈晶晶
  1. particle_filter_tracking

    0下载:
  2. 基于粒子滤波原理,选取颜色特征对目标进行描述,实现视频目标的实时跟踪,效果较好。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5546
    • 提供者:Zhang Hongchao
  1. colorMomentRGB

    0下载:
  2. 颜色矩的计算 color Moment,图像处理特征提取-color Moment
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:687
    • 提供者:ccmch
  1. colormoment

    1下载:
  2. 读取图片,提取图片的颜色矩特征,其中变量I=imread( 1.jpg ),1.jpg即为需要读取的图片。-Read the image, color moments extracted image features, including variable I = imread (' 1. Jpg ' ), 1.jpg shall be required to read the pictures.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:19878
    • 提供者:yijing
  1. JAVA

    2下载:
  2. 基于JAVA实现的图像特征提取源代码 图像特征提取的源代码,使用sobel算子提取图像边缘,使用hu矩提取图像形状特征,使用颜色中心矩提取图像颜色特征,请使用eclipes导入该工程并运行test文件(可将test文件中去掉一些注释部分运行更多功能)。-JAVA based on the realization of the image feature extraction image feature extraction source code source code, use the sob
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-04-12
    • 文件大小:37192
    • 提供者:范卫华
  1. colorspace

    2下载:
  2. 对于颜色空间中各种颜色空间的转换,用于提取颜色特征!MATLAB实现源码,效果不错!-For a variety of color space color space conversion, to extract color features! MATLAB source code to achieve good results!
  3. 所属分类:matlab

    • 发布日期:2016-05-17
    • 文件大小:71680
    • 提供者:刘小瑞
  1. genzong

    0下载:
  2. 目标跟踪代码,算法程序为纯c代码,是基于颜色特征的跟踪算法。-Tracking code, the algorithm procedure of pure c code, is based on color feature tracking algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1253484
    • 提供者:柳青
  1. SIFT

    1下载:
  2. MATLAB实现图像的SIFT特征提取,并做在不同光照、不同视角下的特征匹配-SIFT MATLAB for image feature extraction, and to do in different lighting, different from the Perspective of feature matching
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1291311
    • 提供者:dulihui
  1. extract_LP

    1下载:
  2. 车牌定位的源代码,通过颜色特征过滤抽取将黄色区域抽取出来-plates positioning of the source code, color filter characteristics will be collected yellow regional extracted
  3. 所属分类:matlab

    • 发布日期:2016-12-01
    • 文件大小:3386
    • 提供者:
  1. interest-points

    0下载:
  2. 基于兴趣点颜色及纹理特征的图像检索算法,通过同类比较,平均检索准确率提高11个百分点。-Based on the interest points and texture features of color image retrieval algorithm, through a similar comparison, the average retrieval accuracy rate of 11 percent improve.
  3. 所属分类:matlab

    • 发布日期:2016-05-25
    • 文件大小:1842064
    • 提供者:jiashijie
  1. c_value

    0下载:
  2. 提取图像的颜色特征,首先将图像颜色映射到指定的8个颜色,然后利用自相关和互相关计算得到图像的特征向量,并从原数据库中算出利用此方法检索图像的正确率,并将检索结果好的图像显示到指定文件夹中。-Extract image s color characteristics.First, the image color map to the specified eight colors, then use the auto-correlation and cross-correlation calcula
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:324286
    • 提供者:董懂
  1. Untitled2

    0下载:
  2. 大家可以分享 ,一起学习,本程序是泡沫颜色特征提取-very goodvery goodvery goodvery good
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1666
    • 提供者:刘潭
  1. image_RGB

    0下载:
  2. 该文件提供了基于图像颜色特征检索的源代码-this artical provides the code based of the color of a image
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:27912
    • 提供者:张馨丹
  1. PF-Tracking

    0下载:
  2. 基于颜色特征向量的粒子滤波跟踪程序,修复了因粒子超过窗口范围出现ERROR的BUG,还包括了一些有助于粒子滤波学习的资料-color-based particle filter tracking, some bugs have been fixed, some information about PF Tracking is included too!!
  3. 所属分类:matlab

    • 发布日期:2017-05-28
    • 文件大小:10274171
    • 提供者:JAMES
  1. meanshift-tracking

    0下载:
  2. meanshift结合颜色特征跟踪目标的程序,经过调试无误,还有几个很好的meanshift算法学习资料包,非常适合初学者参考-color-based meanshift tracking program, some bugs have been fixed, and some information about meanshift is included too! enjoy yourself~~
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-23
    • 文件大小:7252213
    • 提供者:JAMES
  1. tiqu

    0下载:
  2. 图像的颜色特征提取,通过选择合适的阈值,将对象从复杂背景中提取出来-Image color feature extraction, by selecting the appropriate threshold, the object is extracted from complex background
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:16688
    • 提供者:杨莉莉
  1. linear_decoder_exercise

    0下载:
  2. 深度学习之用线性解码器学习颜色特征,是针对Andrew NG的Stanford公开课中的一个例子的练习的全部源代码,文件指明了数据集的下载地址,一旦下载到数据集,即可直接运行-Learning color features with Sparse Autoencoders
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:85118
    • 提供者:pustar
  1. Colorhist_Libsvm_demo

    0下载:
  2. 利用此程序,可以对图片的颜色特征进行提取,进而进行图片的分类,并统计出分类的正确率。-With this program, you can picture the color feature extraction, and then classify pictures and statistics of the correct rate of classification.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1279
    • 提供者:刘梦雅
  1. Color-based-Image-Retrieval

    0下载:
  2. 基于颜色特征的图像检索,利用matlab技术实现了一个简单图像检索的程序-Image retri based on color feature, the use of technology to achieve a simple matlab image retri program
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:339743
    • 提供者:杨磊
  1. 特征 提取

    1下载:
  2. 提取目标的形状特征、颜色特征和边缘特征等。
  3. 所属分类:matlab例程

    • 发布日期:2017-07-29
    • 文件大小:88890
    • 提供者:fanxueforever
« 12 »
搜珍网 www.dssz.com