Fryderyk Kögl
Fryderyk Kögl
> I've begun investigating implementing one euro temporal filtering but it introduces lag issues. @willanie have you been able to implement this filtering? I'm also trying to fix the jitter...
> Considering that the absolute coordinates of hand are not obtained, how can 3d hand tracking be applied to augmented reality scenes such as AR glasses? To get the 3D...
Thanks, that worked!
I was trying to get autocomplete, but you're right, it doesn't work for all classes - however, it's still quite helpful
When I installed everything on a Rosetta terminal ([explanation of how to set up a rosetta terminal](https://www.courier.com/blog/tips-and-tricks-to-setup-your-apple-m1-for-development/)) it worked
> Hi, > > reg_f3d returns the warped floating (moving) image as well as the control point grid that encodes the transformation. The default name for the grid is `outputCPP.nii`....
``` import SimpleITK as sitk def jacobian_determinant_from_displacement(displacement: np.ndarray) -> np.ndarray: displacement = displacement.squeeze() assert displacement.ndim == 4, "Displacement field should have shape (h, w, d, 3)" # transpose if necessary...
Turns out all the necessary tools are available in your code, they are just a bit hidden. I assumed you wrote you 3D Slicer extension in Python, so I looked...