photo

Laryssa Seabra


Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


How to copy one image to another (blank) pixel by pixel?
Xc = imread('IM1.jpg'); tam = size(Xc) sizex = tam(1); sizey = tam(2); blank = ones(sizex,sizey,3); for i=1...

circa 11 anni fa | 2 risposte | 0

2

risposte

Domanda


Error: Subscript indices must either be real positive integers or logicals.
for i = 1:sizex; for j = 1:sizey; cor = Xc(i,j,1); blank( ([i j 1]*A) ) = cor; end end ...

circa 11 anni fa | 0 risposte | 0

0

risposte

Domanda


How do I apply a transformation in a image
I'm using tform = maketform('affine',A); and it throws this error: A = 1.0e+15 * 0.000000000000001 ...

circa 11 anni fa | 1 risposta | 0

1

risposta