登录
首页 » Special Effects » Intel的开源机器视觉库. opencv的c语言开发的辅助库

Intel的开源机器视觉库. opencv的c语言开发的辅助库

于 2022-12-28 发布 文件大小:13.56 kB
0 107
下载积分: 2 下载次数: 2

代码说明:

Intel的开源机器视觉库. opencv的c语言开发的辅助库-Intel open-source machine vision library. Opencv of c language support library

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

发表评论

0 个回复

  • multimedia operations Photo conversion lot of hope that we visit my grievances c...
    多媒体作业图片转换 希望大家多多的光临我的冤代码! 很不错的值得大家看-multimedia operations Photo conversion lot of hope that we visit my grievances code! Very good to see you deserve
    2022-07-17 00:36:38下载
    积分:1
  • 美国ACM SIGGRAPH的计算几何图形代码精华,连载
    美国ACM SIGGRAPH的计算几何图形代码精华,连载-the calculation geometry code essence, the series
    2023-05-25 20:45:03下载
    积分:1
  • 简单的图像处理:图像的读取与保存,初学者十分实用
    简单的图像处理:图像的读取与保存,初学者十分实用-A simple image processing: Image read and preservation, is very useful for beginners
    2023-03-02 11:00:03下载
    积分:1
  • 这是一个关于小波变换的MATLAB源程序,源代码
    这是一个关于小波变换的MATLAB源程序,源代码-This is a wavelet transform on the MATLAB source code, source code
    2022-05-17 13:37:44下载
    积分:1
  • TUKE.txe文件中有200个离散点的坐标值,本程序实现生成这些点的凸壳....
    TUKE.txe文件中有200个离散点的坐标值,本程序实现生成这些点的凸壳.-TUKE.txe document is 200 discrete points of the coordinate value, The program generating these points of the convex hull.
    2022-07-16 13:42:30下载
    积分:1
  • 数字图像处理中的图形图像的二值变换,该功能实现了图像的二值变换...
    数字图像处理中的图形图像的二值变换,该功能实现了图像的二值变换-Digital image processing in the graphics image binary transform, the function of the realization of a binary image transformation
    2022-03-16 08:51:24下载
    积分:1
  • 关于directshow的些知识,详细的源代码以及编译程序
    关于directshow的些知识,详细的源代码以及编译程序-DirectShow knowledge on the more detailed source code and the compiler
    2022-05-13 14:02:15下载
    积分:1
  • AppWizard has created this bmptest application for you. This application not o...
    AppWizard has created this bmptest application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your bmptest application.-AppWizard has created this bmptest applic ation for you. This application not only demons trates the basics of using the Microsoft Founda tion classes but is also a starting point for wri ting your application. This file contains a sum mary of what you will find in each of the files tha t make up your bmptest application.
    2022-02-14 01:01:13下载
    积分:1
  • Very good on the hough transform code, suitable for beginners to understand its...
    很好关于的hough变换的代码,适合初学者了解其原理,需要的可以看看.-Very good on the hough transform code, suitable for beginners to understand its principles, in need can have a look at.
    2022-06-01 09:14:40下载
    积分:1
  • 系统约定:行编辑命令由“命令关键字 命令参数”组成。其中,命令关键字都是单一的字母,命令与参数之间使用一个空格进行分割,当命令参数为多个时采用“/”作为参数的分...
    系统约定:行编辑命令由“命令关键字 命令参数”组成。其中,命令关键字都是单一的字母,命令与参数之间使用一个空格进行分割,当命令参数为多个时采用“/”作为参数的分隔符,如果在命令的参数中间出现符号“/”,则用“/”表示。我们将“”定义为转义符。 现在,行编辑器具有如下编辑命令: 行插入:i #/串   在指定行号(>0)插入一个新行,新行的内容就是命令中给出的“串”。若插入的行超过了已有的行数,则在最后一行的后面插入一个新行。 文本替换:c 被替换串/替换串   将整个文本中全部[被替换串]替换为[替换串]。 行删除:d #   其中#为指定的行号 行合并:f #1/#2/#3...   将行号为 #2 和 #3...的行连接到行号为 #1 的行的后面,取消原来的 #2 行和#3等,合并后#2行和#3等原来的内容不存在了,被后面的行抵补替代。若指定行号超出正文的范围,则放弃操作。 输入: 这段文本用[Text]......[/Text]的形式描述,之后是一串操作命令如: [Text] 1 222 33 44 2 333 45 d b g 3 3 444 56 333 54 [/Text] c 333/zhang d 1 -系统约定:行编辑命令由“命令关键字 命令参数”组成。其中,命令关键字都是单一的字母,命令与参数之间使用一个空格进行分割,当命令参数为多个时采用“/”作为参数的分隔符,如果在命令的参数中间出现符号“/”,则用“/”表示。我们将“”定义为转义符。 现在,行编辑器具有如下编辑命令: 行插入:i#/串   在指定行号(>0)插入一个新行,新行的内容就是命令中给出的“串”。若插入的行超过了已有的行数,则在最后一行的后面插入一个新行。 文本替换:c 被替换串/替换串   将整个文本中全部[被替换串]替换为[替换串]。 行删除:d#   其中#为指定的行号 行合并:f#1/#2/#3...   将行号为#2 和#3...的行连接到行号为#1 的行的后面,取消原来的#2 行和#3等,合并后#2行和#3等原来的内容不存在了,被后面的行抵补替代。若指定行号超出正文的范围,则放弃操作。 输入: 这段文本用[Text]......
    2022-03-03 09:48:33下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载