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

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

[Octave-bug-tracker] [bug #45131] rgb2hsv is not compatible to Matlab


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #45131] rgb2hsv is not compatible to Matlab
Date: Sun, 19 Jul 2015 16:54:03 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.7.0

Update of bug #45131 (project octave):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #5:

This has been fixed as part of fixing bug #45456.

However, I would caution against having floating point values outside the
range [0 1] in functions that convert between color spaces since such things
are not defined.

Instead of "rgb2hsv (double(I))" I would recommend using "rgb2hsv (im2double
(I))".

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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