Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Visualization of results of Ridges_3 example.

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Visualization of results of Ridges_3 example.


Chronological Thread 
  • From: Sukhraj Singh <>
  • To:
  • Subject: Re: [cgal-discuss] Visualization of results of Ridges_3 example.
  • Date: Sat, 12 Mar 2016 01:35:45 +0530
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:ozF39hWy4Mwi/5QXjO/7TzXef37V8LGtZVwlr6E/grcLSJyIuqrYZhGOt8tkgFKBZ4jH8fUM07OQ6PC/HzxRqs/b7zgrS99laVwssY0uhQsuAcqIWwXQDcXBSGgEJvlET0Jv5HqhMEJYS47UblzWpWCuv3ZJQk2sfTR8Kum9IIPOlcP/j7n0oM2MJVUZz2PnPvtbF1afk0b4joEum4xsK6I8mFPig0BjXKBo/15uPk+ZhB3m5829r9ZJ+iVUvO89pYYbCf2pN5kiSfRkKBhucz9tpZ6jiR6WRgSG4j4QU34djwFTKwnD9hDzGJnr4QXgse8o4zSZPdf/T/gPWDKt7+8/Ux7uhydBLCM68HveiOR/iatapFSqoBkpkN2cW52cKPcrJvCVRtgdX2cUAZ5c

Replying to my own query (after long time)
I could visualize the results of Ridges_3 by using the following shell commands.

Converting the Output of Ridges_3 to xyz
awk '{$2=$2};1' src.txt > inter.txt;
sed 's/^ *//;s/ /\n/g' inter.txt |paste -d" " - - - >out.xyz

Then render open the out.xyz file in Meshlab

I am not sure if this is the best way, but it worked for me.


On Thu, Feb 11, 2016 at 2:28 PM, Sukhraj Singh <> wrote:
Hello all,

I would like to see the results of Ridges_3 example.
Referring the Readme text file of the same, I used following option to run the program.
./Compute_Ridges_Umbilics -f data/poly2x^2+y^2-0.062500.off -d4 -m4 -a4 -t3 -v0 
I get two output .txt file.
I tried opening one of those which contains the information in raw format, using Polyhedron demo program.
Polyhedron demo asks to choose the plugin to be used to display, I chose <something>.xyz plugin.
It rendered something vague.

Can somebody tell me how can I visualize the results of Ridges_3 ?


Thanks
Sukh
 
P.S. I am a newbie and this is my first message in this mailing list :) .




--
Sukhraj Singh
 


  • Re: [cgal-discuss] Visualization of results of Ridges_3 example., Sukhraj Singh, 03/11/2016

Archive powered by MHonArc 2.6.18.

Top of Page