Ask Your Question

Gina's profile - activity

2017-12-24 11:33:21 -0600 commented question Out of range error in delaunay-triangulation

Here link text

2017-12-24 11:23:17 -0600 commented question Out of range error in delaunay-triangulation

I think the problem is not about the point file, but initializing subdiv.

2017-12-24 10:38:57 -0600 commented question Out of range error in delaunay-triangulation

I discover the bottonRight in subdiv is {x=0.000000000 y=5.605e-45#DEN } subdiv is initialized using subdiv(rect), and I

2017-12-24 09:28:54 -0600 commented question Out of range error in delaunay-triangulation

I checked before and I'm sure the image is successfully loaded in. The error occurs in line 111 which is subdiv.insert(*

2017-12-24 09:28:31 -0600 commented question Out of range error in delaunay-triangulation

I checked before and I'm sure the image is successfully loaded in. The error occurs in line 111 which is subdiv.insert(i

2017-12-24 09:28:12 -0600 commented question Out of range error in delaunay-triangulation

I checked before and I'm sure the image is successfully loaded in. The error occurs in line 111 which is subdiv.insert(i

2017-12-24 08:55:45 -0600 commented question Out of range error in delaunay-triangulation

No.. I use the exact image and point list file

2017-12-24 08:00:13 -0600 asked a question Out of range error in delaunay-triangulation

Out of range error in delaunay-triangulation I'm trying to run the program which is compiled from the code here. http:/