搜索资源列表
CDib类
- 在图像处理类中将读取的彩色图像转化为灰度图像用于后续处理-in Image Processing category will read the color image into a gray-scale images for follow-up treatment
图像颜色迁移处理
- 该程序使用MFC编程实现图像颜色迁移,主要是通过颜色空间变换,将原来相关性强的图像转化到相关性弱的颜色空间,再通过源图像与目标图像的均值与方差,求的图像变换的线性关系,最后实现迁移,效果可以。
一种匀速运动模糊图像的模糊方向判断算法
- 本文主要研究的是任意方向的匀速直线运动模糊图像的模糊方向判断算法,主要根据运动模糊降低了运动方向上图像的高频成 分,沿着运动方向实施高通滤波,可保证微分图像灰度值(绝对值)之和最小,论文中就是根据这种原理来判断出匀速运动模糊图像的运动 模糊方向,采用了3×3方向的微分乘子法来判断图像的运动模糊方向,从而可将图像的恢复问题转化为一维问题。
Matlab
- 图像的分割 将灰度图转化为二值图像 matlab-Segmentation of the image will grayscale into a binary image matlab
256256-color-images-into-grayscale-
- 256色图像转化为灰度图像,内有完整代码和测试图片-256 color images into grayscale images, code and test in a complete picture
kmeans
- 将彩色图像,转化到Lab空间,利用K-means类聚对图像进行分割-The color image is transformed into Lab space, the use of the class of K-means poly image segmentation
cdibImage
- 打开一幅BMP图像,能够将灰度图像转化为彩色图像,能够将彩色图像转化为灰度图像,并且实现图像的水印效果,实现对处理后的图像进行保存。-Open a BMP image, the gray-scale image can be converted into a color image to the color image into a grayscale image, and the watermark image to save the processed image.
vbbmpformat
- VB将彩色位图转化为灰度图(黑白图像),附带程序源码。-VB will color bitmap into a grayscale (black and white image), with a program source.
togray
- 将256色bmp格式图像转化为灰度图,灰度化。-256 color turned gray
pinlv
- 在具体进行频率域的各种处理滤波的前后,进行了傅立叶变换以及傅立叶反变换.这两个变换的过程就是将空间的信息分解为在频率上的表示,或者将频率上的表示转化为空间上的表示,两种变换是互为逆变换的.正是通过傅立叶正反变换的处理,才使得频率域上的处理可以用于图像的增强-After various processes in a specific frequency domain filter, carried out a Fourier transform and inverse Fourier transf
SUNYUAN
- 实现对图像中坐标点的读取,把相位坐标,转化为数值坐标-Implementation of image read in the coordinates, the phase coordinates, into numerical coordinates
chap8
- 改程序可以制作出一个彩色条 并且可以改变一幅图像的颜色 对于刚接触彩色图像处理的,想要了解彩色图像3通道的,如何进行彩色通道转化的朋友有很大的帮助-Reform process can produce a colored bar and can change the color of an image for the new to color image processing, 3-channel color image you want to know how color channel tr
JPEG编码程序MATLAB
- JPEG编码包括图像颜色转化、DCT编码、量化等多个在重要步骤,MATLAB语言编写,非常实用适合初学者学习~