warp.volume_lookup_f#
- warp.volume_lookup_f( ) float#
Kernel
Python
Return the
warp.float32value of the voxel at integer index-space coordinatesi,j,k, without interpolation.idmust identify afloat32volume. This function is not differentiable. In kernels,volume_lookup_f()is equivalent tovolume_lookup()withdtype=float.See
volume_lookup()for shared behavior and a usage example.- Returns:
The resolved
warp.float32voxel value.