Visible to Intel only — GUID: dmi1420813767581
Ixiasoft
1.1. About Canny Edge Detection
1.2. About the Canny Edge Detection Reference Design
1.3. Getting Started with the Canny Edge Reference Design
1.4. Canny Edge Detection Reference Design Block Description
1.5. Stream-to-Memory Conversion
1.6. Latency and Throughput
1.7. Canny Edge Reference Design Resource Usage
1.3.1. Hardware and Software Requirements
1.3.2. Connecting the Hardware to Use the Canny Edge Reference Design
1.3.3. Loading the Canny Edge Reference Design FPGA Image with the SD Card Image
1.3.4. Canny Edge Reference Design Initial Startup Problems
1.3.5. Controlling the FPGA Flow of the Canny Edge Reference Design
1.3.6. Capturing the Pixel Stream
1.3.7. Programming the FPGA with the Canny Edge Reference Design
1.3.8. Initializing the ARM Processor
Visible to Intel only — GUID: dmi1420813767581
Ixiasoft
1.1. About Canny Edge Detection
Canny edge detection is a multistage, vision processing algorithm producing a binary output image (edge or no edge for complex vision algorithms such as number plate identification). Canny edge detection can remove irrelevant image information and has a simple binary output for each pixel. Traditionally, Canny edge detection is implemented on high-performance computing. However, you can now implement vision algorithms on embedded platforms for mobile low-power applications.
Vision algorithms such as Canny contain multiple processing stages. Typically processors have to fetch the input image frame from external memory, process it, and write it back to external memory. The processor repeats this process for the next processing block. This traditional memory shuffling between blocks is inefficient:
- Repeated slow external memory access causes speed bottlenecks. The data has to propagate through the processor caches, further slowing down external memory access due to cache overheads.
- Repeatedly engergizing the external memory chip I/O pins costs dynamic power.