2016-09-03 Python opencvでHOG特徴量 画像処理 コード プログラムコードのみ。 コード import cv2 converter = cv2.HOGDescriptor() img = cv2.imread('test.png') hog = hog.compute(img)