gabor濾波器python代碼實現

# coding:utf-8 import cv2 import numpy as np import pylab as pl from PIL import Image #構建Gabor濾波器 def build_filters(): filters = [] ksize = [7,9,11,13,15,17] #gabor尺度 6個 lamda = np.pi/2.0
相關文章
相關標籤/搜索