photo

Laryssa Seabra


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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...

11 years 前 | 2 个回答 | 0

2

个回答

提问


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 ...

11 years 前 | 0 个回答 | 0

0

个回答

提问


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 ...

11 years 前 | 1 个回答 | 0

1

个回答