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

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

[Octave-bug-tracker] [bug #46745] imresize defoult method (bicubic) retu


From: anonymous
Subject: [Octave-bug-tracker] [bug #46745] imresize defoult method (bicubic) return <0 and >1 values
Date: Tue, 22 Dec 2015 08:18:56 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:39.0) Gecko/20100101 Firefox/39.0

URL:
  <http://savannah.gnu.org/bugs/?46745>

                 Summary: imresize defoult method (bicubic) return <0  and >1
values
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 22 Dec 2015 08:18:55 AM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I have noticed then while input image has black frame around it,
the resize function may return values out of the range of [0,1].

try on this image the code:

im=imread('example image.png');
imRes=imresizr(im,[512,512]);
min(imRes(:))
max(imRes(:))




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tue 22 Dec 2015 08:18:55 AM UTC  Name: Example image.png  Size: 155kB  
By: None

<http://savannah.gnu.org/bugs/download.php?file_id=35832>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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