Python圖像處理庫PIL的ImageFilter模塊介紹

Python圖像處理庫PIL的ImageFilter模塊介紹 ImageFilter模塊提供了濾波器相關定義;這些濾波器主要用於Image類的filter()方法。 一、ImageFilter模塊所支持的濾波器 當前的PIL版本中ImageFilter模塊支持十種濾波器: 1、  BLUR ImageFilter.BLUR爲模糊濾波,處理之後的圖像會整體變得模糊。 例子: >>> from PIL
相關文章
相關標籤/搜索