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
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
Deepak 2011 年 11 月 11 日
what is the option for me if all the functions are not supported by code generation...?
Kaustubha Govind
Kaustubha Govind 2011 年 11 月 11 日
In that case you will need to re-implement them yourself. Sorry. :(

サインインしてコメントする。

カテゴリ

タグ

質問済み:

2011 年 11 月 8 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by