Christian Dietz

Results 24 issues of Christian Dietz

Implement 3D Shape Descriptors and variants: http://web.ist.utl.pt/alfredo.ferreira/publications/DecorAR-Surveyon3DShapedescriptors.pdf

unscheduled

Implement Fourier Shape Descriptors and variants. see for example: https://scholar.google.de/scholar?hl=de&q=Review+of+shape+representation+and+description+techniques%2C+Zhang%2C+2004&btnG=&lr=

unscheduled

Implement 3D Zernike Moments: see e.g. http://www.hindawi.com/journals/mpe/2012/353406/. Further research required.

unscheduled

see: http://lmb.informatik.uni-freiburg.de/papers/download/fe_bu_icpr08.pdf

unscheduled

Currently, `slice` needs some `RAI` and `RAI` and an `UnaryComputer` in addition to the fixed axis. We can add a version which takes a `Function` and return an `RAI` which...

@hinerm @ctrueden Following example fails with error message: "Context already injected ..." (sorry for using SCIFIO to demonstrate a SciJava Bug): ``` public static void main(String[] args) { final SCIFIO...

bug

When loading TIFF files using the standard SCIFIO `Context` (which does not include ImageJ services), SCIFIO needs the list of `Codec` objects, which triggers a call to `ObjectIndex.get(Codec.class)`, which attempts...

unscheduled

Hi @psteinb & @StephanPreibisch, I'm using these CUDA implementations now for a while (thank you!), but I figured that there seems to be something really strange going on concerning the...

bug

Writing a tiff with e.g. 1024,1024 and Z=51, Channel = 3 in this dimension order is super slow. One reason might be, that it seems that nearly every pixel write...

enhancement

please reproduce and check what's going on.

bug