Git Product home page Git Product logo

colorip's Introduction

ROM initialized with a .coe file contains a image (see /Python/FourColors.jpg). Image is 100x60 for testing purpose only, the final image would be 1280x720.

4 ColorDetect ip blocks are connected to ROM to detect RGBY coordinates.

ColorDetect:
    general inputs: 
        - RESET: initial everything on negedge of this signal
        - CLK: acts on posedge of this signal

    input from ROM:
	- DATA_IN[23:0]: color of each pixel (RGB - 8:8:8)
    output to ROM:
	- ADDR[13:0]: the pixel to read

    input from MotionIP:
	- EN: this module only runs when EN is high; and when EN is low, everything is reset to initial values
	- COLOR[1:0]: 0-Red, 1-Green, 2-Blue, 3-Yellow
    output to MotionIP:
	- READY: this flag is set to high once coordinate is ready (aka, the entire frame has been processed)
	- COORDINATE[31:0]: this wire contains the column(x) and row(y) information of the centre of the specified color ([31:16]-x, [15:0]-y)

colorip's People

Stargazers

Olivier avatar

Watchers

James Cloos avatar Yinghui (Vivien) Fan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.