I'm trying to translate a MATLAB code to Python. I have this line in MATLAB:
B1 = fibermetric(Iblur,65,'ObjectPolarity','bright','StructureSensitivity',1);
Iblur is a 2D image.
what is the best way to do so? I couldn't find a function equivalent to "fibermatric" in python.
thank you in advance