-
数字图像处理Matlab GUI
绘制灰度直方图,实现直方图均衡化和直方图规定化,灰度图像的对比度增强,图像的几何变换,图像加噪(用输入参数控制不同噪声),然后使用空域和频域进行滤波处理.
利用matlab中的GUI向导建立界面,然后写回调函数,实现各个算法的功能。包括图像读取、保存、关闭、灰度化、图像二值化、图像增强、图像几何变换、图像边缘检测。
- 2022-01-24 13:27:31下载
- 积分:1
-
image processing
//
//Example 5-1. Doing something with each element in the sequence of connected components returned
// by cvPyrSegmentation(
//
/* *************** License:**************************
Oct. 3, 2008
Right to use this code in any way you want without warrenty, support or any guarentee of it working.
BOOK: It would be nice if you cited it:
Learning OpenCV: Computer Vision with the OpenCV Library
- 2023-02-23 15:05:03下载
- 积分:1
-
利用OpenCV简单的从摄像头中获取图像
这是一个简单的案例,利用OpenCV中的CvCapture类型来通过电脑的摄像头获取到实时的图像,使得运行的效果像是视频一样。
- 2022-01-31 21:41:21下载
- 积分:1
-
数字图象获取处理计算法
分别讨论了位图及图像类的概念、图像获取、图像增强、图像复原、正交变换、压缩编码、图像配准、运动检测、特征提取、图像分割及识别的相关知识,基本涵概了从图像获取到图像处理的各个领域,并结合Microsoft公司面向对象的可视化集成编程系统Visual C++,给出了相应的算法和完整的源代码。
- 2022-12-23 14:50:09下载
- 积分:1
-
image histogram equalization
the code was developed by zhanghao at BJUT on 2013. this program is a example on image processing(image histogram equalization) by C.
- 2023-06-12 04:00:03下载
- 积分:1
-
edma3456wewewawe
AETTTTTTTTTTTTTTTTTTTTTTTTTTRBargattTTTTTTTTTTTTTTTTTTTTTN4T6N46666666666N64BKKKK;bbbbbbbbb;PJBHPGHGGGPPG
- 2022-01-31 23:59:04下载
- 积分:1
-
如何进行简单的有序抖动算法 (半色调图像)?
翻译 maninwest@Codeforge 作者:Mr. Lai Tai-Yu@CodeProject我们常在报纸上看到图片。观察这样的图片你会发现它是由一个个点组成的。我们也可以做出这种效果。很有趣。适用于初学者。背景操作系统: Microsoft Windows 7 专业版 (64 位) 开发实用程序: Microsoft Visual Studio 2010使用代码 // The height of the image.
for ( int iY = 0; iY < imageA->DibInfo->bmiHeader.biHeight; iY++ )
{
// The height of the image.
for ( int iX = 0; iX < imageA->DibInfo->bmiHeader.biWidth; iX++ )
{
// The index of pixel, because we use the three depth bit to present one pixel of color,
// Therefore, we have to multiply three.
lIDXA = ( iX * 3 ) + ( iY * imageA->DibInfo->bmiHeader.biWidth * 3 );
// To get the pixel depth of the blue channel,
byteRGB_BA = imageA->DibArr
- 2022-04-24 07:36:05下载
- 积分:1
-
转ETC格式
其他格式转ETC,就是一个包装代码,调用别人实现的工具来完成我的工作。使用nodejs语言,可以作为nodejs的学习使用
- 2022-01-24 16:33:55下载
- 积分:1
-
gabor滤波器的建立
该程序是建立一个gabor滤波器组,并且可以对想要处理的图像进行输入进行小波处理,并且提取图像的纹理特征。
- 2022-02-26 06:37:29下载
- 积分:1
-
RGB2S rgb转S
RGB转HSI中S分量的代码,在视频增强器中需要用到的算法转换,根据这种算法可以将其移植至FPGA中,在FPGA中实现。
- 2023-07-11 01:25:04下载
- 积分:1