image processing in tms6713dsk

Hi...I want to do histogram equalisation in 6713 dsk.for that how can I load the image,or how to convert nxm dimension image to 1D array...

回答 (1 件)

Image Analyst
Image Analyst 2013 年 5 月 26 日

0 投票

For histogram equalization, use histeq() or adapthisteq(), both in the Image Processing Toolbox. To load an image, use imread(). To convert into a 1D array, just do
array1D = array2D(:);
or use the reshape() function.

カテゴリ

ヘルプ センター および File ExchangeGeometric Transformation and Image Registration についてさらに検索

質問済み:

2013 年 5 月 26 日

Community Treasure Hunt

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

Start Hunting!

Translated by