Michael Krayer mwtkrayer
  • Joined on 2020-01-27
mwtkrayer pushed to master at mwtkrayer/suspendtools 2021-08-19 14:31:56 +00:00
3d6ecf2bda fixed label() for BinaryField
mwtkrayer pushed to master at mwtkrayer/suspendtools 2021-08-19 13:43:16 +00:00
96c727b824 more efficient particle masking
mwtkrayer pushed to master at mwtkrayer/suspendtools 2021-08-19 07:29:49 +00:00
928cc9c9d2 it works now
e95b7dc74a its getting better
16e67ad666 just a backup, will be changed now
Compare 3 commits »
mwtkrayer pushed to master at mwtkrayer/suspendtools 2021-08-16 19:46:44 +00:00
2acef17323 faster binary hole filling
c5908e00f5 update: inside/outside detection does not work properly
Compare 2 commits »
mwtkrayer pushed to master at mwtkrayer/suspendtools 2021-08-13 20:05:39 +00:00
d95453ad45 WIP: completely messed up. trying to fix surface normal directions
mwtkrayer pushed to master at mwtkrayer/suspendtools 2021-08-13 00:04:18 +00:00
6e3564c3c1 implemented feature search. it should work now and perform well.
mwtkrayer pushed to master at mwtkrayer/suspendtools 2021-08-12 23:25:53 +00:00
cee9a661c8 jit minmax is now slower than conventional: remove numba dependency
mwtkrayer pushed to master at mwtkrayer/suspendtools 2021-08-12 23:16:30 +00:00
0723c0b769 storing triangulation data as long list of vertices now. Seems to have improved performance due to better memory access pattern.
mwtkrayer pushed to master at mwtkrayer/suspendtools 2021-08-12 19:58:31 +00:00
5a88eebf4a numba routines
mwtkrayer pushed to master at mwtkrayer/suspendtools 2021-08-12 19:53:23 +00:00
1a8afb97d0 first implementation of find_features(). At the moment it only returns whether or not a point is inside
803a8ffee1 implemented two methods for nearest triangle
41a64ab470 switched to another formulation of the algorithm which computes surface normal of triangle: this is necessary for inside/outside check
0792d87394 changed computation of triangle normal: should give the same result as before. Implemented Möller-Trumbore ray-triangle intersection calculation
Compare 4 commits »
mwtkrayer pushed to master at mwtkrayer/suspendtools 2021-08-11 09:31:07 +00:00
fdbe6fb70b WIP: find_region
mwtkrayer pushed to master at mwtkrayer/suspendtools 2021-08-10 19:00:21 +00:00
6623c67c86 implemented and improved routines. Can now extract features, fill holes and produce vtk output
mwtkrayer pushed to master at mwtkrayer/suspendtools 2021-08-10 00:18:02 +00:00
fd23122470 Features3d now fully based on triangulation: needs to be tested and some routines implemented
mwtkrayer pushed to master at mwtkrayer/suspendtools 2021-08-09 16:03:20 +00:00
0c2db9fa79 some bugfixes. tested against spherical shell
mwtkrayer pushed to master at mwtkrayer/suspendtools 2021-08-09 15:52:42 +00:00
bfab713bb0 cell property computation now only take ~15% of original timing after implementing it myself
mwtkrayer pushed to master at mwtkrayer/suspendtools 2021-08-09 14:37:17 +00:00
84bd63c95b bugfix: type
mwtkrayer pushed to master at mwtkrayer/suspendtools 2021-08-09 14:21:41 +00:00
57410abc99 implemented features3d; need some testing and maybe optimization; still includes debug output
mwtkrayer pushed to master at mwtkrayer/suspendtools 2021-08-07 01:35:33 +00:00
56b413cfed implemented surface area calculation in binary data. Does not work too well.
mwtkrayer pushed to master at mwtkrayer/suspendtools 2021-08-06 23:12:29 +00:00
d7658ea659 added structure elements and weights for voxel sruface area estimation
2b4be2a375 bugfix: threshold() Field3d. Removed ConnectedRegions class, it has been replaced entirely by BindaryFieldNd
Compare 2 commits »
mwtkrayer pushed to master at mwtkrayer/suspendtools 2021-08-06 20:02:40 +00:00
f5714e1987 clipping and thresholding for particles; improvements for field