CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - histogram match

搜索资源列表

  1. pic

    1下载:
  2. 实现BMP图像的直方图均衡化,并集成了两幅图片的相似度匹配,能输出匹配度-Achieve BMP image histogram equalization, and integrated picture of the similarity of the two match, output match degree
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:48797
    • 提供者:叶峰峰
  1. HistogramMatching

    0下载:
  2. 用于对原始图像根据指定图像的直方图进行匹配的matlab函数。用于改善图像的对比度。-Used for the original image histogram according to the specified image to match the matlab function. Be used to improve the image contrast.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:2228
    • 提供者:kevin
  1. 40

    0下载:
  2. 近年来,随着互联网的高速发展,网上的多媒体信息也急剧增加,这些多媒体信息以图像为主。如何从浩瀚的图像数据库中快速、准确地找出所需要的图像,己成为一个备受关注的研究课题。有效地组织、管理和检索大规模的图像数据成为迫切需要解决的问题。于是基于内容的图像检索(Content-Based Image Retrieval: CBIR)作为一个崭新的研究领域出现了。 本课题拟研究、分析彩色图像红、绿、蓝三基色直方图的生成、特征提取和相似度等问题,应用图像的颜色信息—三基色直方图对图像进行检索。针对基于颜
  3. 所属分类:Wavelet

    • 发布日期:2017-04-05
    • 文件大小:408756
    • 提供者:qichao
  1. FastEMD-1.1

    1下载:
  2. The code efficiently computes the Earth Mover s Distance (EMD) between two histograms or sparse histograms (signatures). The EMD is also known as Mallows, 1st Wasserstein, Monge-Kantorovich, Match and Transporatation distances. The approach was descr
  3. 所属分类:Multimedia program

    • 发布日期:2017-03-24
    • 文件大小:201937
    • 提供者:ning
  1. match

    0下载:
  2. 由图像的颜色直方图求取相应的区域颜色熵,利用该信息判断出两幅图像间的相似度,可将其利用到诸如镜头检测之类的场合中-Use color histogram to calculate corresponding regional color entropy, use this information to determine the similarity between two images,which can be used to detect the occasions such as shot
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1015616
    • 提供者:laputa
  1. ImageThemeFilter

    0下载:
  2. 对图像进行分主题过滤。 根据给定的图像样本集,进行样本训练,提取多个颜色空间中的多种方式(颜色矩,纹理谱,直方图,肤色模型等)的得到图像特征集;对待过滤图像进行特征提取,向量匹配,进而实现图像分主题分类功能。-Sub-theme of the image filter. According to a given set of image samples to conduct the training samples to extract more color space in multipl
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9486904
    • 提供者:andy
  1. ImageRetrieval

    1下载:
  2. 毕业设计,基于内容的图像检索,支持的检索特征包括 sift,颜色直方图,灰度矩阵,HU不变矩,边缘方向直方图,检索方法使用K-means和K-D树两种,需要OPENCV支持,运行时请先选定一个文件夹来生成特征库,特征库用access数据库保存,只支持JPG文件-Graduate design, content-based image retrieval, search features, including support sift, color histogram, gray matrix,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:359361
    • 提供者:平天羽
  1. Image-match-selection

    0下载:
  2. 通过图像的Tamura纹理匹配与颜色直方图匹配来选择图像-through Tamura texture matching and color histogram matching to select the matching image
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1471
    • 提供者:mengjian
  1. 3dwhist

    0下载:
  2. 计算和匹配图像的三维直方图,h=getPatchHist(img,weight,nbins),nbins为每一个通道上bin的个数,如[8 8 8] -caculate and match the 3d histogram of an image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1941
    • 提供者:刘莹
  1. zhifangtu

    1下载:
  2. 在对图像进行处理之前,了解图像整体或局部的灰度分布情况非常必要。对图像的灰度分布进行分析的重要手段就是建立图像的灰度直方图,利用图像灰度直方图,可以直观地看出图像中的像素亮度分布情况;通过直方图均衡化、匹配(规定化)等处理,可以对图像的质量进行调整。该段代码就是对直方图的各种处理,如,直方图生成直方图均衡化和直方图匹配。 -In the image before treatment, understand the whole or local image of gray distribut
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-09-27
    • 文件大小:575
    • 提供者:杨莎莎
  1. match

    0下载:
  2. 本项目主要工作是对提供图片与库中图片进行颜色和纹理两方面的匹配。其中,颜色匹配直接用基于颜色RGB的直方图匹配,纹理匹配则是通过小波变换转换成频域值,然后用Canny算子计算总和,最后得到图片的纹理图进行匹配-The main work of this project is to match the colors and textures to provide pictures and picture in the library. Among them, the direct use of c
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:527544
    • 提供者:ljj
  1. color-histogram-matching

    0下载:
  2. 本代码实现多视频下的目标识别的方法。使用了颜色直方图特征,并计算巴氏距离得出目标是否匹配。可以使用背景较为简单的视频进行实现。-The code to achieve the target recognition method of multiple video. Color histogram, and calculates the the Pap distance derived target match. Can use relatively simple background video
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-14
    • 文件大小:22151794
    • 提供者:wang
  1. hist-match

    0下载:
  2. compute histogram matching of an image-compute histogram matching of an image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1139
    • 提供者:astatira
  1. Histogram

    0下载:
  2. 本代码实现图像的直方图反向匹配,用于目标识别定位-The code to achieve the image histogram reverse match for the positioning of target recognition
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:24882
    • 提供者:任莹
  1. matlab-and-C-histogram

    0下载:
  2. matlab C语言混合编程 读取bmp图像 直方图匹配 直方图均衡-matlab c read bmp image histogram match histogram uniform
  3. 所属分类:File Operate

    • 发布日期:2017-11-05
    • 文件大小:7010
    • 提供者:彭家德
  1. histogram

    0下载:
  2. 在matlab中实现直方图均衡化操作及直方图匹配操作,自编代码实现运算-Histogram equalization and histogram match.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:827
    • 提供者:liangkai
  1. histogram

    0下载:
  2. 直方图均衡和匹配的代码,简单实现,适合入门参考-histogram equalization and match
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:16181544
    • 提供者:许岚
  1. image-match

    0下载:
  2. 基于opencv,直方图匹配,找到目标图像与模板图像直方图匹配的区域并标出坐标,方法为反向块搜索-Based on opencv, histogram matching, to find the target image and the template image histogram matching and mark the coordinates of the area, the method of reverse block search
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4073299
    • 提供者:周辉
  1. image-processing-(histogram-match---fourier)

    0下载:
  2. image processing (histogram match , fourier)
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1200
    • 提供者:devlopper30
  1. 目标跟踪-代码

    0下载:
  2. complete tracking with HOG feature extraction and color histogram match.
  3. 所属分类:OpenCV

    • 发布日期:2018-01-05
    • 文件大小:6161408
    • 提供者:一生寻真
« 12 »
搜珍网 www.dssz.com