-
found on the Internet Vehicle Identification System original programming, combin...
网上查到的车辆识别系统原创程序,结合摄像机进行车牌在线识别。
- 2022-06-20 22:19:14下载
- 积分:1
-
实现在文本区域内的画点与画线功能,响应键盘信息,通用DLL使用!...
实现在文本区域内的画点与画线功能,响应键盘信息,通用DLL使用!-text in the region to achieve the painting point line drawing functions, in response to keyboard information, the use of generic DLL!
- 2022-04-29 20:00:32下载
- 积分:1
-
Algorithm
bezier曲面的生成算法-Algorithm
- 2022-01-25 20:19:18下载
- 积分:1
-
结合OpenCV在MFC中显示图片
在Visual Studio2010中,利用MFC结合OpenCV显示图片。对于初学MFC的学者,可以结合本例中MFC的按键学习消息机制;同时可以掌握基本的OpenCV函数
- 2023-01-29 07:40:06下载
- 积分:1
-
qt的高级模块,可以用来深入了解qt的高级应用方法
qt的高级模块,可以用来深入了解qt的高级应用方法-qt senior module can be used to qt-depth understanding of advanced applications
- 2022-10-17 13:40:03下载
- 积分:1
-
在这个目录中包含代码实现K
kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP -kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Outpu
- 2022-08-15 00:35:38下载
- 积分:1
-
Hover the mouse pointer in the browser can display pictures exif information
把鼠标指针悬停在浏览器可以显示图片的exif信息-Hover the mouse pointer in the browser can display pictures exif information
- 2022-11-07 11:00:03下载
- 积分:1
-
此应用程序需要用户定义一个粗糙的边界
This application requires the user to define a rough boundary of an
object with a large brush. During the drawing, a high-quality
segmentation is generated, interactively. Problematic areas can still
be edited manually by the user.-This application requires the user to define a rough boundary of an
object with a large brush. During the drawing, a high-quality
segmentation is generated, interactively. Problematic areas can still
be edited manually by the user.
- 2022-02-07 04:40:45下载
- 积分:1
-
This package includes the source code which computes the diameter (or an epsilon
This package includes the source code which computes the diameter (or an epsilon-approximation) of a points set, that can be randomly picked, or read from a file.
- 2023-06-26 11:25:03下载
- 积分:1
-
画外接圆的C++代码
//计算外接圆半径
//输入参数:
// 三角形三点坐标(ddDot0,ddDot1,ddDot2)
//输出参数...
画外接圆的C++代码
//计算外接圆半径
//输入参数:
// 三角形三点坐标(ddDot0,ddDot1,ddDot2)
//输出参数
// 圆心坐标(ddCenter)
// 圆心半径(dRad)
//成功:返回值>0
//失败:返回值
- 2022-03-21 03:10:38下载
- 积分:1