搜索资源列表
第四章灰度变换
- 图像处理专业的基础参考程序,能实现由彩色图像读256会读及图像的转换-professional image processing based reference program, able to read by 256 color images will read and image conversion
cbq
- 包括图像的灰度变换,阈值风格,彩色空间变换,彩条制作,傅里叶变换等源代码-including the gray image transformation, the threshold style, color space conversion, color of the production, such as Fourier transform source code
vc编程实现灰度图像与彩色图像变换
- Windows环境,利用visual c++开发-Windows environment, the development of visual c
image-go
- 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++开发轮廓提取源程序 堆栈的数据结构和操作 VC++开发轮廓跟踪源
ImageShow
- 此代码可以实现多种图像处理功能,包括图像二值化、灰度图像处理、真彩色处理、图像几何变换和动态图像等-This code can achieve a variety of image processing functions, including image binarization, gray-scale image processing, true color processing, image geometric transformations and dynamic images
ImageProcessing
- 图像处理系统源码 功能比较全面的图像处理系统。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态学处理、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、JPEG图像的压缩编码 -Image processing system features a more comprehensive source of image processing system. The main contents incl
5
- 图片灰度变换, 将彩色图像灰度化, 工具是VC-Photo gray transformation, gray-based color image, the tool is VC++
haarmallat
- 基于haari小波变换程序,程序中对彩色和灰度图像均可作处理。-Wavelet transform based on haari procedures, procedures for color and grayscale images can be handled.
color_trans
- 本代码用VC实现了把真彩色图像转换为8位图像,把RGB三个波段的灰度通过一个线性变换式计算为单波段灰度。 -transfer true color image to a 8-bit image
The-effects-of-the-image-display
- 1. 实现图像由小到大,逐渐显示。 要求:显示一幅位图,由小到大,逐渐显示。 任务: (1)在左视图中打开一幅bmp位图,包括256色或真彩色位图 (2)制作一个【图像由小到大逐渐显示】菜单,将消息映射到右视图中,在右视图 中显示位图,完成图像由小到大,逐渐显示 功能。 2. 将图像中的红气球物体左右、上下、对称复制。 要求:在左视图中打开一幅256色的灰度bmp位图。 将图像中的红气球物体左右、上下、对称复制。 任务: (1)在左视图中打开一幅
ghwpsnr1
- 使用非线性灰度变换函数 对一幅彩色图像进行点运算,并与使用线性灰度变换函数 进行点运算的结果进行比较。线。 -The results were compared using nonlinear gradation conversion function of a color image point operations, and with the use of linear gradation conversion function point operations. Line.
BasicImageProcessing
- 利用C#来实现基本的数字图像处理,包括彩色图像灰度化、基于像素矩阵变换的90度旋转(两个方向)、改变亮度和对比度-using C# to process digital image, including converting a color image to a gray image,90 degree rotation based on matrix of pixels(two directions),changing brightness and contrast of the image
2010302590087
- 实现基本的图像处理功能,比如旋转,平移,缩放等几何变换以及灰度图像和彩色图像的线性拉伸等-Basic image processing
FinalWork2
- 图像处理软件,实现图像的空间域彩色图像指数灰度变换、伽马校正、均值滤波、中值滤波、直方图均衡化、彩色负片、拉普拉斯锐化或边缘提取;-Image processing software, image color image index of the spatial domain of gray level transformation, gamma correction, mean filter, median filter, histogram equalization, color negat
Image-Enhancement
- 包含几个图像增强程序:灰度变换增强,直方图增强,图像平滑,图像锐化,频域增强,彩色增强等。-Contains several image enhancement procedures: gray-scale transformation enhancement, histogram enhancement, image smoothing, image sharpening, frequency domain enhancement, color enhancement.
tuxiangzengqiang
- 图像增强,实现灰度变换增强、直方图增强、图像平滑、图像锐化、频域增强、彩色增强等功能的照片处理器。-Image enhancement, to achieve enhanced gray-scale transformation, histogram enhancement, image smoothing, image sharpening, frequency domain enhancement, color enhancement features such as photo proce
work
- 编写一个简单的GUI 用于实现视频的读取,转换成灰度视频,最后显示出来。其中把视频每一帧彩色图像变换成灰度图像,并自动把灰度图像保存到当前生成的文件夹中,并合成灰度视频。-Write a simple GUI for the video read, converted to grayscale video, and finally displayed. Wherein each of the video frame of a color image into a grayscale image
GrayImage
- 将一幅RGB彩色图像变换成灰度图像,通过MFC界面,把变换后的灰度图像显示出来。-the functon is make a RGB image to gray image.
Digital-Image-Processing
- 有源码,适合学习C++的人 一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。 二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。 三、 1.灰度线性变换、分段线性变换 2.灰度直方图均衡、规格化 3.图象卷积:各种模板实现低通、高通滤波 4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波 5.伪彩色图象增强 四、 1.图象的加、减、乘、除和逻辑运算。 2.图象的镜像变换、图象的缩放
The-image-processing
- 以对图像进行复制、粘贴、剪切、全选、取消选择和翻转。 过滤图像,包括锐化、浮雕、腐蚀、风化。对图像进行滤波处理:包括最小值滤波处理、最大值滤波处理和中值处理。 对彩色图像进行变换:包括彩色转灰度、彩色转黑白、平滑处理、霓红处理。软化图像,包括红色、绿色、橙色;硬化图像,包括红色、绿色、蓝色。 对图像进行卷积处理,包括水平增强、垂直增强和双向增强。 对图像进行边缘探测,例如右下边缘抽出,拉普拉斯(8邻域)。给图像进行对比度增强,进行FFT分析,以及对两幅图像进行合成。 可以选择