搜索资源列表
Batch24To256
- 批处理: 将24位真彩色图片(Bmp格式)转化成256色灰度图-batch : 24 color photos (PDF format) into a 256-color grayscale
bmpToasc
- bmp图像格式转asc的小程序,十分方便调试使用
YUV2RGB_64
- 在Dsp64xx上实现YUV420图像格式转RGB24格式,通过查表实现,速度快。
RGB2LAB
- 图像从RGB格式转化成Lab,L*a*b* 从而可以在Lab下对图像处理
yuv
- 一个可以将yuv420,yuv422格式转化成RGB的程序~
RGBtoYCbCr
- 将RGB图像格式转化成YCbCr图像格式的C程序
Raw2Bmp 读取raw格式的图像数据
- 读取raw格式的图像数据,转化为bmp图像文件,采用vs2008开发,文件中包含bmp格式详细说明-Read raw image data format, into a bmp image files, using the vs2008 development, bmp format file contains detailed instructions
avi2bmp_src AVI 转 BMP单幅图片格式
- AVI 转 BMP单幅图片格式,并且转换成连续图片序列。-Switch to single AVI BMP image formats.
BmpConvert 彩色图像RGB格式转化为YUV格式
- 图像信息处理,用于将彩色图像RGB格式转化为YUV格式,用户可以设置Y值的变化,再转化回RGB进行保存。这时的图像的亮度会发生改变。-Image processing, is used to color images into RGB format YUV format, the user can set the Y value changes, and then converted back to RGB to save. At this time the brightness of the
BMP2RGB.rar
- 用VC写的将BMP格式转化为RGB格式的程序,适用于各种位深度,VC will be used to write BMP format into RGB format, procedures, applicable to a variety of bit depth
bmp2raw
- UNIX/Linux 下面将bmp图像转化为raw格式的工具,适合做进一步图像处理用。其中还包括对bmp图像格式信息的读取。-UNIX/Linux below bmp image into a raw format tool, suitable for further image processing used to do. It also includes a bmp image format of information read.
Image.tar
- 图像的相互转换\以及图像的分析比较,支持格式:bmp\jpg\jpg2000等-image conversion \ and image analysis in support of the format : bmp \ jpg \ jpg2000 etc.
Halftoning
- 一种灰度图像的半色调图像生成程序。该程序实现了siggraph 2008 论文Structure aware halftoning中的半色调生成算法。该算法基于目标函数优化,用模拟退火方法生成。 该程序可以读入gif,png,jpg,bmp格式的图片,并自动将彩色图转化为灰度图。生成的半色调图目前只支持png格式的输出。 实现语言为java。 在jre 1.6.0_10上测试正常。-A gray-scale image halftoning image generation pro
matlab_face_detection
- 将图片由RGB格式转化为YCbCr格式下,用椭圆方法判定肤色和非肤色区域,进行二值化处理,最后显示结果-Pictures from RGB format into a YCbCr format, the method used to determine color elliptical and non-color regions, to carry out binarization processing, the final result will be displayed
SEED105_WindowTrans
- 合众达板子的程序,图片格式转换。bmp转成dat-United board of the procedures, image format conversion. bmp into dat
imagefliter
- 程序一是对彩色图像进行中值滤波处理,程序二是给出了jpg格式转索引图像,对初学者学习matlab很有帮助-program one is to process ture color image filter,and program two is a jpg image format to change into index image
RGBtoYUV
- 实现rgb格式转yuv格式的源代码,是txt格式的代码。-Transfer to achieve rgb yuv
BmpToJpg
- bmp转为jpg图像 在VC在实现图像为bmp格式 转化为jpg格式-bmp turn jpg image
jpg_to_bmp_C
- 此代码是将jpg格式转化为bmp格式的源码-This code is converted into bmp format jpg format of the source
RGB格式图像转YUV
- 将RGB格式图像转换到YUV空间,输入RGB图像返回YUV格式数据(Converting RGB format images to YUV space)