搜索资源列表
在内存中位图的对称位图(镜像)(8KB)
- 在内存中位图的对称位图(镜像)(8KB)。此程序是老外写的经典程序,可以拜读一下。-in memory bitmap symmetric Bitmap (mirrored) (8KB). This procedure is a foreigner to write the classic procedure could read about.
testBitbit
- 将图片展示出时用写内存的方式影射到显示设备,在设备上一次显示出-will use to write the memory of alluding to the display device, the equipment in a show
storage.rar
- 基于OPenCV的源码,实现了OpenCV中存储器的操作,包括读和写等。,OPenCV based on the source, the OpenCV implementation of the operation of memory, including read and write and so on.
Dicom Series Read Series Write
- 本程序使用ITK进行DICOM格式数据的读取和存储。首先读取二维DICOM序列图像,然后将读入的图像存储为二维DICOM序列图像。-This code uses ITK to read and write DICOM series images. DICOM series images are first read into the memory and then they are written into another directory.
chap1-1
- 函数名称: * readBmp() * *函数参数: * char *bmpName -文件名字及路径 * *返回值: * 0为失败,1为成功 * *说明:给定一个图像文件名及其路径,读图像的位图数据、宽、高、颜色表及每像素 * 位数等数据进内存,存放在相应的全局变量中//位图读写程序-Function name:* readBmp ()** Function parameters:* char* bmpName- file name and path**
BMP
- BMP图像的读取与写入,全是用C代码编写。包括内存的开辟,调用,清空。涉及图像读取的许多关键点。-Read and write BMP images, all written with the C code. Including memory formation, call empty. Involving many of the key points the image to read.
HY_800Cut
- 自己写的百度贴吧 吧刊图片裁剪器 贴吧图片只支持 800*800,把裁剪改大小等过程集成了过来 顺便还有CImange下的图片缩小算法,为了效率没使用CImage类的GetPixel,直接对内存操作。。。 还有图片裁剪算法,可以用于参考理解CImage-Write your own Baidu Post Bar Bar Bar Journal posted pictures picture cutting device only supports 800* 800, chang
example4
- framebuffer文件实例 framebuffer是出现在内核中的驱动程序的接口。 他把显示设备抽象的映射到帧缓冲区——可以认为是显存! 可以把它看成是显示内存的一个映像,将其映射到进程地址空间以后,就可以直接进行读写操作,并且写操作可以直接反应在屏幕上。 -framebuffer file instance framebuffer kernel driver interface. His abstract display device mapped to the
Opencv_Chinese_handbook
- 基础结构 数组操作o初始化o获取元素和数组子集o拷贝和填充o变换和置换o算术、逻辑和比较o统计o线性代数o数学函数o随机数生成o离散变换 动态结构o内存存储o序列o集合o图o树 ----------------- 绘图函数 ****************************************o典线和形状o文本o点集和轮廓 数据保存和运行时类型信息 樊臻韬o文件存储o写数据o读数据o运行时类型信息和通用函数 --------------- 其它混合函数 错误处理和系统函数o错误处理o系
niu
- 利用MATLAB绘图功能画出电话拨号板,并写出相应的程序,实现号码记忆和复读功能。-MATLAB graphics functions to draw the telephone dial-up board, and write the corresponding program number memory and repeat function.
isee
- 提供多达26种图象格式的读写插件,新的插件还在不断地开发当中。 支持从EXE、剪贴板、窗口、HBITMAP句柄、内存等多种介质中直接读写图象。 拥有极简易的使用方法。引擎常用的接口函数只有4个。 提供极易扩展的图象处理接口。开发人员可以很容易的在此接口上挂接自己的图象处理模块。 图象插件的安装、卸载、管理等工作均由引擎自己负责,调用者无需干预(全自动)。 图象插件及引擎内部拥有完善的异常处理机制,以及专用的内存防护系统,工作稳定可靠。 提供非常详尽的全中文开发手册及使用范
JALRP000
- This my first text-mode data painter function which is a source code avaiable at Borland Turbo C and Turbo C++. I would like to upload this a memory about a new software sub-culture. to be a brave member. This is available for up to 80x50 text mode (
JpegExifWriter
- Take a raw JPEG file in a memory buffer, and another binary buffer containing raw EXIF data (say output libexif), and this routine will write the JPEG out to disk, adding the EXIF data to an APP1 JPEG marker section. This is done entirely witho
enviwrite
- 本代码是一个功能丰富的matlab函数,能够将matlab平台下的任意数组,保存为envi格式的本地文件,功能十分稳定,能够适用于各个版本的matlab 和 envi平台-This is the matlab code to write a matlab matrix memory into a local file of ENVI format. This code is stable and suits to all versions of matlab and envi
OpenCV示例源码
- 关于OpenCV的好处之一就是它提供了许多内置的用于图像处理和计算机视觉相关操作的基础元素。如果你需要通过scratch写入某些内容,你将不得不定义一些东西,比如图像、点、角度等等,这些几乎是任何计算机视觉算法的基础。OpenCV提供了这些开箱即用的基础数据结构,它们都包含在core模块中。另外一个好处是,这些数据结构都已经针对速度和内存做了优化,因此,你不用担心实现细节。(One of the benefits of OpenCV is that it provides a number of
