opencv2/core/ultility.hpp not found
Hello, I have been very interested in studying Facial Recognition and a good friend of mine had me look into openCV. I can get most of the tutorials to work while learning to use openCV but when I need to use
#include <opencv2/core/utility.hpp>
I receive an error saying it cannot be found, I looked into the folder and its not there? and this is coming from a fresh copy of openCV off of github. Where or how can I fix not having the utility.hpp?
which opencv version ? (lots of changes going on on master)
opencv/modules/core/include/opencv2/core/utility.hpp, not there ?