getedge.c.txt
来自「根据摄像头数据分析计算目标距离与方向 并驱动机械进行跟踪 采用合众达DEC643」· 文本 代码 · 共 13 行
TXT
13 行
/*
* getedge.c
* Get the information of edge of the captured video of RGB565
* Set the control variables
*/
#inlcude <csl.h>
#inculde <csl_cache.h>
#inlcude <fvid.h>
void getEdge(unsigned short *rgb_data)
{
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?