how to generate hdl code for edge detection block in simulink
11 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Risposta accettata
Walter Roberson
il 7 Feb 2016
Serialize and Deserialize. See http://www.mathworks.com/help/hdlcoder/examples/using-ip-core-generation-workflow-sobel-edge-detection.html
2 Commenti
Walter Roberson
il 7 Feb 2016
If I understand correctly, there is one Edge Detection Block that can be configured for different detectors including Sobel and Canny. The link above shows an example of using a Serialize block to pass an array in to an Edge Detector block, and a Deserialize block to decode.
Unfortunately I do not have that product so I cannot open the models to find out exactly which blocks they used.
Più risposte (1)
Bharath Venkataraman
il 8 Feb 2016
The Vision HDL Toolbox has an Edge Detection block that is suitable for HDL code generation. That block takes in serial input, much like you would expect the FPGA or ASIC to do. I suggest using that block instead of the one from Computer Vision System Toolbox.
0 Commenti
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
