CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 纯C

搜索资源列表

  1. psnr2

    0下载:
  2. 这是一个测试图像峰值信噪比的程序源代码,纯C环境下的-This is a test image PSNR the source code, pure environment of the C
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2.06kb
    • 提供者:丁烨
  1. simplejpegforembedded

    0下载:
  2. 一个最简化的jpeg解码程序,纯C比编写,很方便一直到嵌入式系统中!-one of the most simplified procedures jpeg decoder, C than pure preparation, very convenient to have to Embedded System!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:19.83kb
    • 提供者:袁珂
  1. bmpPureC

    0下载:
  2. 纯C++写的读取BMP文件,可以跨操作系统而运行。-write pure C read BMP file, and can run different operating systems.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:62.57kb
    • 提供者:shaolong
  1. gif2rgb

    0下载:
  2. 纯C语言实现将GIF文件格式转换为RGB24格式。-pure C language will GIF file format conversion for RGB24 format.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3.36kb
    • 提供者:张磊
  1. VC_FaceDetect

    0下载:
  2. 纯C++编的人脸检测程序 纯C++编的人脸检测程序 -pure C series of face detection procedures pure C series of face detection procedures pure C series Face Check-C series of face detection procedures pure C series of face detection procedures
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.32mb
    • 提供者:盖萌
  1. image_denoise_by_c

    0下载:
  2. 图像去躁算法,纯c实现,对实现嵌入式平台下图像去躁非常有帮助
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:179.87kb
    • 提供者:李建平
  1. read_write_bmp_C

    0下载:
  2. 纯C代码下读写BMP文件代码,简单易懂。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.69kb
    • 提供者:张子龙
  1. JPEG_encoder_decoder

    0下载:
  2. JPEG图片压缩及解压缩源代码,包括了几个不同的实现版本,有纯C实现及VC实现的代码。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:351.45kb
    • 提供者:zhangyunyong
  1. jpegTobmp

    1下载:
  2. 一个纯C语言的源程序,将JPG格式图形转换成BMP图形
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:541.76kb
    • 提供者:Lisun
  1. VideoTrack_code

    0下载:
  2. 一组采用mean shift和particle filter的目标跟踪代码,都是基于颜色特征的跟踪算法。算法程序为纯c代码。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.54mb
    • 提供者:myb
  1. bmperzhihua

    0下载:
  2. 能实现8位BMP灰度化,二值化的图像处理纯C语言编写的源代码
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.84kb
    • 提供者:弹击
  1. C_combfilter

    0下载:
  2. 用纯C语言实现的梳状滤波器的代码,有极高的参考价值-Pure C language of the comb filter code, a high reference value
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:8.27kb
    • 提供者:过量
  1. sift-C

    1下载:
  2. David G. Lowe 的SIFT算法实现。 这个用纯c编写,不实用matlab,方便调用。-David G. Lowe' s SIFT algorithm. The pure c written impractical matlab, easy call.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-01
    • 文件大小:237.93kb
    • 提供者:lyn
  1. find_edge

    1下载:
  2. 纯C写的二值化图片的边界跟踪,运行该算法后能够有效的找出图像的内边界。-Written in pure C Binarization image border tracking, after running the algorithm can effectively identify the images of the inner boundary.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:229.98kb
    • 提供者:cheng tiantian
  1. PixelConvert

    1下载:
  2. 将图像的RGB转换为HSV、xyz空间显示 逐个像素点读取 附带注释 有用opencv做的 也有用纯c做的-The RGB image is converted to HSV space-by-pixel display reads annotated to do with the opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:4.87kb
    • 提供者:Yang Ge
  1. ImageProcessingCode

    0下载:
  2. 图像处理入门级代码,纯C语言编写。很有用,我就是从这个开始学的-Image Processing Code ,for c language
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.68mb
    • 提供者:QHLee
  1. diplab

    0下载:
  2. raw转bmp程序。输入输出为纯C++文件流编写-bmp turn raw procedures. Input and output is pure C++ file stream write
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1.15kb
    • 提供者:崔雄文
  1. 1

    0下载:
  2. 纯C语言实现图像处理知道如何用纯C语言(不能用Turbo C ,windows API 和 MFC)对BMP图像实行二值化处理,最好有源代码-Pure C language image processing know how to use pure C language (can not use Turbo C, windows API and MFC) on the implementation of BMP image binarization, the best source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:903byte
    • 提供者:罗德智
  1. BmpLoader.c

    0下载:
  2. 不是用API,纯C编写的bmp读取程序。-Load a bmp file without apis.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-09
    • 文件大小:944byte
    • 提供者:oml
  1. FaceDetection[write-in-C]

    0下载:
  2. 使用纯C语言实作,找出图像中的人脸,具体过程使用到色彩空间转换、光线补偿、二值化、八连通等等方法,最后框出人脸。 注:请使用bmp格式的图像并命名为input.bmp-Using pure C language implementations, figure out the image of the human face, the use of the specific process to color space conversion, light compensation, bin
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:883.84kb
    • 提供者:spada
« 12 3 4 »
搜珍网 www.dssz.com