搜索资源列表
ezdicom
- 一个很好地图像显示程序,可以读取各种格式的图像,如DICOM,PNG,JPEG,BMP以及raw格式的图像-a good program for display map,could load different kinds formal of graphics ,such as:dicom,png,jpeg,bmp and raw
wavelettranslation
- 1 本程序通过Mallat算法实现小波变换 2 本程序能打开任意长宽比的bmp图像,正方形的raw图像,352*288的gray图像,不能打开jpg图像
change_bmp_to_raw
- 把bmp格式的图像转成raw格式图像,用vc++编写
codec
- JPEG 2k 转 pgm/ppm/pgx/bmp/tif/raw/tga 程序及源代码
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
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.
shuzituxiangchuli
- 能进行图片的一些常规处理,包括滤波,raw格式转换为BMP格式,缩放等。-Be able to carry out a number of conventional image processing, including filtering, raw format to BMP format, scaling.
ImageProject
- 读取bmp、raw图像,可对图像进行各种预处理操作-Read bmp, raw images, the image may be a variety of pre-processing operations
RAW-TO-BMP
- 将数组表示的像素值还原为图像,查看图像的视觉效果-Array that will restore the image pixel values, view visual images
raw2bmp
- 把*.raw变成*.bmp,例程里使用的是512*512的资源-Into the*. raw*. bmp, routine in using the resources of 512* 512
cximageLite_V600
- CxImage is a C++ class that can load, save, display, transform images in a very simple and fast way. CxImage is open source and licensed under the zlib license. In a nutshell, this means that you can use the code however you wish, as long as you
S1D15G14
- convert bmp to raw format and save to disk
2008302580214
- Raw到Bmp格式文件的转换、图像增强算法实现、图像几何处理算法实现、图像边缘检测算法实现、图像二值化、影像融合、影像模板匹配等功能的实现-Raw to the Bmp format conversion, image enhancement algorithm, image geometry processing algorithms, image edge detection algorithm, image binarization, image fusion, image templat
raw2bmp
- 讲lena的raw格式转换成8位bmp图像-lena s raw format images converted to 8-bit bmp
BMP
- 可将bmp图片转换为raw格式,或将bmp图片转换为数据写入.c文件-turn the image format form bmp to raw or write the bmp image data into .c file
bmp-operation
- raw转bmp,bmp图像灰度线性拉伸、局部处理(低通高通中值滤波)、几何变换(平移、缩放、旋转、转置)、二值化、边缘检测-turn raw bmp, bmp image gray linear stretch, local processing (value, high-pass, low pass filter), geometric transformations (translation, scaling, rotation, transposition), binarization,
bmp-image-processing
- 这是一个bmp图像的处理程序,包括raw、bmp的相互转换、bmp的几何变换、滤波处理等-This is a bmp image processing procedures, including raw, the bmp the mutual conversion, bmp the geometric transformation, filtering processing
raw-to-bmp
- 实现raw格式和bmp格式的转换,并且对bmp图像进行简单处理-Raw format and bmp format conversion, and simple bmp image processing
raw-bmp
- RAW格式转化BMP格式程序:打开原始图像文件,申请512字节的内存空间,图像读入 ,创建新的图像 ,位图图像文件的基本格式:位图文件头、位图信息头、彩色表 、位图数据。一共四部分。
rawsavebmp
- 将纯净的8位数据图转换为8位位图文件,可以在windows下显示(Converts a clean 8 bit data map to a 8 bit bitmap)