Bryn Lloyd
Bryn Lloyd
I would offer to help merge [ITKLabelErodeDilate](https://github.com/InsightSoftwareConsortium/ITKLabelErodeDilate) into ITK proper (if you agree it is a good candidate). Some instructions would be appreciated.
Thanks. I was referring to the link provided in the ceres installation instructions : https://github.com/jlblancoc/suitesparse-metis-for-windows. That one hasn't been updated for a while. Nevertheless, the MKL could be faster, so...
I am getting this error too. My test case is a bent pipe ([pipe.zip](https://github.com/libigl/libigl/files/6630192/pipe.zip)). My system: - VS 2019 - IGL 2.3.0 - CGAL 4.9 - boost 1.74 The crash...
> I am getting this error too. My test case is a bent pipe ([pipe.zip](https://github.com/libigl/libigl/files/6630192/pipe.zip)). > > My system: > > * VS 2019 > * IGL 2.3.0 > *...
btw. I found a copy of your code in Easy3D, without any mention/acknowledgement of libigl: https://github.com/LiangliangNan/Easy3D/blob/main/easy3d/algo_ext/self_intersection.cpp
@ChrLackner Do you mean I should directly link against ngcore, and directly use all the classes from the different parts of netgen, or would you use the nginterfaces.h interface instead?...
totally understand. Yes, that would help. Thanks!
Thanks @gdevenyi . Not sure what yiu are pointing to in the notebook. I guess i could multiply the matrix of each transform (back to front?) and then create an...
Thanks everyone for the help! @zivy perfect!
@zivy so I tested the code you sent and it works nicely. Btw `sitk.ScaleTransform` doesn't have a `GetTranslation` method: To share back, here is my version and a test: ```python...