xyxxmb / Feature-Extract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Two feature extract methods:
sift_descriptor, sift_match and hog

Environment:
Anaconda -- python3.6

Running in Anaconda Prompt:
python sift_descriptor.py
python sift_match.py
python hog.py

Remark:
Hog need to download the python module: cv2
download link: https://www.lfd.uci.edu/~gohlke/pythonlibs/ --> opencv_python-3.3.1-cp36-cp36m-win_amd64.whl
In Anaconda Prompt, using command to install the .whl module in current directory: pip install opencv_python-3.2.0-cp35-cp35m-win_amd64.whl

References:
sift: http://blog.csdn.net/zhuxiaoyang2000/article/details/53930610
hog: http://blog.csdn.net/ppp8300885/article/details/71078555

About


Languages

Language:Python 100.0%