Hardware platform for "Stereo Disparity using Semi-Global Block Matching" example

1 次查看(过去 30 天)
Hi, I tried the example "Stereo Disparity using Semi-Global Block Matching" in Simulink and generated the HDL for IP. However, when I tried to test it on the actual hardware (Zedboard SOC) with image streaming using VDMA IP, the output is totally not recognizable. It seems that the control signals generated by the IP at the output are not generated properly as required by the VDMA IP. For instance, it totally discards the front and back porch. In simulation on Simulink, these signals are probably not required and thus the output is as expected. Any leads?? Thanks

回答(1 个)

Bharathi Yogaraj
Bharathi Yogaraj 2021-4-27
Currently, output frame is reconstructed only based on valid signal. The algorithm does not consider back & front porch during processing. There are two options that can be explored as under.
  1. Pixel Stream Aligner block can be used to get the reference and generate the control bus for output as required.
  2. VDMA IP has an optional data re-alignment engine (DRE) feature that can be enabled to realign the frame to get the required output format.

类别

Help CenterFile Exchange 中查找有关 Computer Vision Toolbox Supported Hardware 的更多信息

产品


版本

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by