Azzera filtri
Azzera filtri

Matlab Coder: Row Mayor Array Layout

3 visualizzazioni (ultimi 30 giorni)
VaL V6
VaL V6 il 26 Ago 2020
Risposto: Rishabh Mishra il 4 Set 2020
Hi,
can someone explain me how Matlab Coder define 3D matrix with the row major array layout?
In particular I'm interest in how RGB images are defined. I found this link that explain the most common array layout representation, does Matlab Coder follow the same rules?

Risposte (1)

Rishabh Mishra
Rishabh Mishra il 4 Set 2020
Hi
The Images in MATLAB are stored in a column major order.
For additional Information on Images & Matrices in MATLAB, refer the links below:
  1. https://www.mathworks.com/help/images/images-in-matlab.html
  2. MATLAB Images
  3. Matrix Indexing
  4. MATLAB Image Types
Hope this helps.

Categorie

Scopri di più su Image Processing Toolbox in Help Center e File Exchange

Prodotti


Release

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by