搜索资源列表
junhengadapthisteq.rar
- 改进的自适应均衡直方图化的m函数,可以调整图像对比度,The adaptive equalizer to improve the histogram function of m, you can adjust the image contrast
CannyJava
- hai I m doing digital image processing project in matlab. so I wnat source code for edge dector algorithm, color histogram and texture algorithm using matlab related source code.
matlab
- 二值化 灰度调整 细化1 线性滤波2 直方图 直方图均化.txt 中值滤波2.txt 自适应滤波3.txt -Binarization of gray-scale adjustment of a linear filter refinement 2 Histogram Histogram equalization. Txt median filter 2.txt adaptive filtering 3.txt Adaptive Filtering.m Linear Filte
HistOptimal
- It gives optimal histogram. It has m files. Mainly it is a program of Matlab
Car_hist
- Drulhe S. - Hue M. -- dec 2003 Demo to compute the histogram features. Some functions used here require Image Processing Toolbox-Drulhe S.- Hue M. -- dec 2003 Demo to compute the histogram features. Some functions used here requir
Matlab-M-File03
- 21. 片状图 22. 视角的调整 23. 向量场的绘制 24. 灯光定位 25. 柱状图 26. 设置照明方式 27. 羽状图 28. 立体透视(1) 29. 立体透视(2) 30. 表面图形 -21. Flaky Figure 22. Angle adjustment of 23. Vector field drawing 24. Lighting position 25. Histogram 26. Install a lighting means
ImageDescriptorsandImageSimilarity
- 得到图像的直方图来进行图像之间的比较,主要用于图像检索和目标跟踪-Carried out by the image histogram comparison between the images, mainly for image retrieval and object tracking
cr
- color histogram, cloud histogram. got from file exchange,m not d author
hist2dtest.m
- Make 2D histogram on pairs of (x,y) data
histo.m
- Histogram of an image
Hierachical-Multiscale-LBP
- emoCode.m shows how to extract hierarchical multiscale LBP features. GetMultiscaleLBP.m gets hierarchical multiscale LBP histogram for a given image distMATChiSquare.m computes the dissimilarity between training samples and a test sample
local-binary-pattens
- LBP人脸识别:基于对小波分解和局部二进制模式(LBP)分析,提出了一种多级LBP直方图的序列特征(M—HSLBP)的提取方法。-LBP Face Recognition: Based on the wavelet decomposition and local binary pattern (LBP) analysis, a multi-stage sequence of LBP histogram features (M-HSLBP) extraction method.
histogramEqualization
- It is user-build functions to create a histogram of an image and to equalize it. histogram.m:=creates histogram of an image histEqual.m:=equalizes the historam
distributionPlot
- The zip-file contains the following files for visualizing distributions: - distributionPlot.m: main function that allows creating violin plots - histogram.m: generate histograms with ideal bin width given the number of data points and the spread
Histogram-Normal-distribution.m
- Histogram normal distribution
m
- meanShift算法用于视频目标跟踪时,采用目标的颜色直方图作为搜索特征,通过不断迭代meanShift向量使得算法收敛于目标的真实位置,从而达到跟踪的目的。-meanShift video object tracking algorithm is used, the use of the color histogram of the target as a search feature, so that through continuous iteration meanShift vecto
MyBarChartTest
- 基于MFC工程柱状图 柱状图类(CMyBarChart)的两个文件(MyBarChart cpp MyBarChart h)不依赖于具体的工程 将文件添加至自己的工程即可运行 控件内柱子所在位置 大小 可根据控件大小自适应调整大小及位置 每根柱子高度为相邻柱子之间间隙 设控件总宽度为W 柱子个数为N 那么间隙宽度 X W 3 N + 1 柱子高度为 Y 2 X 2 W 3 N + 1 使用步骤: 1 申明对象 CMyBarCh
histogram.m
- image processing code for Histogram
hist2.m
- Utility to provide a 2D histogram, like mat lab s hist() but bivariate
histogramAndEqualization.m
- 给定一幅图像,输出其直方图,并实现对图像的均衡化。 -Given an image, the output of its histogram, and to achieve equalization of the image.