Montage with Raster Scan
Mostra commenti meno recenti
Hello, I have a cell array of images obtained by scanning in a raster scan as illustrated below

I want to create a montaged image, and can do it successfully when xsteps & ysteps =3 (so 9 images in the image Array "imgArray")
montageImage = [imgArray{1}, imgArray{4}, imgArray{7}; imgArray{2}, imgArray{5}, imgArray{8}; imgArray{3}, imgArray{6}, imgArray{9}];

However, I want it generalised for any values of xstep and ystep.
Risposte (2)
Jason
il 23 Mag 2018
Categorie
Scopri di più su Multidimensional Arrays in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!