搜索资源列表
histw
- An alternative to Matlab s HIST, function HISTW prevents extreme values in top and bottom percentiles of an input vector affecting the histogram s scaling, obscuring location and shape of the distribution s main mass. Limits of x and y (maximum only)
hist2d
- 二维直方图,MATLAB开发,用于描述图像的二维直方图 -2D hist
imhist
- 实现图像的直方图,该函数功能强大,已经通过matlab运行-it can realize a image s hist!
hist3d
- matlab实现的三维直方图统计。用来统计数据的三维直方图。可适用于任何三维数据的统计。-matlab code to deal with 3d hist.
Hist
- 基于环形颜色直方图的图像检索算发,比传统方法好用的多-Annular color histogram-based image retrieval count hair, easy to use than the more traditional methods
hist
- 在图像处理中,主要用于求取图像的直方图像。-In image processing, mainly for striking images, like the histogram
hist
- 设计一个程序,对一幅灰度图像现直方图均衡化处理。画出均衡化前后的图像及其直方图 -histogram equalization
Ex-07
- 一个matlab程序,可以绘制直方图.一 个matlab程序,可以绘制直方图.-one matlab program,which can plot hist.
newtsol
- Newton-Armijo code for scalar equations: Inputs: X = initial iterate, F = function, TOLA = absolute error tolerance, TOLR = relative error tolerance, JDIFF = 0, analytic derivative, syntax: [f,fp]=f(x), JDIFF = 1, forward difference derivative , Outp
chordsol
- CHORDSOL Chord method code for scalar equations. This code terminates on small relative-absolute errors, function [X, HIST] = CHORDSOL(X, F, TOLA, TOLR) Inputs: X = initial iterate F = function TOLA = absolute error tolerance TOLR
cPCI_6adc_400m_ran_ch_fenli_wenjian
- ADC动态性能测试,包括FFT法,正弦拟合法,直方图法,还可以测试通道之间一致性-ADC test of dynamic performance,including FFT method,sine fit method,hist method etc.
hist
- histograms in Matlab
hist
- Histogram in matlab source code
hist
- 对图像进行直方图匹配,使图像变得更加清楚。-The image histogram matching, the image becomes more clear.
hist
- 本程序时DSP上实现的图像均衡化,首先将dat文件导入TI开发的CCS上进行处理,其中在CCS上的编程用的是C语言编写。其中dat文件先通过matlab将图片转化得到的,并在matlab中做均衡化处理以便于DSP处理结果对照。-This program is implemented on a DSP image equalization, first dat file into the development of CCS on the TI deal, which the CCS is use
CBIR-HIST
- 本文主要对当今热门的基于内容的图像检索技术进行了研究,重点对它的算法进行研究。在半年的时间里,通过查阅很多相关的资料,并认真学习了基于内容的图像检索的基本理论,特别是深入研究了颜色直方图理论和累加直方图算法,最后在MATLAB平台下编程实现此系统,该系统可以实现基本图像检索的功能,根据用户输入的样本图像来与图像库中的图像进行特征匹配,然后找出与样本图像距离比较小的若干幅图像,并按照图像之间的距离由小到大的顺序显示给用户。-This paper focuses on today' s mos
hist
- 这是一系列通过灰度映射、伽马调整、形态学变换、灰度直方图标准化等等方法来对图像细节进行增强的图像预处理matlab代码-Through a series of gray-scale map, gamma adjustment, morphological transformation, details in an image grayscale histogram normalization and so on ways to enhance the image preprocessing of
hist equalization
- histogram equalization matlab source code.
hist
- i_tmp=int32((x(i)-minx)/xfd)+1; j_tmp=int32((y(i)-miny)/yfd)+1; z_tmp=int32((z(i)-minz)/zfd)+1; cntxy=tjxy(i_tmp,j_tmp ); cntxz=tjxz(i_tmp,z_tmp ); cntyz=tjyz(j_tmp,z_tmp ); cntxyz=tjxyz(i_tmp,j_tmp,z_tmp ); tjxy
Hist
- matlab里面用于画柱形图的函数hist(),可以直接运行,数据结果可修改(Matlab is used to draw the function hist (), can run directly, data results can be modified.)