CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - pgm

搜索资源列表

  1. paintlib-2.5.0

    0下载:
  2. paintlib是一个可移植的用于图像加载、保存和处理的C++类库。可从BMP, GIF, JPEG, PCX, PGM, PICT, PNG, PSD, TGA, TIFF和WMF文件中加载图像,且可保存为BMP, JPEG, PNG和TIFF格式。既可通过在过滤器类中执行过滤, 也可通过直接访问位图来进行图像处理。提供了完整的C++源码。-paintlib is a transplant can be used to image loading, storage and handling o
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1078529
    • 提供者:宁华锋
  1. Image_src

    0下载:
  2. 图像处理源代码,实现了读取PGM图像,写PGM图像,对图像进行下采样得到一半大小图像的功能。testImage.cpp中包含main函数。-image processing source code, achieving PGM images read, write PGM image, the image sampling to be conducted under half the size of the image function. TestImage.cpp contains main
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1745
    • 提供者:万崇玮
  1. GraphicEx87

    0下载:
  2. 说明:GraphicEx.pas文件使得TImage支持30多种图象格式,有TIFF images(*.tif *.tiff), SGI images(*.bw, *.rgb, *.rgba, *.sgi), ZSoft Paintbrush images(*.pcx, *.pcc), Kodak Photo-CD images(*.pcd), CompuServe images(*.gif), Photoshop images(*.psd, *.pdd), Paintshop Pro imag
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:937389
    • 提供者:宋枫雅
  1. paintlib-2.6.2

    0下载:
  2. paintlib is a portable C++ class library for image loading, saving and manipulation. Images can be loaded from BMP, GIF, IFF, JPEG, PCX, PGM, PICT, PNG, PSD, SGI, TGA, TIFF and WMF files and saved in BMP, JPEG, PNG and TIFF formats-paintlib portable
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:1919948
    • 提供者:张海东
  1. ilib

    0下载:
  2. ILib是一个符合GPL协议的自由软件,提供完整的源代码。该库支持读写X11 BDF字体、PPM、PGM、XPM、BMP、JPEG、GIF、PNG等图像文件,而且还有一些很实用的绘图函数,很有参考价值!工具:通用C 。-ILib GPL is an agreement with the free software, provides a complete source code. Reading and writing support for the X11 BDF font, PPM, PGM
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:150348
    • 提供者:钱 峰
  1. filepgm

    0下载:
  2. pgm图片显示,一种不太用到的图片格式-pgm Photo, a photo not to use the format!
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:2269
    • 提供者:jay
  1. PGM

    0下载:
  2. 老外的读写PGM格式图片,用来处理特殊应用的图像
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:2524
    • 提供者:lihongsheng
  1. pgm_reader.zip

    0下载:
  2. 显示pgm格式的图片, 并显示图片信息等.,Display pgm image.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-23
    • 文件大小:135290
    • 提供者:李金磊
  1. PGMreader.rar

    0下载:
  2. pgm图像读取,分为c语言和c++两个版本,pgm image reader
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-13
    • 文件大小:2685
    • 提供者:TaLo-H
  1. PGM

    0下载:
  2. 使用OPENCV实现BMP格式转PGM格式,并输出PGM格式图片-Transform bmp to pgm picture using opencv, and then show pgm picture.
  3. 所属分类:OpenCV

    • 发布日期:2016-01-25
    • 文件大小:3171328
    • 提供者:周陈龙
  1. image_2d_process

    0下载:
  2. C/C++实现图像文件的读写,主要针对jpeg、ppm/pgm等-C/C++ Achieve image file reading and writing, mainly for jpeg, ppm/pgm, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:653253
    • 提供者:yuan guodong
  1. bmptoppm

    0下载:
  2. 1、在DEV-C++ 下编译。 2、在cmd命令行下,运行bmp2pnm,可通过修改将bmp转为 ppm pbm pgm等。-1, under DEV-C++ compiler. 2, in the cmd, run bmp2pnm, can be changed by modifying ppm pbm pgm to bmp and so on.
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1449193
    • 提供者:长夜未央
  1. att_faces

    1下载:
  2. 人脸库做人脸识别用的好东西 里面是灰度图片 每个人十张头像 是 pgm格式-In face of the repository for face recognition
  3. 所属分类:Graph program

    • 发布日期:2014-12-14
    • 文件大小:3085141
    • 提供者:马玉龙
  1. pgm-file-read-awrite

    0下载:
  2. 一个用于读写PGM图像的小程序,展示了PGM文件的读写原理。 VC++ 6.0环境编译通过 -A PGM image to read and write small programs to demonstrate the principles of reading and writing PGM files. VC++ 6.0 compiler environment
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-27
    • 文件大小:82388
    • 提供者:qianli
  1. pgm

    0下载:
  2. igs pgm游戏源代码 -igs pgm game source code
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-04
    • 文件大小:29376
    • 提供者:李钊
  1. autotrace-0.31.1-w32

    0下载:
  2. 转换位图文件到矢量图像文件的源代码,支持BMP, TGA, PNM, PPM, PGM, PBM的输入格式和Postscr ipt, svg, xfig, swf, pstoedit, emf, dxf, cgm等输出格式-Convert bitmap files to vector image file-fontforge use autotrace
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2238575
    • 提供者:qifan
  1. pgmaaa

    0下载:
  2. pgm图片的读写操作, 制作pgm图片很有用,使用matlab,源码容易懂,详尽的注释,希望对大家有用。-pgm image read and write operations, making useful pgm image using matlab, code easy to understand, detailed notes, I hope useful.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:199027
    • 提供者:流文件
  1. ORL

    0下载:
  2. 人脸库,一共40个脸,每个脸10张图片,.pgm格式,可以用matlab直接处理-Face database, a total of 40 faces, each face 10 pictures,. Pgm format, you can deal directly with matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3077886
    • 提供者:hobby
  1. PGM.java

    0下载:
  2. PGM Image Encoder and Decoder
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:2011
    • 提供者:Name
  1. PGM-file-transformation

    0下载:
  2. PGM file transformation, it used for the image filtering or compression.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:1413
    • 提供者:sunyiyang
« 12 3 4 5 »
搜珍网 www.dssz.com