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

搜索资源列表

  1. OTSU方法计算图像二值化的自适应阈值

    1下载:
  2. OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value of the two adaptive threshold,
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1814
    • 提供者:陈其星
  1. PixelProfile

    0下载:
  2. 一個可擷取出 Image 中的 Pixel Slice 並顯示出 Pixel Value/Linear Distance 的直方圖, 包含 Red, Green, Blue, Intensity, Hue, Saturation 等資訊顯示, 並有資料分析.-can have just one of Pixel Image Slice showed Pixel Value / Linear Distance histogram contains Red, Green, Blue, Intensi
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:224931
    • 提供者:黃建華
  1. othersIPmask

    0下载:
  2. OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。 算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。-OTSU algorithm can be calculated adaptive threshold (for conversion to gray scale im
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:176442
    • 提供者:electron
  1. jiyuneirongdetuxiangjiansuo

    0下载:
  2. 基于内容的图像检索中的一些关键环节:特征提取:颜色直方图;纹理特征等 相似度:马氏距离,欧氏距离等 相关反馈:机器学习方法,如SVM,神经网络等 检索与分类:两个很相似的样本距离很小,虽然两个不相似的样本距离未必很大-content-based image retrieval of some of the key issues : Feature Extraction : color histogram; Texture characteristics of simila
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:160149
    • 提供者:耿上
  1. ma_by

    0下载:
  2. The Matlab functions and scr ipts in the MA toolbox are: - ma_sone wav (PCM) to sone (specific loudness sensation) - ma_mfcc wav (PCM) to MFCCs (Mel Frequency Cepstrum Coefficients) - ma_sh sone to Spectrum Histogram - ma_ph sone to
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:24961
    • 提供者:mesu
  1. otsu

    0下载:
  2. OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。-Otsu algorithm can be said to be adaptive to calculate the single threshold (for converting images to gray scale image 2) simple Efficient methods. Algor
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-15
    • 文件大小:791
    • 提供者:dfsf
  1. Matlabbased-gesturerecognition 用matlab做的手势识别

    7下载:
  2. 用matlab做的手势识别 基于梯度方向直方图特征提取 欧氏距离判断-Gesture recognition with matlab do the gradient direction histogram feature extraction based on Euclidean distance to determine
  3. 所属分类:图形/文字识别

    • 发布日期:2017-05-04
    • 文件大小:3097940
    • 提供者:袁永金
  1. 200707171152015173

    0下载:
  2. 图像检索中颜色的特征提取及匹配算法,以家权欧几里得距离,中心距得加权距离,直方图交集算法等。-Image Retrieval color feature extraction and matching algorithm to the right home Euclid distance, center distance of a weighted distance, histogram intersection algorithm.
  3. 所属分类:Document

    • 发布日期:2017-04-29
    • 文件大小:36592
    • 提供者:李里
  1. cbir

    0下载:
  2. 用的是局部颜色特征,再说细点是用里面的区域颜色直方图的方法。把图像归一化到256X256,把图像分成4X4块,计算16个区域的颜色直方图、、、 最后计算相似度是用欧氏距离.-Using local color feature, repeat fine-point is inside the regional color histogram method. The normalized image to 256X256, the image is divided into 4X4 blocks
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:4693802
    • 提供者:周文
  1. DirectLDA

    0下载:
  2. This a MFC program to test direct linear discriminant analysis (direct LDA) for face recognition. Histogram equalization is used as a preprocessing and direct LDA is used to reduce a dimension in feature space from train images. Minimum Euclidean dis
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-26
    • 文件大小:8902145
    • 提供者:SUNGWOONG KIM
  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. Histogram

    0下载:
  2. Calculate histograms of gray&RGB channel of video frames, and the histogram distance of successive gray frame. Implemented with OpenCV-Calculate histograms of gray&RGB channel of video frames, and the histogram distance of successive gray frame. Impl
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:4468
    • 提供者:wokao
  1. Opencv_Quiz2

    0下载:
  2. 从摄像头提取视频文件,并显示每个图像帧的灰度直方图与一维RGB彩色直方图,并且比较上述直方图的距离。有四种比较方法一一实现了。-Extract the video file from the camera and display each image frame of gray-scale histogram and the one-dimensional RGB color histogram, and compare the histogram distance. There are fou
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2987647
    • 提供者:bends
  1. histgramTest

    0下载:
  2. 本程序计算局部窗口的累积直方图,可用于驱动水平集和纹理分割- in this test program, we calculate the cumulative histogram in a local window centered at each pixel,this local cumulative histogram can be used to drive the level set for image and texture segmentation.
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:2126
    • 提供者:方可
  1. particle-filter-for-tracking

    1下载:
  2. A simple example showing how to track an object with particle filter. Likelihood is based on Bhattacharya distance of color histogram.
  3. 所属分类:matlab

    • 发布日期:2014-05-05
    • 文件大小:13255788
    • 提供者:sofi
  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. Earth-Movers-Distance(EMD)

    0下载:
  2. 这里介绍的是一种直方图的比较方法。EMD算法,这里不同于我们熟知的目标检测算法,这里EMD的全称是Earth Mover s Distance,即陆地移动距离,是一种度量准则。光线变化能引起颜色直方图的漂移,引起颜色值位置发生变化,这时候一些直方图的比较匹配策略失效。EMD算法本身是一个通用的算法,它实际上度量的是怎样讲一个直方图的形状转变为另一个直方图的形状,包括直方图的部分(或全部)到一个新的位置,可以在直方图任何维的直方图上进行这种度量。 有关EMD陆地移动距离的具体内容可参考:Lea
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:1720
    • 提供者:宁静
  1. zhifangtu

    0下载:
  2. 利用直方图距离计算两个图的相关性,对于初学者很有用!-Histogram distance is used to calculate the correlation of two figure!
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:2252
    • 提供者:wangchuan
  1. histogram_distance

    0下载:
  2. histogram distance finding program in designed by matlab
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:15360
    • 提供者:dhanase
« 12 3 »
搜珍网 www.dssz.com