搜索资源列表
BMP文件操作
- 纯C的BMP文件操作程序,包含bmp文件的读取,和内存数据写入文件。本人亲自编写,是我机器视觉项目的一个接口程序,特地分享。
gdal 使用gdal读写影像的例子
- 一个很好的使用gdal读写影像的例子,程序中使用分块读写和多线程,支持海量数据的影像,方便大家使用-A good example of using gdal reading and writing images, program and use the block read and write multi-threaded, supporting massive image data, to facilitate the use
DataReadDlg
- c++和matlab混合编程的基本的读取sir-20探地雷达数据的程序。-c++ and matlab programming mixed read basic sir-20 ground-penetrating radar data.
bmp2hex
- 包括图像8位和24位读取和显示,图像保存,图像数据保存到文件中,简单的logo制作。MFC程序,帮助初学者使用。-Including 8-bit and 24-bit image to read and display, image storage, image data is saved to a file, create a simple logo. MFC program to help beginners.
tiff-4.0.2
- 此程序是最新版本的libtiff库,能方便快捷的显示tiff图像和读取数据。-This program is the latest version of the libtiff library, convenient display tiff images and read the data.
camera
- 程序完整描述了从相机中读取数据并显示,存储图片到硬盘的过程,具有很好的可移植性和使用性。-A complete descr iption of the program reads the data from the camera and display, store pictures to the hard drive in the process, with good portability and usability.
JPG2RGB565
- JPG2RGB565 说明: 1.对于单片机而言有的时候需要显示图片,一般单片机为了节约资源采用的图片一般为RGB565格式, PC机上用的一般是RGB格式,也就是说PC机器上RGB(R,G,B)三个字节表示一个像素,单片机采 用两个字节表示一个像素,第一个字节的高5位表示R,第一个字节的低3位和第二个字节的高3位 表示G,第二个字节的低5位表示B 2.本程序支持JPG格式转为RGB565格式,显示在屏幕上或者用管道命令输出到一个文本文件 命令行:JPG2RGB
DICOM_Viewer
- dicom_viewer 这个程序相信很多人都有。晚上无意中又看到这个,感觉很经典。值得和大家分享。所以贴出来。 之前自己写的读取函数,多亏这个程序,要不然没准到现在还弄不出来。总结一下这个程序的特点: 1.完整的写出了如何读取dicom数据。可以读取单层、多层、以及马赛克数据。能获得数据头信息。 2.能在ivolume中查看多层图像的三维体。 3.将读取、设置等封装为dicomviewerimage一个完整的类,使用方便。 更多的好处还是用后才知道。。呵呵呵 程序附带
mstar_conv_tools
- 这些程序可以将MSTAR数据库中的数据转换为可是图像,例如JPEG和TIFF,方便SAR图像的处理。-These program can convert the MSTAR data into some images such as jpeg and tiff.It s easy to study sar images.