mkazhdan / ShapeSPH

Shape Spherical Harmonics (Descriptors, Alignment, and Symmetry)
MIT License
74 stars 25 forks source link

visualization of the Symmetry Descriptors #6

Open cillianli opened 1 year ago

cillianli commented 1 year ago

After getting the values of the descriptor,how can I get the visualization of the Symmetry Descriptors as Figure 1 shown in the paper? Is there an implementation of this function in this repo?

image

mkazhdan commented 1 year ago

Unfortunately, the visualization is not part of the repo. If you have a windows machine, I could share a visualization executable.

mkazhdan commented 1 year ago

You should be able to download SphericalGridViewer.exe from the following website: https://www.cs.jhu.edu/~misha/Spring23/Assignments/3/resources.html (You will need to have glut32.dll in the same folder as the executable.)

Russell-fan commented 1 year ago

You should be able to download SphericalGridViewer.exe from the following website: https://www.cs.jhu.edu/~misha/Spring23/Assignments/3/resources.html (You will need to have glut32.dll in the same folder as the executable.)

Appreciate for your excellent work firstly. I'm interested in the specific implementation of the visualization. Can you provide the source code if possible?

mkazhdan commented 1 year ago

Unfortunately, I cannot. The code is a mess. (It was written years ago when I didn't know better than to minimize dependencies.)

Russell-fan commented 1 year ago

Unfortunately, I cannot. The code is a mess. (It was written years ago when I didn't know better than to minimize dependencies.)

Sorry to hear that, but still, thank you very much.