HDL coder simulation for video processing takes very long time. Is there way to do it faster ?
3 ビュー (過去 30 日間)
古いコメントを表示
Mohammed Shameem Hussain
2017 年 5 月 25 日
コメント済み: Mohammed Shameem Hussain
2017 年 5 月 30 日
I have discrete-time settings with fixed step of 1. The frame size of video input 480 x 640.
0 件のコメント
採用された回答
Bharath Venkataraman
2017 年 5 月 26 日
This is because of the pixel level processing. 480x640 translates to over 300K pixels per frame (not including blanking). Are you using Vision HDL Toolbox for this simulation with Frame To Pixels and Pixels To Frame blocks? If so, you have two options: 1. In Simulink, make sure that the model is in Accelerator/Rapid Accelerator mode. 2. Use a smaller image (say 60x80) to prove out your algorithm and run it on the larger frame size when you get to FPGA-in-the-Loop.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!