Subject: CGAL users discussion list
List archive
- From: "Sebastien Loriot (GeometryFactory)" <>
- To:
- Subject: Re: [cgal-discuss] Multi-labeled images to multiple manifold surface meshes
- Date: Tue, 8 Sep 2020 09:29:28 +0200
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:v1bArRQTyrLvT/k6qML06vgsMtpsv+yvbD5Q0YIujvd0So/mwa6zbRGN2/xhgRfzUJnB7Loc0qyK6v6mADZcqsbY+Fk5M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aFRrwLxd6KfroEYDOkcu3y/qy+5rOaAlUmTaxe7x/IAi3oAnLq8Uan4RvJqkyxxfUv3BFZ/lYyWR0KFyJgh3y/N2w/Jlt8yRRv/Iu6ctNWrjkcqo7ULJVEi0oP3g668P3uxbDSxCP5mYHXWUNjhVIGQnF4wrkUZr3ryD3q/By2CiePc3xULA0RTGv5LplRRP0lCsKMSMy/WfKgcJyka1bugqsqQFhzY7aYI+bN/Rwca3SctwYWWVPUd1cVzBDD46mc4cDE+QMMOReooLgp1UOtxy+BQy0Ce/h1zFHmGT50rch0+Q9EAHJwgogFM8IvnTTttX1NaASUfyox6XMzDvMcfRW2TLj54jUaBAgofGCUqhsfsrNzkkvDQPEglCepYf4OD6VzeANs2+B7+phUuKvl3QrqwR1ojW0yccsj5PGhoMRylze6Sp5x4M1KMS+RUVmbtGqDIFeuDuGN4tqXMwiWWdotT4kxrAFtpO3YDYHxZQkyhDQZfGJfIaF7g/+WeqPIDp0mnxodayhixqv/0atxePyW9S73VpWoCdIksXBuH4R2xHO7MWMV/Vz/kCk2TmV1gDT7PlJIUYumqXAMJEhxqA/moAPvkTEGy/7nlj9gqyOdkg85OSk9+Dqbq/lq5KcLYN4lx/yP6c0lsGwHOg0KhYCUHKH9eih0bDs41H1T69Pg/EojqXVrZXXKMoBqaKnHwNY15gv5hW8Aji61dkVkmMII0hBdR+CkoTkNVLDL+r9APexgVmhkjVmyvbbNbP7GJrNNGLMkLL5cLZ99UFczA0zwMha551OC7EBJOv/W0H0tNDFFxM5PQO5z/v9BNVy0YMeXm2PAquHP6/IrVCI4ecvL/GNZI8Tpjn9N+Ao6+DygXI9g1MQfqmk0YEKZHymHflqOUqUbWf0jtcEC2gKvw4+TOLwiF2FVD5ef22yX6Y75jEhCYKmCpvDSpqogLyFxyq7EZhWaXpHClCIC3vna4KEW/IUZCKIPsBhiiAEVaSmS4I5yR6uuxX1y75+IuXJ+y0Yro7s1MVu5+3Ijhwy7jx1D8GF026XVW10n2UIRyU33K9lu0B9xE2DguBEhKlTGtVXov9ISQwnLoX0zupgCtm0VBiSUM2OTQPsedisCCotT983i/sJeUd6B53ioR3E2ie2Ga47nreXA4Yls+iUi2P1INx8zGqA0a0JgFwvQ88JPmqj0P0svzPPDpLExh3K352hcr4RiXaUqDWziFGWtUQdazZeFL3fVClGNETTpNX9oEjFSu32UOl1Ak560ceHb5ByRJjpgFFBHqqxPd3fZyeunj71C0rRgLyLa4XudiMW2yCPUBFVwTBWxm6PME0FPgnkpmvfCDJ0Ele2OhHj9OB/rDWwSUpmlgw=
If it takes hours, it probably means that the input is not manifold
and the mesher cannot make something non-manifold manifold.
I think I already saw that while meshing grey images and it was due
to noise or a too large range of the grey level values.
If you provide a program we can compile and run somebody might be able
to have a look at it if you can't find out.
Best,
Sebastien
On 9/7/20 6:56 PM, Sapphri ( via cgal-discuss Mailing List) wrote:
Ah, no I wasn't. Thanks!
The description on the manifold tag indicates that make_mesh_3 can only
terminate if the input surface is manifold - how does this correspond to
voxel image inputs? As mentioned, I've been able to surface mesh each image
label independently with manifold output, but passing the manifold() option
into make_mesh_3 seems to not terminate (it takes ~8 minutes to generate a
volumetric mesh without the manifold() option, but has taken 2 hours so far
with the manifold() option).
--
Sent from: http://cgal-discuss.949826.n4.nabble.com/
- [cgal-discuss] Multi-labeled images to multiple manifold surface meshes, Sapphri, 09/07/2020
- Re: [cgal-discuss] Multi-labeled images to multiple manifold surface meshes, Sebastien Loriot (GeometryFactory), 09/07/2020
- Re: [cgal-discuss] Multi-labeled images to multiple manifold surface meshes, Sapphri, 09/07/2020
- Re: [cgal-discuss] Multi-labeled images to multiple manifold surface meshes, Sebastien Loriot (GeometryFactory), 09/08/2020
- Re: [cgal-discuss] Multi-labeled images to multiple manifold surface meshes, Sapphri, 09/09/2020
- Re: [cgal-discuss] Multi-labeled images to multiple manifold surface meshes, Sebastien Loriot (GeometryFactory), 09/08/2020
- Re: [cgal-discuss] Multi-labeled images to multiple manifold surface meshes, Sapphri, 09/07/2020
- Re: [cgal-discuss] Multi-labeled images to multiple manifold surface meshes, Sebastien Loriot (GeometryFactory), 09/07/2020
Archive powered by MHonArc 2.6.19+.