

image processing error in scilab
How to multiple images simultaneously in image processing.I have to show original image and stegano image in my output.
Scilab


Iam not sure if I understood your question correctly... But probably you want to use the SubPlot function for tiling your output graphs??


Do following coding
figure(0);
ShowImage(img,'title0');
figure(1);
ShowImage(img1,'title1');
figure(2);
ShowImage(img2,'title2');
do upto last image


Für alle Harry-Potter-Fans ist dies eine Aktivität, die Sie lieben sollten! Entdecken Sie eine interessante Sammlung von Harry Potter Pixel Art Vorlagen für Jung und Alt.
Login to add comment