搜索资源列表
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
readRaw
- RAW图像是一种仅有原始数据的图像,本程序可读写RAW图像程序,也可读出Java支持的所有图像.-RAW image is a picture of only the original data, the program can read and write process RAW images, but also read out the Java support for all images.
average-log-square
- 讀取16位元(65536階)raw影像檔,調整其灰階動態範圍至256階,調整方式至少包含平均法、對數法、開平方法,word檔包含了成程式碼與操作說明與結果。-Read 16-bit (65536-order) raw image file, adjust its dynamic range to 256 gray-scale bands, contains at least adjust the way the averaging method, logarithmic law, Kaiping
Test_Raw2
- Raw decoder on Opencv
SAR image processing
- SAR复数数据转换,RAW格式数据转换,雷达图像滤波,LEE-sigema滤波,Frost滤波,Gamma-MAP滤波,KUAN滤波,雷达图像几何处理,斜距到地距转换程序。-SAR complex data conversion, RAW format, data conversion, radar image filtering, LEE-sigema filter, Frost filter, Gamma-MAP filtering, KUAN filtering, radar image
dcraw
- raw格式图像的处理、显示、格式转换等功能源代码。从google上淘来的。-To deal with pictures of raw.
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
Raw-TwoValue
- 用VC 6.0实现位.raw格式的视频文件的播放和二值化处理-Achieve bit with VC 6.0. Raw format video files playback and binarization processing
raw2bmp
- 讲lena的raw格式转换成8位bmp图像-lena s raw format images converted to 8-bit bmp
raw
- SAR原始数据及其RD成像算法MATLAB程序,SAR原始数据及其RD成像算法MATLAB程序-SAR raw data and its RD imaging algorithm MATLAB, SAR raw data and its RD imaging algorithm MATLAB
RAW
- 读取RAW格式图像,然后将图像中像素矩阵保存为txt文件-Read RAW format images, and then save the image in pixels matrix txt file
raw-to-bmp
- 实现raw格式和bmp格式的转换,并且对bmp图像进行简单处理-Raw format and bmp format conversion, and simple bmp image processing
write-raw
- MATLAB读写裸数据,将MATLAB的mat格式文件,写成所需的图像类型格式-MATLAB to read and write raw data to the MATLAB mat format file, write the desired image type format
raw-bmp
- RAW格式转化BMP格式程序:打开原始图像文件,申请512字节的内存空间,图像读入 ,创建新的图像 ,位图图像文件的基本格式:位图文件头、位图信息头、彩色表 、位图数据。一共四部分。