Ask Your Question

supergate's profile - activity

2016-12-21 20:57:22 -0600 received badge  Famous Question (source)
2015-09-23 03:08:01 -0600 received badge  Notable Question (source)
2014-11-12 07:58:10 -0600 received badge  Popular Question (source)
2013-06-09 12:14:05 -0600 commented answer opencv2/core/ultility.hpp not found

nvm I found my answer on the CSV.

when I tried to build OpenCV on the 2.4.9 it behaved differently on my laptop then it did on my computer. Instead of having opencv/build/x86/vc10/lib, it doesn't give me that directory at all. I tried to rebuild it with cmake and vs c++ but the outcome keeps staying the same.

however the 2.4 facerec sample that you had linked to me works great-ish on 2.4.5. I built my CSV and plugged it into the command line

Facerec_demo.exe at.txt

and it stats working, loads a screen that's blue and white and gray on the rest of the screen, and just sits there forever not doing anything.

2013-06-09 08:30:28 -0600 commented answer opencv2/core/ultility.hpp not found

on the demo, I need to create a CSV, the data in that file, would it be the paths to the image? or?

2013-06-07 06:30:51 -0600 commented answer opencv2/core/ultility.hpp not found

actually I had built from the 2.4.9. I also noticed that when I installed opencv on a different computer, it behaved differently and actually added the utility.hpp to to opencv2/core/utility.hpp.

however instead of it doing /build/x86/vc10/ it doesn't add that at all?

2013-06-06 04:57:49 -0600 asked a question 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?