搜索资源列表
vprinterw2k_src
- C++虚拟打印机源码,可将任何文件内容转换为图像文件。-C source code can be any contents of the paper documents converted to images.
AutoTrace
- 转换位图文件到矢量图像文件的源代码,支持BMP, TGA, PNM, PPM, PGM, PBM的输入格式和Postscr ipt, svg, xfig, swf, pstoedit, emf, dxf, cgm等输出格式
200852222267354
- 用VC++编码直方图均衡和高斯滤波 采用一系列技术去改善图像的视觉效果,或将图像转换成一种更适合于人或机器进行分析和处理的形式。
shiyu
- 将24位RGB图像转换成256级灰度图像,做直方图分析。-image of gray processing:24 bits RGB image convert into 256 gray image.
fourth
- 用matlab生成下列500*500的RGB红绿蓝彩色图像,框内的颜色如图所示(a)假定将该图像转换到HSI空间,用25*25的平均模板模糊H分量图像,再转换回RGB空间,会看到什么结果?-Generated with matlab the following 500* 500 RGB red, green and blue color image, the color box as shown (a) assumes that the image is converted to HSI spa
image-conversion-CAD
- 图片转CAD格式软件:主要功能是将光栅图像中的单线和多条线转换成相应的矢量图形。此程序可转换扫描的地质图或者工程绘图。转换后的矢量图形可用于 AutoCAD 和 IntelliCAD 等 . 授权码在:http://www.china1000.tk/Soft/Show.asp?id=12 -Image to CAD format for software: the main function is the single raster image and the corresponding
tuxiiangleixing
- matlab图像类型转换程序,好程序共同分享。-a good program to share the matlab image type conversion process.
12864
- 12864将图像转换成C语言8进制源代码-12864 convert an image into octal C language source code
rgbIN
- 用matlab语言实现RGB图像到索引图像的转换-Achieve an RGB image to indexed image using matlab language conversion
1
- GDI图像转换,值得看一下,尤其vbGDI使用者-zip picture very good very good very good
segmentation-of-color-images
- 首先将RGB空间的彩色图像转换到LAB空间,然后利用K-means均值聚类方法对lab空间的彩色图像进行图像分割-this method of color image segmentation isbased on K-means and the Color space conversion between RGB and Lab
program4
- 利用色彩空间的转换(RGB到LAB),并结合图像的颜色直方图分布,对彩色图像进行图像分割-Using the color space conversion (RGB to LAB), and combined with the color histogram of the image to segment thecolor images
BMAthen
- 先正确读取bmp图像然后将其转换为raw格式并存储-First read correctly BMP image and then convert them into raw format and stored
NMPNSLQ
- 用VC写的一个从YUV文件转换为BMP文件的图像程序-Using VC to write a program YUV file are converted into BMP image
appevd
- 这是一个将真彩色图像进行256色灰度转换的程序,不错的-This is a true color images to 256 colors gray level transformation program, good
C语言现实的图像处理(包含快速傅里叶变换)
- 这代码功能有:读入和保存文件头、读入和保存信息头、读入和保存像素数据、读入和保存位图、24位的位图转化为8位位图、8位位图转换为24位位图、图像的二值化、8位位图的Sobel边缘检测、8位位图的Laplace锐化、8位位图的中值滤波、分离与合并RGB矩阵、直方图均衡化 main.c是main函数的所在;BMP.h是对位图文件头和信息头,以及调色板等的类型的声明;function.h主要完成对位图的读写操作;algorithm.h主要完成对位图进行相关的算法的处理。