DevolvePointListCode#

Cython code for devolving or smearing out points in a large array.

Note

This process is useful for integrating or visualizing points as densities.

devolve_uniform(points, indices, sink, shape, strides, processes)#

Converts a list of points into an volumetric image array.

devolve_uniform_kernel(points, indices, kernel, sink, shape, strides, processes)#

Converts a list of points into an volumetric image array.

devolve_weights(points, weights, indices, sink, shape, strides, processes)#

Converts a list of points into an volumetric image array.

devovle_weights_kernel(points, weights, indices, kernel, sink, shape, strides, processes)#

Converts a list of points into an volumetric image array.