搜索资源列表
统计
- 计算图像直方图的统计特征,包括均值,方差,熵,三阶矩等。-image histogram calculated the statistical characteristics, including mean, variance, entropy, such as third-order moments.
tongjizhifangtu
- VC++编写的读取BMP图像,然后做统计直方图-prepared by the VC read BMP images, and then do the statistics histogram
Edgedetection
- 在matlab环境下,结合c语言,给出了常用三种图像处理的代码:灰度图像边缘检测,K-L变换,图像的统计直方图。
1223
- 打开一个bmp图像文件,输出它的统计直方图
imageProc
- 显示位图并统计直方图 同时可以均衡化的强大程序
ppp
- 对图象进行反色,真彩色转换为256色,对比度扩展,削波,阈值化,直方图统计,直方图修正处理
pic
- 简单的图像处理程序,统计直方图,均值化,用概率法对灰度值进行分类
灰度直方图
- 灰度直方图的统计对于一个图像来说是很重要的指标!-histogram statistics for the images is a very important indicator!
直方图修正
- 图象处理,由于直方图的统计,灰度拉伸,灰度变换,-image processing, statistical histogram, tensile Gray, Gray transformation, etc.
图像分割、迭代法、直方图的统计计算
- 图像分割、迭代法、直方图的统计计算、二值化图像,Image segmentation, iterative method, histogram of statistical computing, binary image
Charts.rar
- vc ++ 6.0 实现的各种统计图,线图,饼图,直方图,Charts including pie,line and bar chart
PLBP
- VC实现PLBP(分块LBP)算法,包括原始LBP算法,图像分块,中值滤波,统计直方图等具体功能-VC achieve PLBP (block LBP) algorithm, including the original LBP algorithm, the image block, median filtering, histogram and other specific functions
TextureLBP
- LBP纹理特征提取算法。首先将检测窗口划分为16×16的小区域(cell),对于每个cell中的一个像素,将其环形邻域内的8个点(也可以是环形邻域多个点,如图 3‑ 4. 应用LBP算法的三个邻域示例所示)进行顺时针或逆时针的比较,如果中心像素值比该邻点大,则将邻点赋值为1,否则赋值为0,这样每个点都会获得一个8位二进制数(通常转换为十进制数)。然后计算每个cell的直方图,即每个数字(假定是十进制数)出现的频率(也就是一个关于每一个像素点是否比邻域内点大的一个二进制序列进行统计),然
VB
- 反色,统计直方图,灰度均衡,空间低通滤波等-Anti-color histogram, gray balance, spatial low-pass filtering
imageProc
- 数字图像处理 BMP 直方图均衡化 直方图统计-BMP digital image processing, histogram equalization histogram statistics
DSplit
- 基于灰度的统计直方图,实现阈值的图像分割与轮廓提取。-Based on Gray Histogram statistics to achieve the threshold image segmentation and contour extraction.
Basic_Image_Process
- 基本的图像处理程序:统计直方图,阈值分割,图形加减,傅里叶频谱分析,频域理想高通、低通滤波,高斯型滤波器,伪彩色编码,可以保存处理以后的图像-Basic image processing: histogram, threshold segmentation, graphics, addition and subtraction, Fourier spectral analysis, frequency domain the ideal high-pass, low pass filter, Ga
Homework02
- 动态加载数字图像,进行彩图到灰度图像的转化,统计直方图,并进行直方图的均衡化-Digital Image Progress
直方图统计及比较
- 对图片做直方图统计,并计算不同图像之间的匹配率,效果很好,opencv2.4.9
直方图
- VS2010 opencv 直方图处理:直方图对这些黑白像素值的统计;利用Opencv中的calcHist()绘制直方图 Return:dstImage计算出来的直方图(VS2010 opencv histogram)