This is Matlab implementation of Tayyab Naseer's paper on Robust Visual Robot Localization Across Seasons using Network Flows.
Requires Matlab R2015b or above for digraph.
- Computer Vision System Toolbox for extractHOGFeatures.
Run the script hog_mat.m
in the src
folder.
I have code in hog_mat.m
file that avoids repeated calculation of hog features if you make minor changes in the script. Manually use clear hog_D
, clear hog_Q
and clear sMat
when you change the dataset so that hog features of the database, query and similarity matrix IS computer again.
This implimentation is without the hidden nodes.