help-octave
[Top][All Lists]
Advanced

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

Re: Regarding Imresize usage function


From: Nicholas Jankowski
Subject: Re: Regarding Imresize usage function
Date: Thu, 10 Nov 2022 16:51:07 -0500



On Thu, Nov 10, 2022 at 3:13 PM Vaseem, Shaik via Help-octave <help-octave@gnu.org> wrote:
Regarding the usage of imresize  function with property ,value .How to pass value to it and in help imresize in command prompt it is showing three functions like imresize(Im,scale), imresize (Im,[Rows Columns]), imresize (Im,[Rows Column], method) but not the function of imresize (..,.., property,value,..) please explain this issue should I need to add an library or download anything.


(as the comment at the end shows, you may get a better response at the new Octave Discourse group)

What version of octave and the image package are you using?  (the 'ver' command will give you that information)

I have Octave 7.3.0 (just released) with image package v 2.14.0.  In that version, I get the following from help imresize:


-- Function File: imresize (IM, SCALE)
 -- Function File: imresize (IM, [M N])
 -- Function File: imresize (..., METHOD)
 -- Function File: imresize (..., ..., PROPERTY, VALUE, ...)
     Resize image with interpolation


so upgrading your package version might solve your problem, assuming the property/value combination you need has been implemented.

 
----------
We are transitioning to a web based forum
for community help discussions at
https://octave.discourse.group/c/help

reply via email to

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