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

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

[Octave-bug-tracker] [bug #38295] Voronoi outputs wrong results (more ed


From: Rik
Subject: [Octave-bug-tracker] [bug #38295] Voronoi outputs wrong results (more edges than necessary)
Date: Sat, 29 Oct 2016 13:29:04 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #8, bug #38295 (project octave):

Copying the example problem from bug #49463


x=[1,2,3]
y=[2,3,1]
voronoi(x, y)


This sample input also has problems, but requires a different scale factor. 
That sugests that tuning the scale factor isn't the right solution because
there will always be some input for which the scale factor is incorrect.

However, on the good news side, the points determined by voronoin are
identical to Matlab.  It is only the additional algorithm that we are applying
after the calculation of these points in order to try and find the bisecting
lines and rays to infinity that is at issue.

And even here, it is only the rays to infinity which are the problem.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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