资源列表
st5
- 使用st编写的简单的伺服控制,使用了结构体语言,可以适用多轴的控制,方便移植(Simple servo control written in st, using the structure of the language, you can apply multi-axis control, easy to transplant)
example
- nao机器人的编程例子,包括了获得个关节的值,踢球,识别红球等等(Nao robot programming examples, including the acquisition of joint values, kicking, recognition of red balls and so on)
Projects
- U8后台数据处理相关代码,主要对相关数据的字段进行处理(U8 background data processing related code, the main data related to the field processing)
canny函数用法
- canny边缘检测 先滤波 转化成灰度图 再进行边缘检测(edge detection using canny function)
边缘检测综合示例
- canny边缘检测+sobel边缘检测+scharr滤波器的使用(Canny edge detection, +sobel edge detection, +scharr filter)
Laplacian函数用法示例
- 基于拉普拉斯变换的laplacian函数,进行边缘检测(Edge detection based on Laplacian function of Laplasse transform)
hoy-instazce-invoke
- 串口监测的源程序 Serial monitoring of the source()
sobel函数用法示例
- 调用sobel函数 进行边缘检测 结合了高斯平滑和微分求导 是一种经典的边缘检测算子(Calling Sobel function for edge detection)
kelid
- vr code kbd optimization source code code
网络监控系统(VC++)
- 简单的网络监管系统,供初学者参考,希望大家喜欢(Simple network monitoring system for beginners reference)
霍夫线变换综合示例
- 利用霍夫变换快速检测直线或圆,但是首先对图像进行边缘检测,霍夫变换输入为边缘二值图像(Hough transform is used to detect straight lines or circles, but first, edge detection is carried out, and Hough transform is used as edge two valued image)
protectmod
- 保护模式编程--80386有三种工作方式:实模式,保护模式和虚拟8086模式。本文介绍保护方式下的80386及相关的程序设计内容。实模式下的80386寄存器,寻址方式和指令等基本概念,除特别说明外在保护方式下仍然保持。 尽管实方式下80386的功能要大大超过其先前的处理器(8086/8088,80186,80286),但只有在保护方式下, 80386才能真正发挥更大的作用。在保护方式下,全部32条地址线有效,可寻址高达4G字节的物理地址空间;扩充的存储器分段管理机制和可选的存储器分页管理机制,