William Silversmith

Results 117 issues of William Silversmith

Hi, I was wondering what the right way to designate a file as draco compressed on cloud storage. Would that be `Content-Encoding: draco` with `Content-Type: model/mesh` or would it be...

question
documentation

Currently, we increase the volume 8x in order to accommodate the voxel graph. For a 512x512x512 uint64 volume, this increases the memory usage. ```bash # Non-Voxel Graph 1 uint64 volume:...

enhancement

In testing, it seems that about 69% of the time my test volume was bound by memory latency. This would seem to indicate that a cache aware version could be...

enhancement

It's kind of presumptuous to occupy the prime PyPI real estate `edt` without supporting N-dimensions.

enhancement

This would be importing a feature to binary processing that multi-label processing already has. For binary images that contain significant volumes of black pixels, we can skip processing the black...

enhancement

Feature Request I was attempting to write some numerical code, and looping until a condition is met is a typical thing to do for that sort of thing. I can...

t: Feature
t: Enhancement

Adds parallel flag. - [x] RFT pass - [x] First pass (this is where most of the benefit is) - [x] Relabel pass The relabel pass was easy, but pretty...

performance

Got it working but it's slower than the regular decision tree. The simplicity of 4 connected might mean the extra code size and jumping around isn't worth it compared to...

Try using BBDT for the 2D boolean situation. This seems to work well for medical images in YACCLAB but on more noisy images, there is no change or a decrease...

performance