Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Coordinate system and make surface mesh

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Coordinate system and make surface mesh


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To: "" <>
  • Subject: Re: [cgal-discuss] Coordinate system and make surface mesh
  • Date: Mon, 11 Jan 2021 10:00:01 +0100
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
  • Ironport-phdr: 9a23:dxpinBa6psVMpKM1xIoW40b/LSx+4OfEezUN459isYplN5qZpsy6bR7h7PlgxGXEQZ/co6odzbaP7Oa6BDRLsMnJmUtBWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYdFRrlKAV6OPn+FJLMgMSrzeCy/IDYbxlViDanbr5+MRe7oR/PusQWnYduJaI8xxnUqXZUZupawn9lK0iOlBjm/Mew+5Bj8yVUu/0/8sNLTLv3caclQ7FGFToqK2866tHluhnFVguP+2ATUn4KnRpSAgjK9w/1U5HsuSbnrOV92S2aPcrrTbAoXDmp8qlmRAP0hCoBKjU09nzchM5tg6JBuB+vpwJxzZPabo+WM/pxfK3dctwVS2VdRctRSzFPD5mgY4cTE+YNI+BVpJT9qVsUqhu+ABGhCO3pxDBSm3/2x7M10+I9EQrbwAIgHtQOv2rOo9XoKaweVf64wqjUwDvFdP9Y2Cny6I/Nch8/vfGMR7Jxf8rLxkYzCwPFiU+QqIzgMz+by+8AtGyb4PB9VeK1lWEnrR1xriK1xsctjInGmJgayk3f+Cplz4Y6P9m4RFR8Yd6+H5tdrieXPJZ5Tc0+WW9nojo6yqEYtp6heigH0JQpyhrDZ/GFcIWF4xPuWfqNLTp2mn5pZLyyihmv/US+zuDxSse53UpUoyZbkdTBtHQA2hzd5MaHV/Zx4kOs1SiJ2gvO5O9EJkU0mrDaK54n2rMwmYQcsUPGHiDohEX2lq+Xdks+9ee09+TnZa/mp5+GO4BojQH+N7wildCwAesiNggCRW+b+f6z1LDl4Eb3Q61Kg+UrnqXHtJ3WP9kXq6q9DgNP1osu6gyzAji63NgAmXQLMEhJdA+ag4XoIV3CPvD1Aeqlj1ixjjtmxfbLNaD7DJrXNHjMirLhcK5960FCzAozyshS55RKBbEPOv78REnxtMfCAh83KQy42+fnCNNj2YMCQW+DH7GVPafIvVOV4u8iJ/OAaYsUtTrnJPUp++bijXojll8ceamp04EXaHe9Hvl+J0WWe2fsgs0fHmcMogoyVvbqiFyEUTFNfXmyQrkx6S00CI28CYfPXIetgKaO3CujBJ1ZenhGCkyQEXfvb4iLR/gMZziWIsN4jzMEVKOhRJM81RG1rw/30KFnL+rR+i0Ar53vztl15+vJlREz7zN4Fcqd03veB11zyykDSDYymax+ukdg0Uyr0K5igvUeG8YZr6dCXQ4+cJLd1OdnEMvaWwTbf97PRkzwEfu8BjRkBPY43sUDZVo1IdSkgxnel2qBLJYx0JOGA5k57rjN8XH6O8Fn2jeMnP0lhkQ8T81Tc3engKN26iDYCIfN1UKDmPD5JuwnwCfR+TLbniK1t0ZCXVsoCPiXbTUkfkLT6O/ByAbCQrupUO51NAZPj8OEMe1EcI+x1AQUdLLYIN3bJlmJtSK1DBeMyKmLadOyKW4S1SGbD1ILwVtKoSS2cDMmDyLkmFrwSSR0HAu3MUjj+O04r2m0HBc5
  • Organization: GeometryFactory

On Wednesday, January 6, 2021 7:28:10 PM CET Tony Apicella wrote:
> Questions about the geometry CGAL is using when making surface meshes.
>
> I wanted the values of the mesh vertices to be based on the location of the
> gray scale voxels.
>
> I have translated the gray scale image in space using the TX, TY, and TZ
> fields in the INR image format.
>
> But the vertices of the mesh always have about the same locations as when
> the translations are zero.

That is strange. I see that the code of CGAL seems to deal with TX/TY/TZ
correctly.

Can you please send a self-contained piece of CGAL that shows the issue,
along
with an example of an INR image? I would like to reproduce the issue.

Which version of CGAL do you use?

> Does CGAL expect that the center of the bounding sphere is the relative
> distance from the first row, column, and slice?

If everything works correctly, the TX/TY/TZ and the VX/VY/VZ describe how the
voxels of the images are embedded in the 3D Euclidean space. The coordinates
of the center and radius of the sphere are interpreted in the 3D Euclidean
space as it should.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/






Archive powered by MHonArc 2.6.19+.

Top of Page