资源列表
B10-Haskell趣学指南
- haskell趣学指南 函数式编程语言 很有意义对编程思维(Haskell interesting guide function programming language is very meaningful to programming thinking)
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)