Nicholas Sharp
Nicholas Sharp
Ah, thanks for the pointer! I see that there's a matching `set_current_context()`. I can play around with it and see what seems to work. (although, even if that works it...
Hi! It _should_ be possible to build this tool on Windows, but unfortunately I don't have the time to create visual studio solutions or the like. I'm not aware of...
Copying this from the other issue, but the only easy thing I can suggest from a distance is to try remeshing your input. Scan data sometimes has lots of low-quality...
Hi! Pardon the slow responses here. I really wish I had more time to dig in to this, but things are busy! Unfortunately, I don't have easy answers. It's getting...
Hi! No, no command line options are implemented at this time. Could certainly be done though. Just a matter of writing some argument-parsing code and calling the same methods the...
Sure! The project structure is a bit hard to follow here; it's been extracted from a multi-project repo which is no longer in use :sweat_smile: I'd love to refactor all...
Great! Glad it's been helpful. It doesn't look like there's any built-in function here for normalizing to the unit interval. But as you say that shouldn't be too difficult! Best,...
This sounds great! I can certainly imagine it being useful. Do you have a particular algorithm in mind? I can imagine a few reasonable heuristics, but in general it geodesic...
Yeah, even before getting to algorithms it's worth thinking about how you would define a geodesic convex hull of a target point set. Obviously it's easy if the points are...
Ah yeah, I jumped right in there! Basically, the log map is mapping from the surface to R^2, centered at some particular point. It has the special property that straight...