0
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 05-05-17, 10:45 a.m. gowtham2276
0

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

31-05-17, 5:22 p.m. Hackmet


0

Do following coding

figure(0);
ShowImage(img,'title0');


figure(1);

ShowImage(img1,'title1');

figure(2);

ShowImage(img2,'title2');

do upto last image

28-06-19, 6:33 p.m. anil_mca4


0
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.
18-11-21, 11:46 a.m. johnsonsmith


Log-in to answer to this question.