- Code: Select all
gfor row=1:100
for col=1:100
reconstruct()
end
gend
My question is after I finish reconstruction each row in 100 images, how can I combine these 100 images into one reconstructed image. Thank you.
Moderator: pavanky
gfor row=1:100
for col=1:100
reconstruct()
end
gend
Return to [archive-commercial] Programming & Development with ArrayFire