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

搜索资源列表

  1. DIB

    0下载:
  2. DIB图像的处理函数库,包括图像参数的获取,读入,存储,显示,复制,新建等,VC++实现。-Device Independent Bitmap processing function writed by VC++, including DIB parameters capturing, readDIB, saveDIB, displayDIB and creating DIB etc.
  3. 所属分类:Graph program

    • 发布日期:2017-03-25
    • 文件大小:3769
    • 提供者:郑豪
  1. face

    0下载:
  2. 肤色提取,Vc++环境编程,能较为精确的提取肤色,十分难得-Skin color extraction, Vc++ programming environment can be more accurate extraction of color, a very rare
  3. 所属分类:Graph program

    • 发布日期:2017-05-03
    • 文件大小:1465797
    • 提供者:dengyan
  1. findcircle

    1下载:
  2. vc++为基础的 并运用OPENCV 中的HOUGH检测圆,还凑合吧-vc++-based and use OPENCV in HOUGH detection circle Haicou He Bar
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1506802
    • 提供者:svm2222
  1. vc

    0下载:
  2. 读入位图,显示位图的直方图,并可做直方图均衡,vc++6.0编译完成,有源码和exe文件-Read into the bit map, the histogram shows the bitmap, and can do histogram equalization, vc++6.0 to compile complete, there are source and exe files
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2123620
    • 提供者:chiang
  1. RndBtnDemo

    0下载:
  2. vc编程,可以在按钮上显示各种形状的图片-vc programming, can be displayed on the button images of various shapes
  3. 所属分类:GIS program

    • 发布日期:2017-05-08
    • 文件大小:1892824
    • 提供者:bohezhou
  1. MeanShift

    0下载:
  2. VC++与OPENCV的目标跟踪meanshift算法-meanshift
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:154182
    • 提供者:donghui
  1. appendix

    0下载:
  2. VC++数字图像处理功能大全 包括彩图转灰度图,灰度变换,直方图,滤波,图像特效,边缘轮廓提取等等。 -VC++ Digital image processing functions, including color pictures to turn Daquan gray level gray-scale transformation, histogram, filtering, image effects, edge contour extraction and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-16
    • 文件大小:24127186
    • 提供者:尚艳伟
  1. Imagesegmentationandmotiondetection

    0下载:
  2. 文件名称: 图像分割及运动检测.rar下载 所属分类: 图形/文字识别 开发工具: VC 文件大小: 9579 KB 上传时间: 2005-3-16 下载次数: 66 提 供 者: 叶军 详细介绍: 对图像分割及运动检测 -File Name: Image segmentation and motion detection. Rar download their respective categories: Graphics/text recogn
  3. 所属分类:Graph program

    • 发布日期:2017-05-27
    • 文件大小:9808901
    • 提供者:王敏
  1. vc-jianyihuatu

    0下载:
  2. vc简易画图程序 替代windows自带的-vc Simple Paint program that comes with replacement windows
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-05
    • 文件大小:76961
    • 提供者:哈哈0203
  1. DwgPreview

    0下载:
  2. vc++实现多文档预览dwg文件,并且可保存成bmp文件。-dwg preview code
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1851352
    • 提供者:tsm
  1. RotatingWireCube

    0下载:
  2. Rotating wire cube in opengl using VC-Rotating wire cube in opengl using VC++
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:504595
    • 提供者:Zain
  1. wavelet

    0下载:
  2. 程序可以实现小波变换,行,列变化,高,低通滤波变换。 VC实现,VC6.0可直接运行。-wavelet change
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2667319
    • 提供者:joy
  1. vc

    0下载:
  2. 用VC代码读取BMP文件后,做适当修正再显示-vc show bmp file
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-03
    • 文件大小:503389
    • 提供者:haoyongxia
  1. DrawSys

    0下载:
  2. VC++计算机图形学画直线、圆形、矩形示例。用它还可以画直线、短形、圆形、多边形、随手画、裁切、随机线、添加文本等。-VC++ computer graphics drawing a straight line, circular, rectangular sample. It can draw a straight line with the short-shaped, round, polygonal to hand painting, cutting, random lines, add
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:81380
    • 提供者:lan
  1. tuxingxue

    0下载:
  2. 该程序包里包含了计算机图形学所学的各种算法的源程序: 1、直线算法(B算法、DDA算法和中点算法) 2、圆弧算法 3、多边形填充算法(有序边发、种子算法和图案填充算法) 4、二维变换算法 5、直线二维裁剪算法 6、三维变换算法 程序包中有各算法的源程序和可执行程序,另外还有的程序说明和解释,保证容易看懂。程序都是本人亲自编写,控制台C程序用 Turbo C 编写,图形界面程序用 VC 编写。并全部测试成功。 有任何问题可与本人联系: QQ:4445
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:312832
    • 提供者:lewsn2008
  1. vision

    0下载:
  2. 基于VC++2008的视频文件与摄像头处理源码与说明,说明文件是英文的,当时是 用于VC++2005,但是应该不妨碍大家阅读。 共包括三个工程,分别为MPEG文件的处理、单个摄像头的处理、两个摄像头的处理,每 个工程带一个Word说明文件。 至于大家所要的视频文件的处理和多文档窗口的编程资料,里面都有很好的示例。 -Based on VC++2008 video files with the camera deal with source code and instructi
  3. 所属分类:Graph program

    • 发布日期:2017-05-23
    • 文件大小:7607838
    • 提供者:朱飞翔
  1. stmeditor

    0下载:
  2. VC开发的交通地图管理程序,能够实现交通地图的显示和一般操作。-VC traffic maps the development of management procedures, to achieve the traffic map display and normal operation.
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2534786
    • 提供者:arechi
  1. face_detection

    0下载:
  2. 基于OpenCV的人脸识别,文件中有关OpenCV的安装,VC的配置方法,及注意事项有关说明。-Face Recognition Based on OpenCV, OpenCV documentation relating to the installation, VC configuration methods, and precautions for instructions.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-10
    • 文件大小:17670965
    • 提供者:lunda8
  1. VCGoogleMap

    2下载:
  2. VC实现Google地图,先加载图形,可以实现Google的基本功能-VC to achieve Google Maps, first load the graphics, you can achieve the basic functions of Google
  3. 所属分类:GIS编程

    • 发布日期:2013-09-02
    • 文件大小:10809238
    • 提供者:0667110241
  1. MyImageWork

    0下载:
  2. Vc++利用24位BMP图像的RGB分量最低位来保存隐密数据,实现数字水印功能, 在程序运行后,导入一张BMP图像,然后选择加密、解密菜单中的嵌入隐藏信息, 设置文件保存路径,可轻松实现加密功能,同时选中图片选择解密隐藏信息可分享 出原始信息。 -Vc++ to use 24-bit BMP images of the RGB components of the lowest bit to save the secret data, digital watermarking fu
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:41894
    • 提供者:hehong
« 1 2 ... 33 34 35 36 37 3839 40 41 42 43 ... 50 »
搜珍网 www.dssz.com