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

搜索资源列表

  1. TV图像去噪,c源码

    3下载:
  2. TV图像去噪,c源码。网上流传的代码都是用matlab的,在一些情况下非常不合适。所以编写了这个c代码,原理是TV全变分法。,TV image denoising, c source code. Online spread matlab code are used, and in some cases very inappropriate. Therefore, the preparation of the c code, the principle is the TV-wide variati
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2015-06-08
    • 文件大小:8135
    • 提供者:ww
  1. FCM.模糊C均值图像分割方法的Matlab程序源代码

    1下载:
  2. 上传内容为模糊C均值图像分割方法的Matlab程序源代码,From the contents of the fuzzy C-means image segmentation of the Matlab source code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-08-14
    • 文件大小:1485
    • 提供者:张宏
  1. BMP_to_TIF.rar

    0下载:
  2. 这份vc源代码是实现bmp 图像格式到tif图像格式的转换,this vc source code is bmp format images to tif image format conversion
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:14771
    • 提供者:farmer
  1. ransac.rar

    2下载:
  2. 用VC++实现了ransac算法,可以用于图像匹配时去除错误匹配等,代码是可用的。,Using VC++ implementation of the RANSAC algorithm, image matching can be used to remove the error when the match and so on, the code are available.
  3. 所属分类:Special Effects

    • 发布日期:2015-07-24
    • 文件大小:18592
    • 提供者:朱静
  1. DCT

    0下载:
  2. DCT变换的源代码,支持一维二维DCT变换及反变换-DCT transform of the source code, to support the one-dimensional two-dimensional DCT transform and inverse transform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2190
    • 提供者:brenton
  1. JPEG

    0下载:
  2. JPEG源代码C语言实现压缩与解,对学习图像处理有一定的参考意义。-C language source code for JPEG compression and the realization of solutions for image processing to learn some reference significance.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:366615
    • 提供者:yubua
  1. Opencv-source-code

    0下载:
  2. 《OpenCV教程:基础篇》这本书附带的源码,作者为:刘瑞祯,于仕琪等。-source code for a book about opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2939923
    • 提供者:Melody
  1. haar

    0下载:
  2. HARR小波的VC实现源代码,能用于人脸检测与识别-HARR wavelet implementation of the VC source code, can be used for Human Face Detection and Recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:906778
    • 提供者:赵键
  1. Image_Processing_Practise

    0下载:
  2. 这是《精通Visual C++数字图像处理技术与工程案例》光盘源代码,共包含9个完整用例(含源代码、完整设计流程图、原理介绍):人脸检测、牌照自动识别监控、运动人体跟踪、细胞识别统计、文字识别、相机自动调焦、计算机集成数控、运动检测、车牌定位。书中含图像和视频资源,不需自行搜集。此外还有对于数字图像处理基础知识、工程使用中涉及的基本技术的介绍。-This is《proficient in Visual C++ digital image processing technology and eng
  3. 所属分类:Special Effects

    • 发布日期:2016-09-18
    • 文件大小:14778523
    • 提供者:
  1. Restoration

    0下载:
  2. 图像复原的VC++ 源程序,在点扩散函数已知的情况下对模糊图像进行复原。-Image Restoration of VC++ source code, point spread function in the circumstances known to the recovery of the blurred image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:71835
    • 提供者:luoyuanhong
  1. source7

    0下载:
  2. 边沿检测与提取,轮廓跟踪 source目录下为本章介绍的源程序 功能是边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在 -Edge detection and extraction, contour tracing source directory of the source cod
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:31477
    • 提供者:阿斯顿
  1. huffman

    1下载:
  2. 数字图像处理中的编码技术。本程序对输入的图像进行哈夫曼huffman编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。本程序使用C++混合编程,已经编译生成了Matlab库文件,无需再与C++链接。程序包括源程序和源图像,以及编码后的结果图像。-Encoding digital image processing technology. The procedure of the input image Huffman huffman coding to show the ori
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1293513
    • 提供者:刘雨相
  1. FCM-source-code

    0下载:
  2. 模糊c均值的源代码,自己调试过,可运行,希望对正在做聚类分类方面的你有帮助!欢迎下载-Fuzzy c mean source code, I have debugged it already ,can run ,I hope it useful to you if you are dealing with this field.welcome to download it!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:110604
    • 提供者:chuncheng
  1. PNG2BMP-Source-Code

    0下载:
  2. PNG与BMP图像互转源代码,适合C和C++编程开发人员使用,谢谢!-This is source code for the mutual conversion between PNG and BMP picture format, which is suitable for developer with C language.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:32539
    • 提供者:Terry
  1. BMP--to-JPEG--C-program-source-code

    0下载:
  2. BMP图像转成JPEG图像的C程序代码,希望对他人有用。-BMP image to JPEG picture C program source code
  3. 所属分类:Special Effects

    • 发布日期:2017-11-04
    • 文件大小:19280
    • 提供者:lilei
  1. sift-code-and-source-code-Comments

    0下载:
  2. 基于c的sift源代码实现以及源代码详解-Based on the c sift source code and source code Comments
  3. 所属分类:Special Effects

    • 发布日期:2017-11-03
    • 文件大小:15331746
    • 提供者:陈秋平
  1. Source-Code-of-Image-Processing-in-C

    0下载:
  2. C语言,图像处理 多种处理方式的集合 原代码 代码中有一定的解释-source code of image processing in C
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:542647
    • 提供者:Stan King
  1. C-source-code-of-image-processing

    0下载:
  2. 很全很详细的基础入门C编程,通俗易懂,容易入手-Very full very detailed Basics C programming.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:11233997
    • 提供者:leo
  1. 图像去雾算法源代码c++

    0下载:
  2. 图像去雾c++版源代码,实现效果还不错,可直接运行。(Fog to remove the c++ version of the source code, the effect is not bad, can be run directly.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-14
    • 文件大小:3433530
    • 提供者:绝版公子
  1. C#图像处理算法典型实例

    1下载:
  2. 图像处理:灰度,线性点运算,直方图,图像缩放,腐蚀结构元素,带通滤波,噪声模型等图像处理算法,包括素材和源代码。(Image processing: gray level, linear point operation, histogram, image scaling, corrosion structure elements, band pass filter, noise model and other image processing algorithms, including mate
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-18
    • 文件大小:17165312
    • 提供者:woxihuan
« 12 3 4 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com