bwmorph(image, ‘skel’, inf) and edge(image, ‘log’, 0, 2) in matlab with same result in python

68 Views Asked by At

What are example of two functions in python with this result?

bwmorph(image, ‘skel’, inf)

and

edge(image, ‘log’, 0, 2)

in matlab with same result in python?

My problem is that result in python not equal with matlab

I want that will be equal python result with matlab