octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #44831] image package: imrotate - different di


From: anonymous
Subject: [Octave-bug-tracker] [bug #44831] image package: imrotate - different dimensions of output matrix
Date: Sun, 07 Jun 2015 14:12:33 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #1, bug #44831 (project octave):

Another simple example:




MATLAB 2010B
M = ones(3,3)
imrot = imrotate(M, -45, 'nearest' , 'loose')


imrot =

     0     0     1     0     0
     0     1     1     1     0
     1     1     1     1     1
     0     1     1     1     0
     0     0     1     0     0


Octave


imrot =

   0   0   0   0
   0   1   1   0
   0   1   1   0
   0   0   0   0





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44831>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]