搜索资源列表
MatlabGUI
- 用户界面(或接口)是指:人与机器(或程序)之间交互作用的工具和方法。如键盘、 鼠标、跟踪球、话筒都可成为与计算机交换信息的接口。 图形用户界面(Graphical User Interfaces ,GUI)则是由窗口、光标、按键、菜单、文 字说明等对象(Objects)构成的一个用户界面 -User interface (or interface) refers to: Human and machine (or process) the interaction betwe
Tutorial09_Clock
- 基于Spartan-3e的数码管显示时钟程序的设计,整个流程讲解详细。-A very important concept in digital design is that of the clock. A clock is used to synchronize systems in digital logic, and provides a convenient way to keep track of real time. Another equally important fact is
Project11
- 设计并制作一个能自动循迹小汽车。 演示场地1米见方,表面贴有白纸,在其上有黑色胶带制成的轨迹(宽6厘米,均匀)。 能够自行沿着曲线行走(A点循迹到C点),而无需人工干预 (遥控-The design and construction of an automatic tracking the car. Demo site 1 meter square, the surface with a blank sheet of paper, made of a black tape on th
tnn7_code_201212141110
- 人脸检测与跟踪是一个重要而活跃的研究领域,它在视频监控、生物特征识别、视频编码等领域有着广泛的应用前景。该项目的目标是在FPGA板上实现实时系统来检测和跟踪人脸。人脸检测算法包括肤色分割和图像滤波。通过计算被检测区域的质心来确定人脸的位置。该算法的软件版本独立实现,并在matlab的静止图像上进行测试。虽然从MATLAB到Verilog的转换没有预期的那样顺利,实验结果证明了实时系统的准确性和有效性,甚至在不同的光线、面部姿态和肤色的条件下也是如此。所有硬件实现的计算都是以最小的计算量实时完成的