Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
This code merges the first two dimensions of a higher dimensional array (e.g. an image stack) into a single dimension. The difference to a simple reshape is that the output matrix only contains selected pixels in a region of interest (ROI) by using a 2D logical index (e.g. from thresholding a single image). The reduced matrix only contains the values of interest to increase analysis speed and reduce data size. Lastly, the original data structure can be recovered after analysis. When reconstructing, all values that were not part of the initial ROI are recreated as NaNs.
Cita come
Simon Musall (2026). Extract 2D region of interest from 3D image stack (https://it.mathworks.com/matlabcentral/fileexchange/59907-extract-2d-region-of-interest-from-3d-image-stack), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 1.1.0.0 (3,14 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
