Your browser doesn't support impress.js.It can't phones.
你的浏览器不支持impress.js.请更换,它不支持手机。
基于FPGA的机器视觉算法实现
FPGA-Imaging-Library
作者:戴天宇 22011229,指导:王立辉,Xilinx
设计流程
自定义测试图像+配置 -> 软件仿真 -> 功能仿真 -> 可信度分析 -> 板上测试
面向开发者的开发接口规范
def name_format(root, name, ex, conf):
def transform(im, conf):
def debug(im, conf):
软件仿真规范
def name_format(root, name, ex, conf):
def conf_format(im, conf):
def color_format(mode, color):
def create_dat(im, conf):
功能仿真数据生成规范
interface TBInterface (input bit clk, input bit rst_n);
task init_file();
task init_signal();
task work_pipeline();
task work_regack();
测试平台规范
测试框架
OV7670 -> 帧缓存 -> 处理模块 -> MUX -> 帧缓存 ->VGA