sadaszewski

Results 43 comments of sadaszewski

Hi, thank you for a fast response. I think it is one of several alternatives. For reference: https://stackoverflow.com/a/5686873 . I found it quite straightforward with Cython. Also syntax sugar for...

You could do it but you would need to modify the source code. The idea is very simple, to build the rtree with common points once and then copy it...

Then you would have to fork it and make it internal source code ;) The license is quite permissive.

Hi Jean-Romain, Thank you for taking interest in my implementation of concaveman. We should determine what exactly is going on by implementing unit tests for all the routines that are...

On Wed, 18 Mar 2020 at 18:52, Jean-Romain wrote: > I would prioritize the unit tests before looking into performance. > > Of course > > we could work on...

Create a pull request - #78

Qgel's suggestion is good. It should be made available as default or perhaps as a renderer option or material property?

E.g. this should do the trick: header: ``` class pcb; class net { ... friend class pcb; }; class pcb { ... pcb(const pcb&); ... }; ``` code: ``` pcb::pcb(const...

https://www.researchgate.net/publication/325196739_Accurate_nonlinear_mapping_between_MNI_volumetric_and_FreeSurfer_surface_coordinate_systems