Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Normal orientation - memory overflow problem

Subject: CGAL users discussion list

List archive

[cgal-discuss] Normal orientation - memory overflow problem


Chronological Thread 
  • From: lampelys <>
  • To:
  • Subject: [cgal-discuss] Normal orientation - memory overflow problem
  • Date: Fri, 16 Apr 2010 05:17:57 -0800 (PST)


Hi

I have a point cloud containing 408 797 points with unoriented normal
vectors in a file. This file is about 20 MB large.

I am basically using the same code as:
examples/Point_set_processing_3/normals_example.cpp, without normal
estimation.

When running, I get a error that indicates memory overflow. This happens at
the line 385 in mst_orient_normals.h: return riemannian_graph;

While I am debugging the create_riemannian_graph-method my memory usage for
my program is around 200 MB. When I hit 385 line however, this memory usage
dramatically starts to rise. It goes up to well over 1 GB before the error
is cast.

I've tried to split up my point cloud and to decrease the k nearest
neighbors to 5 with success, but the results was not acceptable.
--
View this message in context:
http://n4.nabble.com/Normal-orientation-memory-overflow-problem-tp1998741p1998741.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page