Closed ogencoglu closed 1 year ago
Thanks :) Yea, Scipy
backend for morphology ops correspond to scikit-image
.
Actually in the imops
we do not distinguish between scipy
and scikit-image
as latter almost always uses scipy
functions internally. Particularly this is true for morphology ops
Awesome, thanks for the swift reply!
Awesome work!
You have benchmarks of scipy and Cython backends for binary morphology ops. Does scipy here correspond to scikit-image? If not, do you know how scikit-image performs in those operations?