Image Processing on vertex 5
이전 댓글 표시
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.
답변 (1개)
Kaustubha Govind
2011년 11월 10일
0 개 추천
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
Deepak
2011년 11월 11일
Kaustubha Govind
2011년 11월 11일
In that case you will need to re-implement them yourself. Sorry. :(
카테고리
도움말 센터 및 File Exchange에서 HDL Verifier에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!