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

搜索资源列表

  1. Video_Codec

    1下载:
  2. 这里提供的是一个视频编解码与传输的Demo程序,分为两部分,分别是Server和Client端,演示了视频编码、传输、解码以及视频显示等功能。 该程序采用了VFW(Video For Windows)体系结构进行编程,编译工具为VC++6.0或以上,视频编码采用了VFW体系下的DivX,当然你也可以根据需要改为Xvid或是其它,由于这份Demo以前写得较匆忙,没有留下任何文档,主要是因为程序非常的简单,但是对于没有VC++基础或是对VFW不太熟悉的朋友可要仔细看了,有问题就到中华视
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:39901
    • 提供者:中国
  1. VC

    0下载:
  2. VC 数字图像处理编程讲座 我们这个讲座就是讨论如何利用微软的Visual C++开发工具来实现一些常用的数字图像处理算法, 论述了图像处理的理论,同时给出了VC 实现的源代码。-VC digital image processing programming lecture seminar is to discuss how our use of Microsoft' s Visual C++ development tool to achieve some of the comm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:263248
    • 提供者:王策
  1. motiontracker

    0下载:
  2. 本程序采用Matlab编程,可以跟踪运动物体上的颜色特殊点,并根据获得的图像信息,进行视觉计算,给出运动物体的状态信息,如速度,位置。该程序已在多种环境下测试,具有实用,快速等特点,是实验系统中,用来给运动对象定位的有力工具-This procedure using Matlab programming, can track moving objects on the color of the special points, and in accordance with image inform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1752345
    • 提供者:maya
  1. CDIB

    0下载:
  2. 显示图像的类及其头文件,多达50多种图像处理操作函数类库,是从事Windows图像处理编程的必备工具和代码。-Showing the type of image and its header files, up to more than 50 kinds of image processing operations function library, is to engage in Windows image processing programming tool and code.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:9166
    • 提供者:杜杰
  1. G-CodetoDXF

    0下载:
  2. 可以将g代码转换为dxf文件的好工具,是数控编程的好帮手-G the code can be converted to dxf file a good tool is a good helper NC Programming
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:26112
    • 提供者:hongxi
  1. jingangsh

    0下载:
  2. 用c语言实现金刚石图形程序,编程工具是WIN-TC,涉及计算机图形学内容-Using c language implementation diamond graphics program, programming tool is a WIN-TC, the content related to computer graphics
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:32104
    • 提供者:刘亮
  1. CVImageProcess

    0下载:
  2. 利用opencv工具在vc中实现两幅图像的匹配,其中这个程序的框架不错,可以尝试一下其道框架编程-Vc using opencv tool to achieve the matching of two images, in which the framework of this procedure well, you can try programming the framework of its Road
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3594525
    • 提供者:心雨
  1. CVImenu

    0下载:
  2. 本程序是在CVI5.0下编程,实现了嵌入式图像和菜单功能,适合新手。 其实CVI是一个功能十分强大的编程工具,有了IMAQ的支持,其图像处理的功能也很厉害。-This program is under the CVI5.0 programming, embedded images and menu functions for novice. In fact, CVI is a very powerful programming tool features, with IMAQ support
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:8453
    • 提供者:fdevil
  1. YK_SOFT_Setup

    0下载:
  2. 国产梯形图软件,集成了用户C编程,可以仿真调试,是学习梯形图和C编程的好工具-Homemade ladder software, the integration of user C programming, debugging can be simulated, is learning ladder and a good tool for C programming
  3. 所属分类:Special Effects

    • 发布日期:2017-06-11
    • 文件大小:18614188
    • 提供者:guojun
  1. ChinaToPoint

    0下载:
  2. 汉字自摸提取工具的源代码,适用于VC++编程的应用,可以用于在屏幕上叠加汉字字幕的程序。-Chinese Zimo extraction tool' s source code for VC++ programming applications, can be used for Chinese subtitles superimposed on the screen the program.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1240443
    • 提供者:李兰平
  1. canny

    0下载:
  2. 该程序利用VC作为编程工具,实现了canny算子图像的边缘检测。文件夹中附含一幅测试图片作为样例。-The program using VC as a programming tool, realize the canny operator image edge detection. The folder containing a picture with test picture as the sample.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1654280
    • 提供者:陈思
  1. Lecture_about_VC_digital_image_processing_program.

    0下载:
  2. 本文是关于VC数字图像处理编程的讲座内容,讨论如何利用微软的Visual C++开发工具来实现一些常用的数字图像处理算法,论述了图像处理的理论,主要的内容分为基础篇、中级篇和高级篇,具体包含的主要内容有: 1. 图像文件的格式;   2. 图像编程的基础-操作调色板;   3. 图像数据的读取、存储和显示、如何获取图像的尺寸;等等 -This article is about the VC digital image processing programming, Lectur
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:50072
    • 提供者:黄雅威
  1. 35353756645

    0下载:
  2. 易语言管理工具界面,易语言写的图形图象编程,很好的参考。-Easy language management tool interface, easy graphics programming language to write, a good reference.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:548665
    • 提供者:什锦丁儿
  1. 5467875465

    0下载:
  2. 易语言GIF录制工具源码,易语言写的图形图象编程源码,很好的参考。-Easy language GIF recording tool for source code, easy language to write the graphics programming source code, a good reference.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:27353
    • 提供者:清拌蟹肉
  1. 53454425

    0下载:
  2. 阿蒙文件图标提取工具易语言源码,易语言写的图形图像编程,很好的参考。-Amon file icon extraction tool easy language source code, easy graphic language programming, a good reference.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:13280
    • 提供者:玉米排骨
  1. 4576423642655

    0下载:
  2. 阿杰屏幕颜色获取工具易语言源码,易语言写的图形图像编程,很好的参考。-When the screen color acquisition tool easy language source code, easy graphic language programming, a good reference.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:14638
    • 提供者:玉米排骨
  1. TgvroDai

    0下载:
  2. 易语言代码抓图工具源码,易语言写的图形图像编程,很好的参考。-Easy language code capture tool source code, easy graphic language programming, a good reference.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:12735
    • 提供者:糟熘鱼片
  1. Fa60xDCD

    0下载:
  2. 易语言WIN7截图工具源码,易语言写的图形图象编程,很好的参考。-Easy language WIN7 screenshot tool source code, easy to graphics programming language to write, a good reference.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:85241
    • 提供者:什锦丁儿
  1. rvctools

    0下载:
  2. 很强大计算机视觉编程工具,适合于MATLAB2011以后的版本-It is a kind of very powerful Computer vision programming tool
  3. 所属分类:Special Effects

    • 发布日期:2017-05-29
    • 文件大小:12278417
    • 提供者:ZC
  1. (DCT)基于MATLAB数字水印系统设计

    0下载:
  2. 数字水印技术作为数字媒体版权保护的有效办法,近年来在国内外引起了人们极大的兴趣。但是由于数字水印技术涉及到的知识面比较广,即使是专业人员有时也感到力不从心,那么如何选择一种有效的编程工具便成为一个亟待解决的问题。(Digital watermarking technology, as an effective way of copyright protection for digital media, has aroused great interest both at home and abr
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-06
    • 文件大小:530432
    • 提供者:qindhj
« 12 »
搜珍网 www.dssz.com