搜索资源列表
delphi灰度直方图
- 直方图是反映一幅图像中的灰度级与出现这种灰度的概率之间的关系图。-histogram is reflected image of a gray scale and intensity of this relationship between the probability map.
lessonresouse
- 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波
20060816
- 图像处理算法源程序.pdf,包含: 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++开*廓提取源程序 堆
gray-scaltransformation
- 对图象进行相关灰度变换,可以完成图象直方图变换和二值化等阈值操作.-right image associated gray transform, to be completed and transform image histogram value of the two other threshold operation.
ImagesmoothingContrastEnhancement
- 直方图均衡:原始图的直方图变换为均匀分布的形式,这样就增加了象素灰度值的动态范围从而达到增强对比度的效果 中值滤波:中值滤波属于非线性平滑滤波器,它可以消除噪声又能保护图象的细节-histogram equalization : the original plan to transform the histogram in the form of uniform distribution. This will increase the value of the pixel gray area
progress
- 数字图像处理,实现灰度直方图、伪彩色、消噪等等一系列图像的优化处理,采用c-digital image processing and realizing gray histogram, pseudocolor, denoising a series of image processing optimization, using c
mdi灰度直方图
- 打开并显示bmp格式的图像,并生成并显示该图像的灰度直方图。 灰度直方图各项参数都可自定义。-open bmp format and display images, and generate and display the image histogram. Histogram parameters can be defined.
histogram-用VC++建立MFC多文档对灰度图像进行的直方图均衡化
- 用VC++建立MFC多文档对灰度图像进行的直方图均衡化,本文档提供了所有步骤以及源代码!-Build with VC++ MFC Multiple Document for grayscale image histogram equalization, this document provides all the steps and source code!
zhifangtu.rar
- 实现了对灰度图像的输出直方图,进行均衡化以及点运算功能,Implementation of the output gray-scale image histogram, as well as a balanced point of computing functions
LineTrans
- 图像的点运算,灰度直方图,线性变换,阈值变换,完整程序,验证可行。新手上传,望支持。-image linetrans
graphic-processing
- 经典的图像处理程序,小型光影魔术手了,曝光等功能,都用的最基本的算法,可以作为平台,添加功能。还有灰度直方图,用来分析图像的。-This is the classical program for graphic processing, a simple version of GuangYingMoShuShou, with functions like exposure ect. However the algorithm is very basic,which can be used as a
imageprocessing
- 图像处理的GUI界面,包含灰度直方图生成,图像预测法压缩编码,图像腐蚀和膨胀,损失和复原,以及各种算子的边缘检测-Image Processing GUI interface, including histogram generation, image compression encoding prediction method, image erosion and dilation, the loss and recovery, as well as a variety of edge det
Histogram
- delphi编写的程序,实现灰度直方图的绘制-delphi prepared by the procedures, histogram drawing
Hough00
- 基于灰度直方图的辨识前方物体的算法,通过此算法可辨识出前方物体。-Object recognition algorithm based on histogram ahead through this algorithm can identify the object in front.
ImageTool
- 一款小巧 图片分析工具,能查看 任意坐标点 RGB值 和灰度直方图等-A compact image analysis tools that can view any coordinate point RGB histogram values and so on. .
fog-
- 夜间增强和去雾增强算法及其实现。 (1)将图像由RGB空间转换到HSI空间,然后对HSI空间亮度分量(I分量)的灰度直方图进行均衡化处理,然后再转换到RGB空间。 (2)利用暗原色先验图像去雾算法对图像进行去雾处理-Enhanced fog at night and go enhancement algorithm and its implementation. (1) the image space conversion RGB to HSI space, then HSI sp
car-plate
- 汽车车牌图像的图像分割,步骤如下:图像裁剪,绘制灰度直方图,双峰阈值分割,于可视化界面实现,并附有个人实验报告。-Car license plate image segmentation, as follows: image cropping, drawing histogram bimodal thresholding, visual interface to achieve, along with individual test report
ImageProcessingLearning
- 正在学习图像处理分割算法,上传的是刚学习matlab处理图像的一些内容,包括转换灰度图、画灰度直方图、图像翻转线性变换、部分区域图像边2值图像和灰度拉伸等内容,-Are learning image processing segmentation algorithm, upload is just learning matlab image processing some of the content, including grayscale, painting histogram, image
histogram
- 绘制图像的灰度直方图,给一张图片,绘制其直方图,并显示-Draw the image histogram, for a picture, draw its histogram, and display
用python显示图像直方图
- 我们要对图像求直方图,就需要先把图像矩阵进行flatten操作,使之变为一维数组,然后再进行统计。 一、画灰度图直方图 绘图都可以调用matplotlib.pyplot库来进行,其中的hist函数可以直接绘制直方图。
