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

搜索资源列表

  1. MachineVision

    0下载:
  2. 包括一个自定义图像类型的结构体,自定义图像api,和机器视觉的函数。可以完成道路检测追踪的功能-including a custom image-type structure, since the definition images api, and machine vision functions. To be completed road detection tracking function
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:5397
    • 提供者:double_l
  1. open_1984

    0下载:
  2. 1 熟悉VC工具,掌握工程创建过程及各选项含义。 2 结合2*2实际位图,了解位图(bmp)概念,掌握文件头(BITMAPFILEHEADER)和信息头(BITMAPINFOHEADER) 两个结构体各参数含义。 3 完成bmp图象的打开和显示功能。-a VC familiar with the tools to project the process and the option to create meaning. 2 2 * 2 with the actual bitm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:61147
    • 提供者:英雄
  1. BMP

    0下载:
  2. vb 读写bmp文件。文件头结构体定义等都很详细。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:16700
    • 提供者:陈妮
  1. MapXpro005

    0下载:
  2. 利用VC环境,自制的一个模似民航飞机跟踪系统。其中关键在于自制了一个结构体。-VC environment, a self-made for it to the civil aircraft tracking system. The key lies in the structure of a self-made body.
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:133918
    • 提供者:阿腾
  1. bin2c

    0下载:
  2. 将image文件转为HEX码,输出一个自定义结构体的头文件,可用来转换yuv格式的点阵字库图片,获取yuv点阵字库的结构体,叠加到osd显示-The image file into HEX code and outputs a header file of the self-defined structure that can be used to convert yuv format dot-matrix font picture for yuv dot matrix character st
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-02
    • 文件大小:4682
    • 提供者:shao
  1. cif_ras_claire_gray

    0下载:
  2. 可以读取YUV格式的文件。非常好用!是包括了yuv的结构体!-Can read YUV formats. Very handy! Are included in the structure yuv!
  3. 所属分类:Graph program

    • 发布日期:2017-05-25
    • 文件大小:8519113
    • 提供者:李雪
  1. demo

    0下载:
  2. 1.并且找出其中有不及格课程的学生及学号 2.一个指向结构体变量的指针 的问题 3.候选人得票的统计程序,设有3个候选人,每次输入一个得票的候选 4.请输入星期几的第一个字母来判断一下是星期几,如果第一个字母一样 5.有一个已经排好序的数组。现输入一个数,要求按原来的规律将它插入-1. And failed to identify which students and school curriculum 2. A point to the structure of the po
  3. 所属分类:GIS program

    • 发布日期:2017-04-12
    • 文件大小:1998
    • 提供者:曾凯
  1. writeDIB

    0下载:
  2. 本程序要构造的位图为24位bmp格式,通过直接为结构体BITMAPFILEHEADER和BITMAPINFOHEADER赋值的方式生成。本程序演示的功能比较片面,但也比较实用。如果面对大量的数据,特别是二维的数组,可以尝试将它们写成图像,这样有助于发现规律。 压缩包中还有几个关于结构体说明的文档,可帮助理解。-This procedure to construct the bit picture shows the 24-bit bmp format, through direct BITM
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:695518
    • 提供者:yjt
  1. BMPandIplImageinterchangeable

    0下载:
  2. 在windows编程中,很多图片信息,都是基于windows系统所谓的DIB(设备无关位图)的结构,其定义在结构体 BITMAPINFOHEADER 中。本方法可以讲 windows 定义的DIB 结构和Opencv内部定义的IPLImage结构做相互转化。 -In windows programming, lots of pictures of information, are based on the windows system called DIB (device-independent
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:2506
    • 提供者:
  1. MyGraphic

    0下载:
  2. 加入新图形的步骤 1、在GraphRecord单元 定义结构体 2、在MyGraph单元的集合体(TClassGraph)中 加入该图形 3、MyGraph单元的private声明该图形的链表,Create中创建,Destory中释放 4、MouseUp事件中加入链表 5、MouseMove事件中移动图形 6、DrawGraph过程中加入画图 7、Clear 加入清空 8、preDel过程 9、preFill过程 10、preMove过程 11、Sav
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:343068
    • 提供者:designer
  1. BitmapProgram

    0下载:
  2. Bitmap格式图像的核心代码,相关结构体.-Bitmap images of the core code format, the relevant structure.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3523567
    • 提供者:Echo
  1. VC_ImageProcessing

    0下载:
  2. 包含多个类和结构体,可进行图像锐化、图像中值滤波、图像平滑、直方图、图像频域变换、图像腐蚀、图像形态学、图像点变换等多种数字图像处理操作。-Contain multiple classes and structures can be for image sharpening, median filtering, image smoothing, histogram, image frequency domain transform, image corrosion, image morpholo
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:777318
    • 提供者:mxd
  1. qiqiaoban

    0下载:
  2. 自己写的七巧板程序,用C++&OpenGL,采用结构体-Write your own jigsaw puzzle program, C++ & OpenGL
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:536109
    • 提供者:Melody
  1. picture

    0下载:
  2. 图像的绘制中画刷代码我们的图形如何去保存。对于我们的图形来说它是由3个要素决定的。第一个绘制的类型。由类型确定我们画的是点线矩形椭圆。还有两个点一个是起点一个是终点。只要我们按照这3个要素,就可以把这些图形保存起来,然后在OnDraw的函数中重新绘制. 要保存这3要素,类型是不相同的。在C系列的语言当中用结构体来保存不同类型的变量是比较合适的。在C++中结构体就是一个类。所以我们可以用一个类的对象保存图形的三要素。一个类的对象可以保存相关的一个图形的三要素。所以我们可以插入一个新的类。类的类
  3. 所属分类:Graph program

    • 发布日期:2017-12-03
    • 文件大小:2570
    • 提供者:钱小飞
  1. IplImage

    0下载:
  2. IplImage结构体及相关知识;理解IplImage结构体的一些重要成员;颜色3通道的理解,RGB颜色空间的理解,ROI区域的理解等知识。如果通过指针访问图像数据,与图像相关的一些基础知识 -IplImage structure and knowledge understanding the IplImage some important members of the structure knowledge of color 3 channel understanding, the u
  3. 所属分类:OpenCV

    • 发布日期:2017-11-24
    • 文件大小:1216
    • 提供者:muyouya
  1. BMPProcessing

    0下载:
  2. VC++开发,实现位图的基本操作,通过本测试工程可以帮助理解bmp的文件格式,以及bmp结构体中每个字段的作用。-VC++ development, the basic operation of the bitmap can help understand the bmp file formats, as well as the role of each field bmp structure through this test works.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:2331527
    • 提供者:park
  1. countour

    0下载:
  2. 查找图像连通域,结果存放在自定义结构体,内含有函数使用方式,结果包含连通域起始位置,面积,以及宽高-Find an image connected domain, the result is stored in a custom structure, which contains the function used, the results connected domain containing the starting location, size, and the width and hei
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:8903
    • 提供者:胡洪磊
  1. IplImage

    0下载:
  2. IplImage结构体及相关知识;理解IplImage结构体的一些重要成员;颜色3通道的理解,RGB颜色空间的理解,ROI区域的理解等知识。如果通过指针访问图像数据,与图像相关的一些基础知识-IplImage structure and knowledge understanding the IplImage some important members of the structure knowledge of color 3 channel understanding, the unde
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1261
    • 提供者:cations
  1. image-interpolation.shear.rotation

    0下载:
  2. BMP图像C结构体分析; 灰度图像双线性、双三次插值; 水平shear和旋转处理; 文档中附有处理的matlab代码-BMP image C structure analysis grayscale image bilinear, bicubic horizontal shear and rotation process document processing with matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1724271
    • 提供者:du han
  1. readwritestructstobinfile_src

    0下载:
  2. 读写las卫星结构体文件的程序,具体格式可以查阅las的格式文档,好像每一版本都不一样-Read las satellite structure documented procedures, the specific format accessible format documents las, as if not the same for each version
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1116
    • 提供者:任润东
« 12 3 »
搜珍网 www.dssz.com