搜索资源列表
经过扩展的CGraph类及示例工程源代码
- 作者将一个CGraph类由像素模式下,扩展到逻辑模式下,并加了x,y轴的箭头,可以添加曲线名称。使用的方法: 复制Graph.h,Graph.cpp GraphLegend.cpp.GraphLegend.h GraphSeries.cpp,GraphSeries.h六个文件到相应的目录下,然后把他们加入到工程中,修改相应的头文件。在示例工程中作者提供了绘制饼图和直方图的代码。-CGraph author of a category by the pixel mode, the logica
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
HistogramCtrl_src
- vc6.0编写的类包括.h与.cpp 实现绘图中柱状图的功能。-vc6.0 the preparation of the class cpp implementation of histogram mapping function.
HistogramCtrl_src
- vs2005 编写的数据直方图显示 .h,.cpp文件-VS2005 histogram shows the preparation of the data. h,. cpp file
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
Histogram.cpp
- Function used to calculate histogram of am RGB iamge.
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
MyCode
- 总结的OPencv代码。图像warp,rotation.H_S直方图。滑动条设定阈值进行轮廓检测。在输入图像上检测轮廓。还有平均背景法。是txt格式,只需要把后缀名编程.cpp即可。-The summarized OPencv code. Image warps, rotation.H_S histogram. Slider to set the threshold for contour detection. Detect the contours in the input image. Av
CPP-picture
- 此程序是在vc++环境下对于灰白图像的处理,有阈值分割,分块儿编码,直方图统计等。-This program is a gray image processing the vc++ environment, threshold segmentation, sub-pieces encoded histogram.
histogram
- 计算图像的直方图,通过查找表修改图像外观,直方图均衡化,反投影直方图以检测特定的图像内容,实用均值漂移算法查找物体,实用比较直方图检索相似图片-Files: histogram.h histograms.cpp correspond to Recipes: Computing the Image Histogram Applying Look-up Tables to Modify Image Appearance Files: colorhistogra
MyBarChartTest
- 基于MFC工程柱状图 柱状图类(CMyBarChart)的两个文件(MyBarChart cpp MyBarChart h)不依赖于具体的工程 将文件添加至自己的工程即可运行 控件内柱子所在位置 大小 可根据控件大小自适应调整大小及位置 每根柱子高度为相邻柱子之间间隙 设控件总宽度为W 柱子个数为N 那么间隙宽度 X W 3 N + 1 柱子高度为 Y 2 X 2 W 3 N + 1 使用步骤: 1 申明对象 CMyBarCh
cpp
- 实现直方图均值化,效果良好,可设定阈值,实现分段均值化-Histogram mean of good effect, the threshold can be set to achieve the mean of sub-
Hist-equalization
- This source code is an algorithm for equalizing an image histogram using cpp visual studio 2012 and opencv
Histogram-equalization-CPP
- vc++运行环境,能够实现图像的直方图均衡化。-It has achieved histogram equalization with vc++ Operating Environment