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

搜索资源列表

  1. Hough

    0下载:
  2. Hough变换 BOOL Hough(HWND hWnd){ //定义一个自己的直线结构 typedef struct{ int topx //最高点的x坐标 int topy //最高点的y坐标 int botx //最低点的x坐标 int boty //最低点的y坐标 }MYLINE DWORD BufSize LPBITMAPINFOHEADER lpImgData LPSTR lpPtr HDC hDc
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.87kb
    • 提供者:sunrise
  1. Cphoto

    0下载:
  2. int gdriver=DETECT, gmode, errorcode struct arccoordstype arcinfo int midx, midy int stangle=45,endangle=270 char sstr[80],estr[80]
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.56kb
    • 提供者:ly
  1. opencv-source-code

    0下载:
  2. opencv全部源代码文档及class,struct的相互关系
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2.82mb
    • 提供者:hjchen
  1. KK

    0下载:
  2. Different methods for generating pyramid data structure have been analysed, these effects in image matching are compared, also a fast algorithm of pyramid data struct is provided.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:5.35mb
    • 提供者:lichao
  1. AAA

    0下载:
  2. Different methods for generating pyramid data structure have been analysed, these effects in image matching are compared, also a fast algorithm of pyramid data struct is provided.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:332.02kb
    • 提供者:lichao
  1. xml

    0下载:
  2. With this tool you can convert strings and files containing XML data to MATLAB struct arrays. Either as one array of structs with all text and tags, or as sub- and subsub-levels of structs for each section enclosed between tags. With xmldata(...
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:27.9kb
    • 提供者:aprist
  1. xiangpijinhuaxianfa

    0下载:
  2. 用STRUCT和指向函数的指针定义结合实现了模拟鼠标类,并用它来写了橡皮筋画线法。
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1.19kb
    • 提供者:小强
  1. An-HOG-LBP-Human-Detector

    0下载:
  2. 一种基于HOG-LBP特征的人脸检测方法,对于遮挡的人体非常有效。-By combining Histograms of Oriented Gradients (HOG) and Local Binary Pattern (LBP) as the feature set, we pro- pose a novel human detection approach capable of handling partial occlusion. Two kinds of detectors
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2.94mb
    • 提供者:有来有去
  1. MapXThread

    0下载:
  2. mapx+vc基本框架 与各项功能实现 图元查找,修改图元大小,添加标签,创建图元等比较难的功能。图元闪烁-mapx based vc++ have complete it s struct and some higher user
  3. 所属分类:GIS program

    • 发布日期:2017-03-26
    • 文件大小:768.65kb
    • 提供者:liyuan
  1. VCKalmanPoint

    0下载:
  2. 利用卡尔曼滤波跟踪一个点,vConDensation ConDenstation state,typedef struct CvConDensation。-The use of Kalman filter to track a point, vConDensation ConDenstation state, typedef struct CvConDensation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1.58kb
    • 提供者:youxia
  1. bmp

    0下载:
  2. bmp图像文件结构,包括头文件,信息头,调色版,很详细,很有用!-bmp file struct
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-07
    • 文件大小:505.08kb
    • 提供者:张哲
  1. demos

    0下载:
  2. C++学习,比较主要集中测试程序,很好理解C++。如:C++面向对象编程_1、从struct到class,C++面向对象编程_2、构造函数和析构函数,C++面向对象编程_3、操作符_重载_友元_静态成员,C++面向对象编程_4、拷贝控制,C++面向对象编程_5、继承,C++面向对象编程_6、多态性,-C++ learn more focus on testing procedures, a good understanding of C++. Such as: C++ object-orient
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:101.23kb
    • 提供者:李世蓂
  1. AVL_Tree_demo.

    0下载:
  2. demo avl tree, data struct, mfc
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:674.91kb
    • 提供者:duongnhattai
  1. bundler-v0.3-binary

    0下载:
  2. Bundler是一个采用C和C++开发的称为sfm(struct-from-motion)的系统,它能够利用无序的图片集合(例如来自网络的图片)重建出3D的模型。最早的版本被用在Photo Tourism的项目上。   Bundler的输入是一些图像、图像特征以及图像匹配信息,输出则是一个根据这些图像反应的场景的3D重建模型,伴有少量识别得到的相机以及场景几何信息。系统借用一个由Lourakis 和Argyros提供的称为Sparse Bundle Adjustment的开发包的修改版
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4.78mb
    • 提供者:zero
  1. BMP

    0下载:
  2. 本文详细说明了BMP文件的结构,可用于指导BMP文件与YUV,JPEG等格式的转换-this DOC expain the BMP struct detail,it can be use to change BMP to YUV or JPEG
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:12.87kb
    • 提供者:jacky hu
  1. svm-struct

    0下载:
  2. 支持向量机结构回归算法(svm-struct),一种新的回归方法,有文献和PPT,方便学习。-Support the structural regression algorithm vector machine (svm-struct), a new regression method, literature and PPT to facilitate learning.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:5.88mb
    • 提供者:
  1. typedef-struct-tagMarkRegion

    0下载:
  2. 连通域标记C++程序,已经经过验证,可以放心使用-typedef struct tagMarkRegion
  3. 所属分类:Graph Recognize

    • 发布日期:2017-12-06
    • 文件大小:1.48kb
    • 提供者:apollo
  1. typedef-struct-tagMarkRegion

    0下载:
  2. 连通域标记C++程序,已经经过验证,可以放心使用-typedef struct tagMarkRegion
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1.53kb
    • 提供者:iewwhat
  1. typedef-struct-tagMarkRegion

    0下载:
  2. 连通域标记C++程序,已经经过验证,可以放心使用-typedef struct tagMarkRegion
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1.57kb
    • 提供者:学院奖
  1. data-struct

    0下载:
  2. 中国地质大学吴信才的地理信息系统的空间数据结构幻灯,可作为学习资料,较为实用-data struct in geoinformation
  3. 所属分类:GIS program

    • 发布日期:2017-05-06
    • 文件大小:915.14kb
    • 提供者:王强
« 12 »
搜珍网 www.dssz.com