How to Solve NameError: name 'filters' is not defined -- skimage

Solution: Import the 'filters' module

To Solve the error, add the following line to the top of your code.

from skimage import filters

 

For more information:
Python skimage filters