CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - console

搜索资源列表

  1. Gif

    0下载:
  2. 将多张图片合并转换为GIF动画,PNG转GIF,控制台应用程序.-The merge multiple pictures Animated GIF Converter, PNG turn GIF, console applications.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-25
    • 文件大小:104948
    • 提供者:viva
  1. detectpoint

    0下载:
  2. 光斑中心提取算法,在VS2010下,用opencv2.3.1编写的控制台程序,主要功能是利用hession矩阵和高斯滤波进行光斑中心点提取,里面附测试图片,提取精度为亚像素级别。-Spot center extraction algorithm, in VS2010, written by opencv2.3.1 console program, the main function is to use hession matrices and Gaussian filter for extrac
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8307712
    • 提供者:ppulse
  1. NURBSQMHZLC

    0下载:
  2. OPENGL的关于NURBS曲面绘制的程序源代码,在VC控制台应用环境下,直接可编译运行,适合初学者研究学习。-OPENGL rendering NURBS surfaces on the program source code in VC console application environment can be directly compiled to run, suitable for beginners to learn.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1216
    • 提供者:余涛
  1. YSB

    1下载:
  2. opengl中关于颜色表的应用程序源代码,在VC控制台下可直接运行,很适合广大初学者。-opengl about the color table application source code can be run directly in the VC console, it is suitable for the majority of beginners.
  3. 所属分类:3D Graphic

    • 发布日期:2016-11-09
    • 文件大小:1024
    • 提供者:余涛
  1. GZ

    0下载:
  2. OPENGL中光于光照的简单应用程序源代码,VC控制台应用环境下可直接编译运行,很适合广大初学者。-OPENGL light to light a simple application source code, VC console applications can be directly compiled to run, it is suitable for the majority of beginners.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-04
    • 文件大小:679
    • 提供者:余涛
  1. OpenGL-simple-example

    1下载:
  2. 使用opengl函数写一个简单的控制台程序,输出一些简单的三维图形,包括:球体、圆锥、立方体、茶壶等-Write a console application, using opengl function request output some simple 3 d graphics, including: sphere, cone, cube, teapot, etc
  3. 所属分类:OpenGL program

    • 发布日期:2015-06-03
    • 文件大小:1200128
    • 提供者:Simon
  1. LBP-faeature-extraction

    0下载:
  2. LBP局部二元模式特征提取算法源代码,有控制台程序工程文件调用测试-LBP local binary pattern feature extraction algorithm source code, there is a console application project file called test
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4585816
    • 提供者:user
  1. CharacterDetect

    0下载:
  2. 在VS2010的环境中,基于OpenCV和console窗口完成的字符检查系统首先选择读取文字图片后,能对图片中的文字进行行检测和列检测。-In the VS2010 environment, based on the character of inspection system OpenCV and console window completed first choose to read text images, can text on the picture for detection a
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-31
    • 文件大小:13124550
    • 提供者:李乐鹏
  1. FaceCut

    0下载:
  2. 该代码是基于VS2010结合OpenCV下控制台下实现的人脸检测与剪切,简单方便,可以检测并剪切多张人脸,直接导入工程然后修改分类器位置即可运行!-The code is based on the combination of OpenCV VS2010 achieved under the console face detection and cut, simple and convenient, can detect and cut more than one face, directly
  3. 所属分类:OpenCV

    • 发布日期:2017-06-13
    • 文件大小:19990528
    • 提供者:阮干
  1. CPP_test

    0下载:
  2. 本程序采用C++语言计算图像LENA的一维图像熵和二维图像熵,并在控制台窗口中显示图像灰度值的一维和二维分布。-The program uses an image LENA C++ language computing one-dimensional and two-dimensional image entropy image entropy and displays images one-dimensional and two-dimensional distribution of gray
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:49216
    • 提供者:songwei
  1. pacman

    0下载:
  2. pacman game just type make and enter in console and then type ./game and enter enjoy
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:12704
    • 提供者:khawaja
  1. Graphics-comprehensive-experiment

    0下载:
  2. 1.1实现绘制Bresenham直线 运用Bresenham算法,通过点绘制实现直线。 1.2实现种子填充算法 运用4连通种子填充算法,实现填充矩形的颜色填充和矩形框内的颜色填充。 1.3实现几何变换 运用glRotated、glTranslated、glScaled实现几何图像的旋转、平移、放大、缩小。 1.4实现窗口裁剪 通过Cohen_Sutherland、Sutherland_Hodgman实现线段裁剪和多边形裁剪。 1.5实现绘制曲线 通过Bezie
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:257204
    • 提供者:林伟鸿
  1. opencv_test02

    0下载:
  2. 在C++中控制台程序中调用OpenCV类库中的IplImage类,打开一张图片 运行此程序之前需要到OpenCV中文网下载安装OpenCV相关的运行环境并配置-Call the library OpenCV IplImage class C++ console program, open a picture before you run this program needs to download and install OpenCV OpenCV Chinese network relat
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5471766
    • 提供者:李明轩
  1. vc3.0

    0下载:
  2. opengl实现的纹理贴图 在贝塞尔曲面上进行贴图 win32控制台程序-opengl achieve texture mapping textures win32 console program on Bezier surfaces
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-26
    • 文件大小:8892196
    • 提供者:chenhonghe
  1. ReadBitMap

    0下载:
  2. 在VS2010下编写的对BMP的位图格式进行分析的控制台程序,包括2、4、8、16、24位的位图文件都可以分析。分析结果在控制台上显示。是VC图像处理课程的课程作业。-BMP bitmap format for the analysis of the console program, including 2, 4, 8, 16, 24 bitmap file can be analyzed. The results of the analysis are displayed on the con
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-25
    • 文件大小:263248
    • 提供者:whb
  1. gmm

    0下载:
  2. EM算法以及混合高斯模型,c++实现,控制台程序,函数调用很简单方便。可以在低版本vc6.0运行。-EM algorithm and hybrid Gauss model, c++ implementation, the console program, function call is very simple and convenient. Can be run at low vc6.0.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:982166
    • 提供者:王菽裕
  1. Bezier

    0下载:
  2. Bezier曲线的生成,采用C语言实现,可在console application下运行。-this programme is designed for rendering Bezier.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-30
    • 文件大小:33764
    • 提供者:历英
  1. Circle-and-Ellipse

    0下载:
  2. Circle and Ellipse图形在二维环境下的生成和显示,本程序简介,执行效率高,可在console application下运行。-this programme is designed for rendering Circle and Ellipse.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-29
    • 文件大小:36032
    • 提供者:历英
  1. yuanandtuoyuan

    0下载:
  2. Circle and Ellipse图形的生成和显示,可在console application下运行。-this programme is designed for rendering Circle and Ellipse.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:35920
    • 提供者:历英
  1. jihebianhuan

    0下载:
  2. 本程序实现了多种复杂图形的在二维环境下的几何变换,可在console application下运行。-this programme is designed for changing the position or direction of geometries.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:37998
    • 提供者:历英
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com