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

搜索资源列表

  1. sift-0.9.7

    0下载:
  2. SIFT算法C语言原程序,有需要的可以下载了,好东西哦!-sciences algorithm C language program, the need to be downloaded, the good stuff!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2630812
    • 提供者:gjg
  1. fingerccc

    0下载:
  2. 一个指纹识别的c语言程序,包括了指纹图象预处理,特征提取及指纹图象匹配各个步骤的详细算法-a fingerprint identification c language program, including a fingerprint image preprocessing, Feature Extraction and fingerprint image matching steps detailed algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:28285
    • 提供者:jia
  1. Gauss

    0下载:
  2. 本文是高斯滤波函数程序,放入任何C语言程序里可以直接调用-This article is a Gaussian filter function procedures, into any C language program where you can directly call
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:762
    • 提供者:杜卡迪
  1. liantongyufenxiWITHCPP

    0下载:
  2. 图像连通域标记c语言程序,在VC++环境下可执行,连通域分析是在图像处理中常用的分析方法,希望本代码可以帮助到需要的人。-Image connected component labeling c language program
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:50596
    • 提供者:bonn
  1. wavelet

    0下载:
  2. 小波变换的源代码,c++语言程序 在vc6.0编译器上运行良好-Transform the source code, c++ language program running on a good compiler vc6.0
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:79616
    • 提供者:刘学易
  1. jsjtxx

    0下载:
  2. 计算机图形学,直线段的裁剪的c语言程序,喜欢的话就下吧,不需要账号的。和大家分享~!-Computer graphics, cutting a straight line segment of the c language program, like what is going on the next bar, no account. And to share ~!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1383
    • 提供者:尹兴
  1. CIMG

    0下载:
  2. 用C语言程序开发出来的TIFF图形文件处理程序.-Using C language program developed TIFF graphics files processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:742018
    • 提供者:顾宁海
  1. demhist

    0下载:
  2. 这是一个C语言的程序,是用来计算图像的直方图信息的,程序中用到了OpenCV编程。-This is a C language program is used to calculate the image histogram information, procedures used in the OpenCV programming.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1290
    • 提供者:bluewind
  1. siftdemo

    0下载:
  2. 改程序采用C语言编写SIFT算法,包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。-Change the use of C language program SIFT algorithm, contains the complete Gaussian pyramid from the image, DOG, space extremum point extraction, descr ipt
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:12641
    • 提供者:tjy
  1. C

    0下载:
  2. 一个指纹识别的C语言程序,用于对指纹的识别和读取图像处理-A fingerprint of the C language program, used to read fingerprints to identify and image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:73912
    • 提供者:roger
  1. JPEGEncoder

    0下载:
  2. C语言写的JPEG Encoder程序,可以将BMP转化为JPEG文件,结构简单,容易读懂,方便移植到各种环境-C language program written in JPEG Encoder can be converted into JPEG files BMP, simple structure, easy to read, easily transplanted to a variety of environmental
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:10464
    • 提供者:keven
  1. laplacianofGaussian

    0下载:
  2. 拉普拉斯和高斯模型,用c/c++语言实现。程序相关文件非常完整。-Laplace and Gaussian model, with c/c++ language. Program-related documents are complete.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:242053
    • 提供者:二毛
  1. ImageProcessCcode

    0下载:
  2. 数字信号处理C语言程序集合,内容非常齐全,对学习图像处理有很大的帮助。-Digital Signal Processing C language program collection, the content is complete, the learning image processing is very helpful.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:10204825
    • 提供者:baitao
  1. detector

    0下载:
  2. c语言写的运动检测程序,可以对avi视频进行处理-c language program written for motion detection, can be processed on the avi video
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1417
    • 提供者:vivid
  1. generating-white-noise

    0下载:
  2. 编程产生一组正态分布的白噪声信号,它的均值和方差以及长度可随意调整。将产生的白噪声信号存入数据文件。 本程序算法用C++语言编写。首先用乘同余法产生均匀分布白噪声,再用变换抽样法转换为高斯分布白噪声 -Program produces a set of normal white noise signal, its mean and variance, and the length can be adjusted. Will produce a white noise signal int
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:4908
    • 提供者:chenshan
  1. language-C-image-processing-assembly

    0下载:
  2. 用C语言实现图像处理的程序代码集,包含多个实用程序代码-Image processing using C language program code set, including a number of practical code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4384068
    • 提供者:sanne
  1. rm

    1下载:
  2. RM的编码过加性高斯白噪声信道(AWGN)后译码的C++ 实现程序,C语言产生高斯白噪声-RM of coded additive white Gaussian noise channel (AWGN) after decoding in C++ program, C language generated Gaussian white noise
  3. 所属分类:Special Effects

    • 发布日期:2016-11-21
    • 文件大小:499712
    • 提供者:侯红娟
  1. C-Language-Image-Program-Design

    0下载:
  2. C语言图像处理pdf版本。该书中详细介绍了图像处理常用的方法以及源码,很多书本都是以此书为基础来进行编译的-C language image processing pdf version. Book describes in detail a commonly used method and the source of the image processing, a lot of books are book basis to compile
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:5096607
    • 提供者:林东
  1. C

    0下载:
  2. 图像处理各种算法C语言程序,可直接运行,无错误-Image processing algorithm C language program
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6208724
    • 提供者:邹继欣
  1. C#_ScaleImages

    0下载:
  2. 使用C#语言,在程序界面选择任意图片进行图像缩放。(Using C# language to select any image to zoom in on the program interface.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-06
    • 文件大小:180224
    • 提供者:遗忘离殇
« 12 3 4 5 6 »
搜珍网 www.dssz.com