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

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

[Octave-bug-tracker] [bug #41674] [octave forge] (image) temporary array


From: Hartmut
Subject: [Octave-bug-tracker] [bug #41674] [octave forge] (image) temporary arrays in imresize are doubles
Date: Sun, 12 Sep 2021 12:08:33 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:92.0) Gecko/20100101 Firefox/92.0

Follow-up Comment #21, bug #41674 (project octave):

I also do not see any feasable way to fully avoid the intermediate conversion
to double in the imresize function. We do need interpolation in imresize.m,
and this interpolation only works easily with doubles.

There was mentioning, of maybe only do the intermediate conversion to the
floating point type "single" instead of "double" to save memory. But when I
understood coorectly this is kind of solved by not converting single input
images at all at the moment. That's probably a good way to deal with this.

To summarize: I do not have any objections to CLOSE this bug report now.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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