环境:python导入包:importcv2importmatplotlib.pyplotaspltimportnumpyasnpfromPILimportImage(PIL目前的python版本已经改为pillow)要实现提取,首先需要载入图片、进行灰度化、二值化、膨胀、反二值化等操作。