文件名称:read-write
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2012-12-25
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- 赖**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
对PPM或PGM的包头进行识别,进而实现图形的读取。并可将PPG转存成PGM-The first step towards image and video processing is reading images from file and write them to file. There exist different standards that store the information in different formats before opening an image, knowledge of the standard is necessary. Two widely used image formats are PPM and PGM. The PGM format is a greyscale file format designed to be easy to manipulate. A PGM image represents a greyscale graphic image. For most purposes, a PGM image can just be thought of an array of integers. The name "PGM" is the acronym of "Portable Grey Map." The name "PPM" is the acronym for "Portable Pixel Map."
(系统自动生成,下载前可以参看下载内容)
下载文件列表
read-write\pgmread.m
..........\pgmwrite.m
..........\ppmread.m