Effacer les filtres
Effacer les filtres

image processing in tms6713dsk

1 vue (au cours des 30 derniers jours)
Anusha
Anusha le 26 Mai 2013
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...

Réponses (1)

Image Analyst
Image Analyst le 26 Mai 2013
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.

Catégories

En savoir plus sur Convert Image Type dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by