搜索资源列表
-
0下载:
bmp与jpeg图像格式间的相互转换
可以设置JPEG的压缩品质;
适用于8BIT灰度图和24BIT真彩色图像-jpeg image with bmp format conversion between the setting up of quality JPEG compression; in 8BIT grayscale and color images 24BIT
-
-
0下载:
直接读文件方式显示BMP位图:
从文件中读取象素数据,用打点的方法在屏幕上显示出来,用到了搜索文件的代码。BMP位图包括24位真彩色,灰度图象,以及实现从24位真彩色图象到灰度图象的转换。
-direct reading papers show that BMP bitmap : from paper to read pixel data The method used to cook displayed on the screen, and used the code to sea
-
-
0下载:
vb jpeg编码这是一个比较完整的JPEG压缩程序,支持 彩色/灰度、Y分量水平/垂直采样律、图像质量 调整。使用的是最简单的基线系统(BaseLine)压缩方式,量化表及Huffman表都是与ACDSee一致的,没有提供自适应Huffman表压缩功能。-vb jpeg coding This is a relatively complete JPEG compression process, support for color / grayscale, Y component level /
-
-
0下载:
JPEG国际标准,ISO/IEC 10918,CCITT T.81,用于灰度图与真彩图的静态图像压缩的国际标准,JPEG international standard, ISO/IEC 10918, CCITT T.81, grayscale and true color for static image compression international standards
-
-
0下载:
这是使用VC++编写的将彩色BMP图像装换成灰度图像的程序!文件中包含测试图片-It is written using VC++ color BMP images will be loaded into a grayscale image program! File contains the test image
-
-
0下载:
图形图像_彩色转化到灰度的速度优化
演示 学习为主 -Graphic image _ color to grayscale conversion rate of learning-based optimization demo
-
-
0下载:
输入256色灰度BMP图像,读出图像的矩阵以便更复杂的应用-Enter the 256-color grayscale BMP image, read out the image of the matrix to more complex applications
-
-
0下载:
将彩色的JPG图片转化为灰度图片BMP,并缩小图片的尺寸与大小-Color JPG images converted to grayscale pictures BMP, and reduce the size of the image size
-
-
0下载:
用OpenCV实现打开一幅彩色图像,显示出来; 将其转换为灰度图并保存为文件; 将其二值化并保存为文件-Using OpenCV open a color image displayed be converted to grayscale and saved as a file Second value and saved as a file
-
-
0下载:
该软件实现图像的浏览,比较简单,但上传一下,希望对刚学VC++的朋友有所帮助。包括:检索图像 基于彩色图片转换成灰度矩阵, 直方图匹配。-The software image browser, relatively simple, but upload, I hope to be helpful just learning VC++ friends. Including: retrieve images based on color images converted to grayscale m
-
-
1下载:
1. 利用二进制流读取Bitmap位图文件;
2. 把读取彩色图像转换成灰度图像;
3. 提取并且显示彩色图像各个色彩通道;-1. Using the binary stream to read Bitmap bitmap file 2. To read the color image is converted into grayscale images 3. Extracting and displaying a color image of each color channel
-
-
0下载:
实现图片读取,翻转,放大,缩小,灰度,反色,基于VB.NET的图片浏览器-Realize the image read, flip, enlarge, shrink, grayscale, color, image browser based on VB.NET
-
-
0下载:
将真彩色图像转换成灰度图像输出显示,满足不同的需要-The true color image into a grayscale image output display, to meet different needs
-
-
0下载:
给灰度图像上色,需要两张图,一张彩图,一张灰度图。可以实现把彩图颜色给灰度图。-Color the gray image, need two pictures, a crayon, a gray image. Can realize to grayscale image color.
-
-
0下载:
先读取一幅图像,分析它是灰度图像还是彩色图像,然后对这些图像进行平滑处理-First read an image, analysis it is grayscale or color images, and then the image smoothing
-
-
0下载:
彩色图的处理,主要是像素数据不同。由于每行数据的字节数必须是4的整数倍,这个地方处理起来要比灰度图麻烦很多,多以暂时还 没做好。本程序的局限性就是只能处理尺寸是4的整数倍的图片,可以旋转任意角度(逆时针)-Processing color image, mainly different pixel data. Since the number of bytes of data in each row must be an integer multiple of 4, the grayscale
-