-
09_Direct
人民邮电出版社,《VC++数字图像处理典型算法及实现》-- 第9章图像分割。
包括图像的并行边界分割、串行边界分割、并行区域分割、串行区域分割、Canny算子的实现等源代码(Posts )
- 2008-06-03 11:11:23下载
- 积分:1
-
STM32F103ZET6串口程序,亲测好用
STM32F103ZET6的串口程序,3个初始化函数,时钟配置RCC_Configuration();GPIO配置 GPIO_Configuration();串口配置USART_Configuration();通过printf函数可以向串口发送数据,串口波特率初始115200可修改,串口为USART1,
- 2022-02-24 17:36:35下载
- 积分:1
-
EvPwm01
PWM模块的代码参考,简单的简历一个工程编写的PWM代码,对初入门的小伙伴有一定的帮助(PWM CODE TO TMS320F2812DSP)
- 2018-03-16 23:49:01下载
- 积分:1
-
C#Android互通RSA加密解密
C# rsa 与 android 互通。(C # using RAS and Android cau Use)
- 2018-07-13 21:13:46下载
- 积分:1
-
ftp-scan
说明: 此为端口扫描程序,可以应用于使用了多种类型协议的网络,如tcp,udp 等,功能还可以,但不是很快速。(to this port scanning procedure can be applied to the use of various types of network agreements, such as tcp, udp, functions can also, but not very fast.)
- 2006-04-07 10:26:06下载
- 积分:1
-
24368
程序将界面与数据处理分开,界面采用MFC的对话框模板,对注册、训练、识别和主界面分别建立一个类,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。
数据处理又分为了CFaceAlign(人脸检测+几何归一化)、CLightPrep(光照归一化)、CFaceFeature(Gabor特征提取)、CSubspace(计算Fisherface子空间)四个类,还有一个类 CFaceMngr 负责管理界面与数据之间的交流。这样的程序结构使对界面和算法彼此独立,互不影响。
每个类的具体方法请见相应头文件中的注释。(The program will interface with the data processing separate interface using MFC dialog template, registration, training, recognition and the main interface, respectively, to create a class that interacts with the user through a message handler, using multiple threads to display images in real time.
  Data processing is divided into a CFaceAlign (Face Detection+ geometric normalization), CLightPrep (illumination normalization), CFaceFeature (Gabor feature extraction), CSubspace (computing Fisherface subspace) four categories, as well as a class is responsible for managing CFaceMngr interface and data exchange between. Such a program structure allows for interfaces and algorithms are independent of each other.
Specific methods of each class, see the comments in the appropriate header files.)
- 2015-04-13 10:05:34下载
- 积分:1
-
STM32步进电机控制程序
STM32步进电机控制详细程序.由于步进电机具有无需反馈就能对位置和速度进行精确控制的优点,在工业自动化设备中被广泛第应用极为广泛。步进电机将电脉冲信号转换成角位移,然后驱动执行机构,使其按照一定的规律运动,步进电机的转速和角位移分别由电脉冲的频率和脉冲数决定。为了实现对位置的精确控制,要求步进电机在运行中必须不丢步和过冲。为了防止丢步和过冲,在启动时必须采用加速过程,在停止时则必须采用减速过程,步进电机的运行过程
- 2023-03-17 19:20:05下载
- 积分:1
-
FaceDetection
This a very useful program from a book. It is mainly used for face-detecting.It also includes interface-program.
- 2009-01-19 09:28:45下载
- 积分:1
-
puma560
puma560机器人基于matlab机器人工具箱各关节轨迹源文件(puma560 robot robot kit based matlab source files for each joint trajectory)
- 2014-05-10 09:20:59下载
- 积分:1
-
bkfsore
广度优先搜索,查找不连通图。广度优先搜索算法,又译作宽度优先搜索,或横向优先搜索,是一种图形搜索算法。C语言,堆栈实现。(Breadth first search for disconnected graphs. The breadth-first search algorithm, also translated as breadth-first search or horizontal-first search, is a graphic search algorithm. C language, stack implementation.)
- 2020-06-17 15:42:35下载
- 积分:1