搜索资源列表
DICOM转换
- DICOM文件到bmp格式图片的转换,支持DICOM文件VR的读取-DICOM files to the Photo bmp format conversion, support for VR DICOM document reader
多种图片读取方式的比较
- 本程序通过使用SetDBIbits,BitBit,IPicture,SetPiexl等多种图片读取方式来计算相同图片读取时所以需的时间,从而体现出不同贴图方式上在时间的差异-this procedure through the use of SetDBIbits, BitBit, IPicture, SetPiexl read so many pictures to calculate the same way when you read Photo Therefore, it takes ti
图片记录集存储
- 主要是向数据库存储图片,并能读取存储的图片并显示出来-main database to store photos, and the pictures stored in the read and displayed
readpicture
- 这是一个读取并复制bmp图片的程序,对于学习bmp图片格式很有帮助。-This is a copy and read bmp Photo procedures, learning bmp format photographs helpful.
vtk_skull
- vtk头骨示例程序,这个是很多开始学vtk的同胞们可以先研究的程序。这个是mfc下的,那个headsq是ct机的直接导出的切片图片,运行的时候需要读取这些数据的。-VTK skull sample program, this is a lot of learning VTK compatriots can examine procedures. This is the mfc, which headsq ct machine is directly derived slice images, r
HuffmanExp
- 一个图片读取程序,对了解图象编程有参考意义
GDIPlus
- GDI+的类,可以读取多种格式的图片. GDI+的类,可以读取多种格式的图片.
ado_jpg
- vc下读取JPG格式图片并显示 位图的显示大家都明白 但是从文件直接读取然后显示的似乎还不多
bmpColorChange
- 读取BMP图片并且转换为2色,或者16色
UPCEAcodeRead
- UPC-E/A 类型条码生成和读取示例。这个源代码是一款UPC-E/A 类型条码创建和读取示例,UPC-E/A条形码广泛应用于商业零售终端。该示例主要功能可以创建6位和12位UPC-E/A条形码,并保存为JPG图片。程序同时还具有扫描识别JPG图片格式的条形码图片,识别率准确率挺高,即使比较模糊的条码图片也可以顺利识别,作者开发时是基于一个嵌入式条形码读取照相机来进行读取。功能比较不错。
BmpViewer
- 通过忽略精度 有24位bmp转为16位img压缩图片 ,生成的图片在嵌入式环境内读取速度很快,相应的文件查看软件请下载ImgViewer
opencv+vs2010读取图片
- vs2010+openCV配置下的读取最基本的图片操作,适合初学者
C、C++读取图片
- C/C++语言实现打开各种图像文件(BMP, GIF, JPG,
UPCEAcodeRead
- 一个UPC-E/A 条码生成、读取程序,VB环境编写,UPC-E/A 条码一般是用作商业零售业使用。本程序可以用来生成6-12位条形码,保存为JPG格式的图片,并可以读取含有条码的图像文件,识别率极高。-A UPC-E/A bar code generation, read the procedures, VB environment to prepare, UPC-E/A bar code is generally used for commercial retail use. This pr
bmp图片rgb转成yuv
- 可以读取bmp图片,并将RGB转为成YUV格式输出
bitmap
- bitmap图片读取程序以及导出bitmap图片调色板数据-bitmap images to read the program and export bitmap picture palette data
bmpTest
- 通过C语言实现对bmp图片读取,拷贝,重命名,以及路径的返回。-Bmp image read, copy, rename, and the path returned by the C language.
mymfc
- 使用opencv2.4.5写的图像处理入门代码,可实现图片读取,处理等简单操作,适合新手学习-Written opencv entry code, which enables the images to read, process and other simple operation, suitable for beginners to learn
CPPreadPic
- 使用C++读取bmp,jpg等图片信息到内存,详细介绍了图片读取方法,很适合新手学习,大神无视。-Using c++ reads the BMP, JPG image information into memory, such as image read method was introduced in detail, very suitable for beginners learning, a great god to ignore.
c++图像处理-读取jpg图片
- 一个VC++编写的图像工具,通过不同图像函数实现bmp/jpg等图像,并比较图像读取时间,可以比较图像函数差异。