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

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

[Octave-bug-tracker] [bug #60946] [octave forge] (image) bug in imresize


From: Rick T
Subject: [Octave-bug-tracker] [bug #60946] [octave forge] (image) bug in imresize implementation
Date: Mon, 19 Jul 2021 21:43:45 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:90.0) Gecko/20100101 Firefox/90.0

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

I've also found the colors not matching with

 reshaped_output = imresize(repmat_rgb, [height_wanted,
width_wanted],'linear'); %reshape swatch to large output 

and

 reshaped_output = imresize(repmat_rgb, [height_wanted,
width_wanted],'cubic'); %reshape swatch to large output 

and


 reshaped_output = imresize(repmat_rgb, [height_wanted,
width_wanted],'bicubic'); %reshape swatch to large output 

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60946>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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