Create 3 functions in Python with documentation
Budget: $30 – $250 USD
We have a server that doesn’t have any Python library installed except numpy, and we need to do tasks similar to built-in functions without using libraries. Python 3.7
1) Create a simple function similar to distance_transform_edt which is part of the library scipy.ndimage; you can checkout the source code which is https://github.com/scipy/scipy/blob/v1.7.1/scipy/ndimage/morphology.py#L2134-L2310
2) Create a simple numpy function from scratch similar to measre.marching_cubes https://scikit-image.org/docs/0.18.x/api/skimage.measure.html#skimage.measure.marching_cubes
3) Create a function class to perform Image Affine Transform which takes in 3D image and computes a warped 3D image.
The task will be further discussed to the shortlisted candidates to clear up things.
1) Create a simple function similar to distance_transform_edt which is part of the library scipy.ndimage; you can checkout the source code which is https://github.com/scipy/scipy/blob/v1.7.1/scipy/ndimage/morphology.py#L2134-L2310
2) Create a simple numpy function from scratch similar to measre.marching_cubes https://scikit-image.org/docs/0.18.x/api/skimage.measure.html#skimage.measure.marching_cubes
3) Create a function class to perform Image Affine Transform which takes in 3D image and computes a warped 3D image.
The task will be further discussed to the shortlisted candidates to clear up things.