搜索资源列表
2002011827
- 使用的函数(非自己编写):dib.cpp(附上)功能:1.BMP图的读写;2.画直方图;3. 存直方图;4.迭代算法求得阈值并进行二值化;5.任意输入并进行二值化(供比较);6. 保存新图或者恢复原图。pS:Public类中的文件地址指针是全局变量。-use of the function (their preparation) : dib.cpp (attached) functions : 1. BMP map reading and writing; 2. Painting histogr
claheVC
- vc编的图像增强程序,对比度受限,直方图均衡-vc series of image enhancement procedures, contrast limited histogram equalization
EmdL1_v2
- NOTES: 1. This implemention borrowed some basic framework from Rabner s original EMD code. 2. Histogram matrices are assumed to be arranged in the "matlab" style, i.e, the [i,j,k]-th element is located in the position i*(n2*n3) + j*(n3
ImageProc
- 一些常用的图像处理cpp和对应的matlab接口 是非常常用的一些代码-Quick list of the source included: imhist_thresh.cpp: Generate histogram from data,# of bins based on unique values. imsmarthist_thresh.cpp: equalize data based on histogram imsmartstd_thresh.cpp: equal
colorjunheng
- 数字图像处理的彩色直方图均衡的Dib的Cpp文件-Digital image processing color histogram equalization of Dib' s Cpp file
CPP
- 可以用来自动获取图像的灰度直方图,然后根据灰度直方图来判断有效的信息。-Can be used to automatically get the image histogram, and then under the histogram to determine the effective information.
cPP
- 能完成图像的2进制读入与直方图均衡滤波,增强对比度-Able to read and complete the image histogram equalization filter
HOG_linux
- 提取图像方向梯度的直方图特征,image processing(图像处理)-HOG feature extraction Descr iption This program is used to extract HOG(Histograms of oriented gradients) features from images. The integral histogram is used for fast histogram extraction. Both APIs and b
CPP-picture
- 此程序是在vc++环境下对于灰白图像的处理,有阈值分割,分块儿编码,直方图统计等。-This program is a gray image processing the vc++ environment, threshold segmentation, sub-pieces encoded histogram.