登录
首页 » 图形图像 » 网口摄像机接口程序

网口摄像机接口程序

于 2023-05-08 发布 文件大小:1.08 MB
0 40
下载积分: 2 下载次数: 2

代码说明:

资源描述 网口摄像头驱动 对于任意类型网口摄像头都通用 有注释 通俗易懂 还能界面操作 用法简单

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Tip : JPEG compression is divided into three parts : Principles and 1.JPEG compr...
    提示: JPEG压缩分为三个部分: 1.JPEG压缩原理及算法(RGB/YCbCr,DCT/IDCT,量化,Z字型编码,用DPCM对DC/用RLE对AC编码/Huffman编码) 2.JPEG标记格式 3.JPEG图片文件的组织形式(位于SOS后的图像压缩数据是由MCU块怎样排列的,特别是使用了DRI之后) 还有许多细节问题: 1.解码过程中遇到“FF 00”当“FF”处理,否则忽略“FF” 2.进行DCT前YCbCr要减128,进行IDCT前要加128(相当于Y减128,YCbCr不需要加128) 3.每个标记中数据可以不止一个(去掉长度的部分就是一段)-Tip : JPEG compression is divided into three parts : Principles and 1.JPEG compression algorithm (RGB/YCbCr, DCT/IDCT, quantification, Z-shaped coding, using the DPCM DC/AC with RLE encoding/Huffman coding) 2.JPEG tags 3.JPEG Photo paper form (located in the SOS image data is compressed by the MCU to set pieces, particularly after the use of DRI), there are many details : 1. decoding process encountered "FF 00," when the "FF", otherwise overlooked "FF" 2 .DCTYCbCr128IDCT128Y128YCbCr128 3.
    2022-01-25 19:23:45下载
    积分:1
  • png格式文件的处理库,有相关的例程,说明文档为pnglib.txt。...
    png图形格式文件的处理库,有相关的例程,说明文档为pnglib.txt。-png graphics format for document processing and related routines and documentation for pnglib.txt.
    2022-01-26 08:05:21下载
    积分:1
  • a good image
    一个很好的图像处理程序-a good image-processing program
    2023-07-08 02:00:03下载
    积分:1
  • 大律法和迭代法是实现二值化比较好的两种方法,此处是两种方法的源代码,参照何斌的那本书。...
    大律法和迭代法是实现二值化比较好的两种方法,此处是两种方法的源代码,参照何斌的那本书。-large Torah and iterative method is the value of two relatively good two methods, here are two methods of source code, He Bin light of the book.
    2022-01-25 23:46:15下载
    积分:1
  • Canny 边缘检测算法 检测效果不错,很有用。
    Canny 边缘检测算法 检测效果不错,很有用。-Canny Operator is Useful for edge detection
    2022-08-10 11:50:08下载
    积分:1
  • B样条源程序,vc编写
    B样条源程序,vc编写-source of the B-spline, vc prepared
    2022-03-24 09:01:48下载
    积分:1
  • 南方CASS软件中只能采用数据批量生成断面里程文件,而工作中往往需要对三角网进行修改以便更加符合实际地。而CASS中没有根据三角网批量生成断面里程的功能,只能...
    南方CASS软件中只能采用数据批量生成断面里程文件,而工作中往往需要对三角网进行修改以便更加符合实际地形。而CASS中没有根据三角网批量生成断面里程的功能,只能一条一条的切出来,工作量十分巨大。以小野的工作来看,在包含几十万个三角网的CAD图形中根据三角网单独切断面,每条断面里程文件的生成需要约十秒左右的时间,不仅工作量巨大,而且十分考验人的耐心和细致。终于,有一天小野忍受不了那个速度,就写下了这个小程序。因为仅是为了实际工作需要,所以没有花时间去做界面。经测试,125361个三角形构成的三角网运行时间约为5分08秒,而对应的根据数据批量生成里程文件约需57分钟。因此该算法效率较高,能很好的提高实际工作效率。-the South CASS software can only use the data generated batch file section mileage, but the work often requires modification of the triangular mesh in order to more realistic terrain. The CASS is not generated under the triangular cross-section volume function of mileage, only one one of the cut out, the workload is enormous. To Ono s work point of view, contains hundreds of thousands of triangulation, in accordance with the CAD graphic triangulation single cut surface of each section of the file generated mileage of about 10 seconds or so the need is not only a huge workload, but people are tested patience and meticulous. Finally, one day, Ono could not bear that speed, they wrote
    2022-08-24 07:29:59下载
    积分:1
  • VB开发的简单GIS软件,实现了地的缩放漫游和简单的查询等功能,有相关研究人员有相当的参考价值。...
    VB开发的简单GIS软件,实现了地图的缩放漫游和简单的查询等功能,有相关研究人员有相当的参考价值。-VB simple GIS software, the map roaming and scalability of a simple query capabilities, related research have quite the reference value.
    2022-04-01 12:32:30下载
    积分:1
  • 应用贝塞尔曲线成功画出一个苹果,修改点坐标便可以画出想要的...
    应用贝塞尔曲线成功画出一个苹果,修改点坐标便可以画出想要的图-drawing an apple by Bezier.
    2022-03-22 15:33:01下载
    积分:1
  • 本程序包括打开存储一幅,实现的中值滤波和直方均衡。...
    本程序包括打开存储一幅图像,实现图像的中值滤波和直方图均衡。-opened a store images, the Image median filtering and histogram equalization.
    2023-03-23 14:55:03下载
    积分:1
  • 696522资源总数
  • 104040会员总数
  • 35今日下载