Image Processing on vertex 5
Mostra commenti meno recenti
Im working on image processing, done with the coding part in matlab using image processing toolbox. now need to implement the same on the vertex 5 board. kindly help me regarding this, how to start with...? image processing part includes enhancement, noise removal and classification of color images, classification is done using svm classifier.
Risposte (1)
Kaustubha Govind
il 10 Nov 2011
0 voti
The Simulink HDL Coder product can be used to generate HDL code from Simulink models, but your algorithm needs to be implemented in Simulink. If you are only using MATLAB functions that are supported for code generation, you can bring that code into Simulink using the MATLAB Function block, and the generate HDL code from it.
2 Commenti
Deepak
il 11 Nov 2011
Kaustubha Govind
il 11 Nov 2011
In that case you will need to re-implement them yourself. Sorry. :(
Categorie
Scopri di più su HDL Verifier in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!