HDL coder on image processing
Mostrar comentarios más antiguos
Using HDL coder can I convert my matlab code which is on image processing side. if yes, then how would i give testbench file to coder. can any one help because am new to HDL code generator.
Respuestas (1)
Bharath Venkataraman
el 16 de Jun. de 2017
0 votos
You can use Vision HDL Toolbox blocks to design your system and generate HDL code. When you design this system, the inputs and outputs to the subsystem that you design for HDL will be used to form the Testbench. Here is an example that deals with gamma correction .
2 comentarios
prathap soma
el 17 de Jun. de 2017
Editada: prathap soma
el 17 de Jun. de 2017
Bharath Venkataraman
el 26 de Jun. de 2017
As you can see in the gamma correction example I pointed out, you should not be sending the entire image in at a time, but instead serialize it using Frame To Pixels and send it 3 pixels at a time.
Categorías
Más información sobre HDL Code Generation and Deployment en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!