Closed GenevieveBuckley closed 4 years ago
Hi, Do i just add this table to the doc ?
Hi, Do i just add this table to the doc ?
I'd say so!
We have all our documentation pages in the docs/
folder of this repository, and use ReST (restructured text) formatting.
Hi, I think this is great but maybe it would be worth making clear whether the table shows in the ndimage table x mark means it works with dask_image or if ndimage has the function? Sorry to be a pain. I think its a great table but a little add would help in explanation for naive users like myself
hi @GenevieveBuckley I have issue a PR, please review it
Hi, I think this is great but maybe it would be worth making clear whether the table shows in the ndimage table x mark means it works with dask_image or if ndimage has the function? Sorry to be a pain. I think its a great table but a little add would help in explanation for naive users like myself
@Sh4zKh4n scipy.ndimage
has all of the functions listed (you'll see a cross marker in every row of the scipy column). However dask-image
only supports a subset of these, so you see only some of the functions are marked with a cross in the dask-image column.
Closed via https://github.com/dask/dask-image/pull/155
It would be good to add a page to our docs including this table comparing coverage of dask-image vs scipy ndimage functions.
affine_transform
binary_closing
binary_dilation
binary_erosion
binary_fill_holes
binary_hit_or_miss
binary_opening
binary_propagation
black_tophat
center_of_mass
convolve
convolve1d
correlate
correlate1d
distance_transform_bf
distance_transform_cdt
distance_transform_edt
extrema
find_objects
fourier_ellipsoid
fourier_gaussian
fourier_shift
fourier_uniform
gaussian_filter
gaussian_filter1d
gaussian_gradient_magnitude
gaussian_laplace
generate_binary_structure
generic_filter
generic_filter1d
generic_gradient_magnitude
generic_laplace
geometric_transform
grey_closing
grey_dilation
grey_erosion
grey_opening
histogram
imread
iterate_structure
label
labeled_comprehension
laplace
map_coordinates
maximum
maximum_filter
maximum_filter1d
maximum_position
mean
median
median_filter
minimum
minimum_filter
minimum_filter1d
minimum_position
morphological_gradient
morphological_laplace
percentile_filter
prewitt
rank_filter
rotate
shift
sobel
spline_filter
spline_filter1d
standard_deviation
sum
uniform_filter
uniform_filter1d
variance
watershed_ift
white_tophat
zoom