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

搜索资源列表

  1. C++(Circle)

    0下载:
  2. 算法实现题1-2 平面几何问题 .问题描述: 试用C++ 的类来定义表示简单平面几何对象的抽象数据类型Geometry 。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2 个构造函数:允许用1 个参数或2 个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1′r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:64.87kb
    • 提供者:stzxxxstz
  1. libdib

    0下载:
  2. 自己开发的针对Windows环境下DIB位图输入输出、访问、修改、变换的C/C++函数库(不需专门VC工程, 导入其他工程即可用),已经相当长时间测试和使用。-own development environment for Windows DIB bitmap input and output, access, modify, Transform C / C + + library (without specialized VC projects into other projects can
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:22kb
    • 提供者:Su Feng
  1. stereo

    0下载:
  2. This .rar file contains an example of some C code for reading a pair of PGM input images and outputing a result in which each pixel is the average of the inputs.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:638.82kb
    • 提供者:liuyun
  1. 实现图像的平移功能

    0下载:
  2. 源码由C语言开发,实现图像的平移功能,只要输入平移坐标,即可实现平移功能。-Source code developed by the C language, the translation of image features, as long as the input translation coordinates, shift function can be realized.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-09
    • 文件大小:1.63mb
    • 提供者:付杰
  1. TsaiC

    0下载:
  2. Tsai标定算法的源代码,比较详细的程序步骤,输入数据为自定义的数据,程序完整。共同学习-Tsai calibration algorithm source code, more detailed procedural steps, input data for custom data, integrity of the process. Learning together
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:439.78kb
    • 提供者:陈卿
  1. ColorSkew

    0下载:
  2. C#编写的文本图像倾斜角度检测并且校正的程序,输入一张倾斜的彩色文本图像,输出角度校正之后的二值化图像。包含测试图片。-C# write text image tilt Angle detection and correction program, input a tilted color text image, output Angle after correction, binary image. Contains test images.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:2.28mb
    • 提供者:lee
  1. Document-flow-operation

    0下载:
  2. 用C语言输入输出BMP图像包含最基本的文件流读入读出-BMP C language with the image that contains the basic input and output file stream to read read
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2.16mb
    • 提供者:danpianji
  1. OpenCV

    0下载:
  2. 书中的C/C++语言实例。各实例子目录中的*.dsw和*.dsp文件分别为Windows下Visual C++ 6.0的Workspace文件和Project文件;Makefile是Linux下GNU Make的输入文件。在Windows环境下,双击*.dsw文件将会启动Visual C++ 6.0并装载该实例;在Linux环境下,输入make命令就可以编译该实例。 -Book C/C++ Language examples. The examples subdirectory in the
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.45mb
    • 提供者:lynn
  1. conv2D3

    0下载:
  2. matlab中的con2函数翻译为C的代码,这是其中3个输入的情况,1个图像,2个filter,希望对大家有所帮助,这只是其中一个文件,需要自己写主函数调用-con2 function in matlab translated into C code, this is one of three input, an image, 2 filter, you would like to help, this is only one file, need to write the main funct
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1.38kb
    • 提供者:王晓舟
  1. Inputandoutputmatrix

    0下载:
  2. 输入和输出矩阵.如何运用Matlab与C/C++进行混合程序设计-Input and output matrix
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:93.39kb
    • 提供者:大棚
  1. kmlocal-1.7.2

    0下载:
  2. C实现的kmeans聚类算法 根据输入数据,进行kmeans聚类 -C to achieve kmeans clustering algorithm based on the input data, kmeans clustering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:425.69kb
    • 提供者:Cindy
  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
    • 文件大小:1.23mb
    • 提供者:刘雨相
  1. refpaper3_mpcrenglish

    0下载:
  2. In this paper a stroke feature distribution method is used to develop a scheme for the recognition of alphanumeric characters. The algorithm uses a gray level image of the character as input. The image is normalised. The feature used is strok
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:272.35kb
    • 提供者:avi
  1. pca9534

    0下载:
  2. 9534 芯片介绍。用于图像处理 主用用处车载单片机-The PCA9534 is a 16-pin CMOS device that provide 8 bits of General Purpose parallel 2 Input/Output (GPIO) expansion for I C-bus/SMB
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:126.13kb
    • 提供者:发个
  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. f

    0下载:
  2. 用visual c++6.0在屏幕上画圆,对圆的半径和坐标从键盘任意输入,然后再计算圆面积和在屏幕上画出相应的圆-With visual c++6.0 circle on the screen, on the radius and the coordinates of any input from the keyboard, and then calculate area of a circle and draw in the corresponding circle on the screen
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3.72kb
    • 提供者:陈一飞
  1. RGB-transform-YUV

    0下载:
  2. * 程序名称:RGB2YUV.C * 功 能:将位图文件的RGB格式转换成YUV格式,结果以二进制文件 * 存储。注意:1、原文件是24位位图;2、文件宽度 * 输 入:icon.bmp * 输 出:icon_array -* Program Name: RGB2YUV.C* function: RGB bitmap file format into YUV format, the results of the binary file* storage. Note: 1, t
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:509.75kb
    • 提供者:王赢
  1. Vector-quantization-of-the-C

    0下载:
  2. 矢量量化算法的C语言实现:LBG(K-均值)聚类算法,在欧几里的距离基础上用LBG算法将输入向量聚类。-Vector quantization of C language implementation algorithm:LBG (k-means) clustering algorithm, in several European based on the distance with LBG algorithm will input vector clustering.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:2.98kb
    • 提供者:lorna
  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
  1. pca-master (1)

    0下载:
  2. 此源代码使用Eigen C ++库在C ++中实现了PCA算法。 运行代码所需的组件: - 安装Visual Studio 2012(Express Edition工作正常) - Windows操作系统(Windows 7或更高版本) 如何运行源代码: - 打开文件。\ pca \ PrincipalComponentAnalysis \ PrincipalComponentAnalysis \ Program.cpp - 在行和列变量中设置矩阵的尺寸。 - 在m变量中设置
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-19
    • 文件大小:9.84mb
    • 提供者:HJL Kevin
« 12 3 »
搜珍网 www.dssz.com