搜索资源列表
CDib类
- 在图像处理类中将读取的彩色图像转化为灰度图像用于后续处理-in Image Processing category will read the color image into a gray-scale images for follow-up treatment
col2gray
- 这是一个把彩色图像转化成灰度图像的程序,很适应的,用MATLAB语言的.-It was a color image into a gray-scale image of procedures, very adaptive and MATLAB language.
RGB2gray
- 本程序可将输入的RGB图像转化为灰度图像!在Matlab环境下编程实现。-this procedure can be imported RGB images into gray image! Matlab programming environment.
256to_gray
- 256色图像转化为灰度图像,256色图像转化为灰度图像 -256 color images into gray-scale images, 256 color images into gray-scale images 256 color images into gray-scale images
256color
- 256色转灰度图,图形图像转化的工具代码
2007-11-19Expand
- 本程序是对全景摄像头获取的图像进行展开,应为全景摄像头获取的图像是圆形,通过此算法将图像转化为矩形。
图像算法大全
- 里面包含完整的算法实现函数代码 已编辑成为word文档格式 便于复制 垂直镜像 图像的旋转 图像缩放 256图像转化成灰度图像 随即噪声 亮度调整 色调调整 对比度调 八种图像处理算法(函数)-containing the complete algorithm editing function has become a code word document formats to facilitate replication vertical mirror image rotation ima
图像颜色迁移处理
- 该程序使用MFC编程实现图像颜色迁移,主要是通过颜色空间变换,将原来相关性强的图像转化到相关性弱的颜色空间,再通过源图像与目标图像的均值与方差,求的图像变换的线性关系,最后实现迁移,效果可以。
gray2rgb 灰度图像转化成伪彩图
- 灰度图像转化成伪彩图。输入灰度图和一张彩图,将彩图的颜色付给灰度图,是灰度图也有颜色。-change gray to rgb。
PicToAvi
- 将序列图像转化成视频,将序列图像转化成视频 -sequence pictures Will be transformed into a video image sequence
lowpass2
- 为了方便,在m文件中将图像转化成数据矩阵了,不需要额外的图片了,如果想改变图像,则可以将数据删除,改成图片即可。 此GUI功能是:通过滚动条改变截断半径,同步在文本框中显示截断半径大小(也可以直接在文本框中输入所要的截断半径),按Begin,观察图像的低通滤波效果。(截断半径越小,得到的频率越少,图像越模糊,失真越严重)。-In order to facilitate, in the m document images into data matrix, and no addit
chap12
- 基于Dib类的彩色图像转化灰度图 VC++ 编写简练-Dib categories based on color image into grayscale VC++ to prepare concise
MyImageProcess
- 基于对话框,实现BMP图像打开,以及彩色图像转化成为灰度图像-Based on the dialog box to achieve BMP images open, as well as color images transformed into gray-scale image
bmp
- 调用bmp图像,将256色图像转化为灰度图,图像锐化,RGB转换成YUV-Call bmp images, 256 color images into grayscale, image sharpening, RGB into YUV
ColorImagetoGrayImage
- 通过此代码能够将一幅彩色图像迅速的转化为灰度图像-With this code can be quickly transformed into a color image to grayscale! ! !
VC++底层图像处理函数
- 该DLL完成了关于BMP图象的转化,存储,透明等多方面操作。该函数集合主要围绕DIB Section句柄(HBTIMAP)在WINDOWS系统中绘制,透明,旋转,输出等功能而建立。方便用户对于底层BITMAP图形最直接得控制,从而提高程序运行效率。可用于例如追求显示效率的WINDOW窗口图形控制等项目。(the DLL has completed the transformation, storage, transparency and other aspects of the BMP imag
图像手绘效果
- 基于Python的numpy图像手绘效果转化程序(Image hand effect conversion program)
分散递阶蚁群算法及其在相变序列图像分割中的应用
- 提出了一种分散、递阶蚁群算法, 它将多个分散的蚁群并行求解各自对应的子问题, 形成一个执行层, 而递阶协调层利用执行层反馈的信息协调执行层的优化过程,从而得到递阶求解问题的整体最优解. 该算法已应用于相变热图序列图像模糊相变线的提取问题,即运用区域划分方法先将序列图像的分割转化为关联型多子图搜索问题,再利用分散 、递阶蚁群算法进行求解 ,结果表明该算法能很好地利用相变线的运动信息成功地解决热相变序列图像分割问题. 与蚁群算法独立搜索比较 ,分散 、递阶蚁群算法能更有效地实现多子图之间的关联.(A
数字图像傅立叶变换
- 数字图像快速傅里叶变换(FFT)。将图像转化成二维灰度图像后再做FFT变换,并输出变换后的幅值图。(Digital image fast Fourier transform (FFT).The image is transformed into a two-dimensional gray level image and then the FFT transformation is made, and the amplitude diagram is output after the trans
彩色图像二值化
- 可将任意RGB彩色图像(像素不能过高),转化成二值图像(Any RGB color image can be converted to two value image.)