Hog Feature Save

HOG feature extractor with simple python implementation

Project README

Hog-feature

HOG feature extractor with simple python implementation

Running

# hog.py
img = cv2.imread('data/picture1.png', cv2.IMREAD_GRAYSCALE)
hog = Hog_descriptor(img, cell_size=8, bin_size=8)
vector, image = hog.extract()
plt.imshow(image, cmap=plt.cm.gray)
plt.show()

Result

Open Source Agenda is not affiliated with "Hog Feature" Project. README Source: PENGZhaoqing/Hog-feature
Stars
89
Open Issues
5
Last Commit
7 years ago

Open Source Agenda Badge

Open Source Agenda Rating