How to pad zeros in an image
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
sadiqa ilyas
am 3 Mär. 2020
Kommentiert: sadiqa ilyas
am 3 Mär. 2020
Hi If i have image of size 64*64 (one layer). I want to insert another column .The resulting image then would become 64*65.
red1=I(:,:,1)%I is the original image
b=zeros(64,1);
red=padarray(red1,b);
whats wrong with this.
I am not getting the desired result
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!