-
opencv 着色
const vec3 WHITE(1.0, 1.0, 1.0);
const vec3 BLACK(0.0, 0.0, 0.0);
const vec3 RED(1.0, 0.0, 0.0);
const vec3 GREEN(0.0, 1.0, 0.0);
const vec3 BLUE(0.0, 0.0, 1.0);
const int CIRCLE_NUM_POINTS = 100;
const int ELLIPSE_NUM_POINTS = 100;
const int TRIANGLE_NUM_POINTS = 3;
const int SQUARE_NUM = 6;
const int SQUARE_NUM_POINTS = 4 * SQUARE_NUM;
const int TOTAL_NUM_POINTS = TRIANGLE_NUM_POINTS + SQUARE_NUM_POINTS + CIRCLE_NUM_POINTS + ELLIPSE_NUM_POINTS;
- 2022-01-23 11:02:46下载
- 积分:1
-
Fundation-of-Matlab
详细介绍了MATLAB的基础,并结合实例讲解了其应用(Details of the basis of MATLAB and explain with examples of its application)
- 2013-09-10 12:23:29下载
- 积分:1
-
zip
压缩与解压缩类;压缩文件至.zip包内,增加文件至.zip包内,及解压缩相关操作。(zip and unzip。)
- 2013-10-14 10:16:38下载
- 积分:1
-
21-RTC
STM32的实时时钟RTC很精确的,可以用来做电子钟电子万年历等(STM32 RTC)
- 2013-06-17 11:29:53下载
- 积分:1
-
无人机路径规划 避障研究
无人机航迹规划,用于战场环境中的仿真验证,规避雷达的扫描和干扰,求出到达目标的最短路径,并进行仿真验证
- 2022-02-06 20:00:12下载
- 积分:1
-
SimpleRobot
OPENGL,简单机器人,简单机器人,简单机器人。(OPENGL, simple robots, simple robot, simple robots.)
- 2011-11-24 15:28:45下载
- 积分:1
-
keilC51
Keil C51 的使用说明,详尽介绍了Keil C51 的操作.(Keil C51 use, the details of the operation Keil C51.)
- 2006-11-08 09:27:13下载
- 积分:1
-
FaceRecognition
本算法将进行人脸识别,首先进行人脸定位检测,然后根据数据库里给的标签进行人脸识别,将人脸的信息显示在人脸旁边。本算法能取得较好的效果。(The algorithm will perform face recognition, first face detection, and then according to the database to the label for face recognition, the face of the information displayed next to the face. The algorithm can achieve better results.)
- 2017-07-15 09:55:31下载
- 积分:1
-
8051Pproteus-27
《单片机C语言程序设计实训100例——基于8051+Proteus仿真》案例压缩包 第 01 篇 基础部分27 TIMER0控制单只LED闪烁(" Microcontroller C Programming Language Training 100 cases- based on 8051+ Proteus simulation" case archive basis of Article 01 part 27 TIMER0 single LED flash control)
- 2011-07-27 21:43:45下载
- 积分:1
-
STM32F051(F030)C8T6(LED)
实现STM32F030/051对LED的驱动(Implementing STM32F030/051 drivers for LED)
- 2017-07-24 15:30:43下载
- 积分:1