登录
首页 » Visual C++ » tbb

tbb

于 2020-07-09 发布 文件大小:21141KB
0 171
下载积分: 1 下载次数: 64

代码说明:

  基于VC++ 和opencv的焊盘图像 内径外径的测量。包括滤波、边缘检测、轮廓提取和面积计算等算法。包含原图片(Based on the measurement of the pad image VC++ opencv Inside Outside. Including filtering, edge detection, contour extraction and area calculation algorithm. Contains the original image)

文件列表:

tbb
...\Debug
...\.....\tbb.exe,44544,2012-05-01
...\.....\tbb.ilk,619284,2012-05-01
...\.....\tbb.pdb,1371136,2012-05-01
...\ipch
...\....\tbb-a53732f0
...\tbb
...\...\Debug
...\...\.....\CL.read.1.tlog,60660,2012-05-01
...\...\.....\CL.write.1.tlog,856,2012-05-01
...\...\.....\link-cvtres.read.1.tlog,2,2012-05-01
...\...\.....\link-cvtres.write.1.tlog,2,2012-05-01
...\...\.....\link.2172-cvtres.read.1.tlog,2,2012-05-01
...\...\.....\link.2172-cvtres.write.1.tlog,2,2012-05-01
...\...\.....\link.2172.read.1.tlog,2,2012-05-01
...\...\.....\link.2172.write.1.tlog,2,2012-05-01
...\...\.....\link.read.1.tlog,8590,2012-05-01
...\...\.....\link.write.1.tlog,1802,2012-05-01
...\...\.....\mt.read.1.tlog,846,2012-05-01
...\...\.....\mt.write.1.tlog,314,2012-05-01
...\...\.....\mytbb_1.obj,133116,2012-05-01
...\...\.....\rc.read.1.tlog,654,2012-05-01
...\...\.....\rc.write.1.tlog,670,2012-05-01
...\...\.....\tbb.Build.CppClean.log,2147,2012-04-30
...\...\.....\tbb.exe.embed.manifest,406,2012-04-30
...\...\.....\tbb.exe.embed.manifest.res,472,2012-05-01
...\...\.....\tbb.exe.intermediate.manifest,381,2012-05-01
...\...\.....\tbb.lastbuildstate,98,2012-05-01
...\...\.....\tbb.log,3097,2012-05-01
...\...\.....\tbb_manifest.rc,196,2012-04-30
...\...\.....\vc100.idb,1436672,2012-05-01
...\...\.....\vc100.pdb,905216,2012-05-01
...\...\mytbb_1.cpp,7677,2012-05-01
...\...\tbb.vcxproj,5139,2012-04-27
...\...\tbb.vcxproj.filters,945,2012-04-27
...\...\tbb.vcxproj.user,143,2012-04-27
...\tbb.sdf,35344384,2012-06-04
...\tbb.sln,876,2012-04-27
...\z11.Bmp
...\z21.Bmp
...\z31.Bmp
...\z41.Bmp

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

发表评论

0 个回复

  • B_Tree
    用控制台实现了经典的数据结构B树,可以通过测试文件.txt加载已有的B树,有插入,删除,查找的功能,加深对数据结构的理解。(Using the console to achieve the classic B tree data structure, you can pass the test document. Txt already loaded B-tree, there are insert, delete, search functions, to deepen understanding of the data structure.)
    2020-10-18 17:47:26下载
    积分:1
  • banxian
    电除尘器的空间电气特性数值分析,分别对电势,空间电荷密度进行仿真(Analysis for Space Electric Characteristics in ESPs)
    2010-08-21 17:19:09下载
    积分:1
  • SMM
    说明:  几种模幂算法,有传统模幂,SMM模幂,基于2的K次方的模幂和最一般的模幂算法,还有为这些模幂算法建立的WINDOWS对话框。可以方便的运行。(algorithm, the traditional mode power, SMM Modular Power, Based on two of the K-th power module and the most common mode power algorithm, These modules also for the establishment of the algorithm Power Windows dialog box. To facilitate the operation.)
    2006-04-27 22:49:38下载
    积分:1
  • ce
    说明:  opencv实现的肤色检测程序。能够很好的检测肤色。可用于人脸、手势的识别。(Opencv achieved using color detection procedures. Detection can be a good complexion. Can be used for face recognition of gestures.)
    2016-11-01 19:14:43下载
    积分:1
  • lmsuanfa
    一种LM算法,主要用于方程式的求解,具有较好的准确性和鲁棒性(A LM algorithm, mainly used to solve equations with good accuracy and robustness)
    2011-04-25 20:05:12下载
    积分:1
  • mpich2-1.4.1p1
    mpi的源码,示例程序等,主要用于对mpi并行编程程序的研究。(mpi source code, sample programs, mainly for mpi parallel programming procedures.)
    2012-05-28 14:23:09下载
    积分:1
  • 123
    中科大数据结构全部上机实验的实验程序以及报告,内容包括多项式,图,栈,SQL语言……(All experimental procedures USTC data structures as well as reports on experiments, including polynomial, maps, stack, SQL language ......)
    2020-10-14 19:57:30下载
    积分:1
  • huanfang
    组合数学中,关于奇数偶数等各个情况下的幻方问题程序,编译运行通过(A combination of circumstances, such as the odd and even math problems procedures magic square)
    2013-12-08 20:13:24下载
    积分:1
  • Dijkstra
    主要是DIJKSTRA经典算法,可以作为单个算法来读,也可以调用。(DIJKSTRA mainly classical algorithm can be read as a single algorithm can also be called.)
    2010-09-25 17:37:40下载
    积分:1
  • GIS
    说明:  这就是陈建春的《用Visual C++开发GIS系统》的配套代码。 用来给初学者熟悉VC++图形编程很不错,我当初学MFC的时候就是照着这本书上手的。但作为一个GIS系统来说缺少一些必要的 要素,比如大数据量的管理、空间索引、符号化、投影等等等等等。以现在的眼光看来整个系统的架构设计也不是太好。 这本书再版后改名为《矢量图形系统开发与编程》,内容变化不大("using Visual C development of GIS systems" supporting code. For beginners to the VC familiar with graphical programming quite well, and I had the time to learn MFC is shining on this book in the business. But as a GIS systems lack the necessary elements, such as the large amount of data management, spatial indexing, symbols, such as projectors, etc.. Now the point of view of the entire system architecture design is not too good. This book reprinted later renamed as "vector graphics systems development and programming", little change)
    2006-03-07 12:45:39下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载