-
用OpenGl实现了种子填充和Bresenham算法,并且有橡皮筋功能。
用OpenGl实现了种子填充和Bresenham算法,并且有橡皮筋功能。-Achieved using OpenGl seed filling and Bresenham algorithm, and has rubber band functionality.
- 2023-03-29 07:55:03下载
- 积分:1
-
自己写的一个学生信息管理系统,由于掌握的知识不是很多,故此系统功能比较简单,但可以作为一个参考...
自己写的一个学生信息管理系统,由于掌握的知识不是很多,故此系统功能比较简单,但可以作为一个参考-A student to write their own information management system, because not a lot of knowledge, the system is relatively simple, but can be used as a reference
- 2022-03-25 00:16:44下载
- 积分:1
-
用c++写的带类的扑克牌游戏,可以实现自动洗牌,自动发牌,比较大小。...
用c++写的带类的扑克牌游戏,可以实现自动洗牌,自动发牌,比较大小。-Using c++ to write with types of poker games, cards can be achieved automatically, automatic licensing, the size comparison.
- 2022-06-20 05:12:40下载
- 积分:1
-
This function creates a copy administrator user should be a source of inspiratio...
该函数创建了一个复制管理员用户,应该对大家有所启发-This function creates a copy administrator user should be a source of inspiration for everyone
- 2022-02-25 23:15:22下载
- 积分:1
-
Scan all running processes, and access to system privileges, you can specify the...
扫描运行的所有进程,并且可以获得系统权限,可以指定关闭进程包括System进程-Scan all running processes, and access to system privileges, you can specify the closure process, including the System process
- 2022-07-17 20:00:45下载
- 积分:1
-
VB 图像处理软件 (阈值分割+边缘检测)
VB图像处理源码,主要实现了两种方法的二值化(阈值分割)和4种方法的边缘检测。该源码可以用于工业工件检测和图像识别(包括验证码识别),可以读取JPG、TIFF、BMP、PNG、GIF等常见文件格式,采用了模拟指针,速度快、效率高。下面是该源码主要包含的算法:
二值化:以亮度为标准进行阈值分割;以平均灰度为标准进行阈值分割
边缘检测:Roberts(罗伯特)算子;Sobel(索贝尔)算子;Prewitt(普瑞维特)算子;Laplacian(拉普拉斯)算子。
- 2022-09-02 23:55:03下载
- 积分:1
-
使用vc6.0我自己制作的模拟银行结帐系统。
用txt代替了数据库。
用于初学者学习。...
使用vc6.0我自己制作的模拟银行结帐系统。
用txt代替了数据库。
用于初学者学习。-vc6.0 my own use of the simulated bank checkout. Txt instead of using a database. For beginners to learn.
- 2023-01-18 04:30:04下载
- 积分:1
-
The example shows how to use the timers in c #
The example shows how to use the timers in c #-The example shows how to use the timers in c#
- 2022-05-23 01:10:02下载
- 积分:1
-
例子OpenCV
Example OpenCv
// Background average sample code done with averages and done with codebooks
// (adapted from the OpenCV book sample)
//
// NOTE: To get the keyboard to work, you *have* to have one of the video windows be active
// and NOT the consule window.
//
// Gary Bradski Oct 3, 2008.
//
/* *************** License:**************************
Oct. 3, 2008
Right to use this code in any way you want without warrenty, support or any guarentee of it working.
BOOK: It would be nice if you cited it:
Learning OpenCV: Computer Vision with the OpenCV Library
by Gary Bradski and Adrian Kaehler
Published by O Reilly Media, October 3, 2008
AVAILABLE AT:
http://www.amazon.com/Learning-OpenCV-Computer-Vision-Library/dp/0596516134
Or: http://oreilly.com/catalog/9780596516130/
ISBN-10: 0596516134 or: ISBN-13: 978-0596516130
************************************************** */-Example OpenCv
// Background average sample code done with a
- 2022-01-22 15:54:45下载
- 积分:1
-
椭圆拟合算法VC++
这是一个椭圆拟合的算法程序,能够对输入的点进行2D直线,圆及旋转椭圆拟合。 上面的图形是一个2D
- 2022-02-28 13:09:21下载
- 积分:1