登录
首页 » 图形图像 » digital image processing and realizing gray histogram, pseudocolor, denoising a...

digital image processing and realizing gray histogram, pseudocolor, denoising a...

于 2022-06-12 发布 文件大小:6.64 MB
0 155
下载积分: 2 下载次数: 1

代码说明:

数字图像处理,实现灰度直方图、伪彩色、消噪等等一系列图像的优化处理,采用c-digital image processing and realizing gray histogram, pseudocolor, denoising a series of image processing optimization, using c

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 扫描线填充算法使用一系列平行直线去切割轮廓线,通常有成对的交点出现,每对交点就代表扫描线与轮廓线的一个相交区间...
    扫描线填充算法使用一系列平行直线去切割轮廓线,通常有成对的交点出现,每对交点就代表扫描线与轮廓线的一个相交区间-Scan Line Algorithm for the region filled
    2022-03-24 16:07:30下载
    积分:1
  • 码P0301:数字矩阵数据的显示和傅里叶变换p0302:两
    程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P0309:运用5种不同的梯度增强法进行图像锐化 P0310:图像的高通滤波和掩模处理 P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 P0312:利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理 -code P0301 : digital image data matrix display and Fourier Transform P0302 : two-dimensional discrete cosine transform image compression P0303 : using gray transform method to enhance the contrast of the image P0304 : histogram equalization P0305 : simulation images by Gaussian white noise and pepper noise impact P0306 : using 2D median filtering function medfilt2 right by the Salt and Pepper noise filtering images P0307 : MATLAB functions filter2 of noise interference filter images mean P0308 : Image Adaptive Filter WEI Na-P0309 : using five different gradient Enhancement Act for image sha
    2022-02-12 13:34:57下载
    积分:1
  • 这个程序可以实现中点画圆画线 种子填充 裁剪
    这个程序可以实现中点画圆画线 种子填充 裁剪-This process can achieve the midpoint of seed filling Circle Draw a line clipping
    2022-04-01 11:02:51下载
    积分:1
  • 汽车压双黄线检测
    1.压双黄线自动检测是通过对交通道路上的监控设备采集到的车辆正面图片进行处理,采用智能技术对车辆是否压双黄线实现自动检测,监控视频分析可分为运动检测、目标分类、目标跟踪、目标行为描述等几个主要内容。    〉运动检测:即在每帧中找到运动的目标。本题中由于多数情况下摄像机是固定不动的,所以背景在相邻的帧中没有变化,使用差分就可以粗略地把背景标记出来。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-05-15 05:09:21下载
    积分:1
  • soft and source code for load tiff image and Image Processing
    soft and source code for load tiff image and Image Processing
    2022-06-12 12:32:16下载
    积分:1
  • 黑魔方系列中一本:实用处理。基中分割和识别的部分我认为还是比较有特色的。...
    黑魔方系列中一本:实用图像处理。基中图像分割和识别的部分我认为还是比较有特色的。-Series 1 : Practical image processing. Image-based segmentation and the identification part I think is quite unique.
    2022-12-06 09:35:03下载
    积分:1
  • 利用.plt文件和plot绘制工程
    利用.plt文件和plot绘制工程图形-use. Plt documents and plot graphics mapping project
    2023-08-04 23:20:02下载
    积分:1
  • 读取amsre卫星数据 1、分别求出2007年6月、2007年12月、2008年6月105°E-145°E,10°N-50°N范围内各参数的5度间隔纬向平均...
    读取amsre卫星数据 1、分别求出2007年6月、2007年12月、2008年6月105°E-145°E,10°N-50°N范围内各参数的5度间隔纬向平均值并输出ASCII有格式文件; 2、读入ASCII文件(read_ascii, ascii_template;或者readf),画图(plot、oplot)表示2007年6月、2007年12月、2008年6月输出结果(X轴为纬度,Y轴为参数, 同一参数不同月份放在一张图上,5个参数5张图),并进行必要标注(xyouts)。 -Read amsre satellite data 1, respectively, derived in June 2007, December 2007, June 2008 105 ° E-145 ° E, 10 ° N-50 ° N within the parameters of the 5-degree intervals zonal mean value and a format for the output ASCII file 2, read into the ASCII file (read_ascii, ascii_template or readf), Paint (plot, oplot) said that in June 2007, December 2007, in June 2008 the output (X-axis is latitude, Y-axis for the parameter, the same argument on a map in different months, the five parameters of Figure 5), and make the necessary mark (xyouts).
    2022-03-22 21:33:29下载
    积分:1
  • others based framework to achieve the intersection histogram image retrieval, I...
    基于别人框架实现直方图的交集图像检索 本人感觉要比其颜色矩和分块直方图的要更优一些,在此对其框架表示感谢-others based framework to achieve the intersection histogram image retrieval, I feel than its color moments and the block to the histogram better, in which framework expressed their gratitude
    2022-02-01 06:55:00下载
    积分:1
  • 根据采集到的原始pcm数据判断是否是忙音数据
    根据采集到的原始pcm数据判断是否是忙音数据-According to collected data to determine whether the original pcm is busy tone data
    2023-03-03 08:45:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载