CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - raw to bmp

搜索资源列表

  1. RawToBmp

    0下载:
  2. 把CCD采集的10位纯图像数据格式即raw格式图片转换为系统可直接查看的bmp格式,其中10位到8位的转换适用线性映射-Collected by the CCD image data format 10-bit pure or raw format images converted to the system can be directly viewed bmp format, 10-8 conversion applies to linear maps
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1390129
    • 提供者:杨利红
  1. yuanmab

    0下载:
  2. 给定一幅raw格式的影像,将它变成一幅bmp图像-change a raw picture to a bmp picture
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1227
    • 提供者:moon
  1. Blob_Remover

    0下载:
  2. The routine is able to delete group of pixel lower than a threshold (number of pixels) from a binary image. It works with bmp images as raw images
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:27948
    • 提供者:Gianni
  1. Bmp2Raw

    0下载:
  2. Bmp2Raw v0.3, DOS 版本. 使用方法: Bmp2Raw filename.bmp-Bmp2Raw V0.3 (DOS version) Useage: Bmp2Raw filename.bmp filename.bmp = your 256 colour bitmap image Bmp2Raw is a simple tool that will convert your 256 colour bitmap
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:99577
    • 提供者:csgcsg
  1. imshow

    0下载:
  2. 实现VC读取BMP文件头,并转化成RAW格式,之后再利用原文件头和数据部分转存成BMP文件。其中用到了二维动态数组。-VC reads the BMP file header to achieve, and transformed into a RAW format, then re-use the original file header and data part of the conversion into a BMP file. Which uses a two-dimensional
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:1122
    • 提供者:林小芬
  1. bmpchangeraw

    0下载:
  2. 找一幅BMP灰度图像,读取其高度、宽度。 将该BMP文件的数据部分读出来,并存为相应得RAW格式,用photoshop显示该RAW文件,观察是否正确。 -BMP to find a gray image, to read the height and width. Part of the BMP file data read out and stored for the corresponding the RAW format, displays the RAW files with p
  3. 所属分类:Graph program

    • 发布日期:2017-04-24
    • 文件大小:221253
    • 提供者:欧阳翔
  1. convertBmptoRaw

    1下载:
  2. 一个实现bmp格式图片转换为raw纯数据格式的C++程序,经调试通过,使用时修改程序中H、W为自己图片的高和宽即可-Bmp format image of a realization of pure raw data format is converted to the C++ program by debugging through the use of modified procedures when H, W for his picture of the height and width
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:340776
    • 提供者:qinfenging
  1. rawconverter

    0下载:
  2. it converts bmp to raw format
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-11
    • 文件大小:563
    • 提供者:savan
  1. bmp2raw.tar

    0下载:
  2. 将Bmp格式转化为raw格式,对于图像处理的入门获得Raw原始矩阵很有好处-Bmp2raw is a tool to convert 24bit BMP file to raw data. It may be useful before generating C arrays for showing a picture in a embeded system. The color order in the output file is (B,G,R),(
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:12164
    • 提供者:张增
  1. DIP

    0下载:
  2. 读取.bmp图像的宽和高,并将其转换为.raw文件并显示,再进行逆转换。-To read. Bmp image width and height, and convert them to. Raw files and display, then the reverse conversion.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:755
    • 提供者:
  1. headfie

    0下载:
  2. 包含了常用的一些读写图像的头文件,如BMP、RAW格式的像,直接把头文件添加使用即可。-Contains some commonly used to read and write the image header files, such as BMP, RAW format images, you can use to add files directly to your head.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:5311
    • 提供者:孙洁
  1. bmp2raw.cpp.tar

    0下载:
  2. Convert BMP to RAW file
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:3384
    • 提供者:ngu
  1. rawtobmp

    0下载:
  2. 实现将raw格式图像转化为bmp图像,事实上就是加了bmp的头-To achieve the raw format images into bmp image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:2739
    • 提供者:likos
  1. ImageIOL

    0下载:
  2. This a C++ source code to read and save .bmp and .raw files-face recognition
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1294854
    • 提供者:winko
  1. raw2bmp

    0下载:
  2. 将.raw格式的图像数据(3D)保存为多幅BMP格式的图像文件,可以自由选择要保存的slice.-The raw format image data (3D) save multiple BMP format image files, you can freely choose to save slice.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:532
    • 提供者:Miaotk
  1. BMP_RAW

    0下载:
  2. 实现BMP图像到RAW格式图像转化的程序,附测试图-BMP image to a RAW format image conversion
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:46277
    • 提供者:liuxu
  1. 11

    0下载:
  2. 打开bmp图像 移动 旋转 bmp图像raw 转换到bmp图像二值化 边缘检测-Open the bmp image mobile rotation bmp image raw conversion to the bmp image binarization edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:2889265
    • 提供者:frankie2d
  1. Image-Converter

    0下载:
  2. Image Converter BMP to RAW
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-19
    • 文件大小:22967276
    • 提供者:ESOL
  1. SAR2010302590010

    0下载:
  2. 运用GDAL库打开SAR的各种数据,包括tiff、raw、jpg、bmp-Using GDAL library to open a variety of SAR data
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-28
    • 文件大小:6516695
    • 提供者:徐小奥
  1. raw2bmp

    0下载:
  2. 这段小程序用来将8bit的raw文件转换为BMP格式。事实上raw文件的储存方式非常简单,可以直接使用fread按像素取。 另外,值得注意的是,如果需要转换10bit或更深位宽时,需要将byte均转换为raw。-This small program used to convert raw files of 8bit BMP format. Indeed raw file storage method is very simple, you can directly use fread tak
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:630371
    • 提供者:fhf
« 1 2 3 45 »
搜珍网 www.dssz.com