wenkael / kinect-ultra

Automatically exported from code.google.com/p/kinect-ultra
Other
0 stars 0 forks source link

Opencv include file path issue #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

The opencv related include path lacks "opencv" and the provided project won't 
compile. 

Possible solution:

1. Add the necessary relative path "opencv" in common.h and util.cpp. 

2. Change the project setting (add opencv in include path)

IMHO, solution 1 is better. Patch file attached. 

Thank you for your time.

Regards,

Jiang

Original issue reported on code.google.com by Jiang.Sh...@gmail.com on 12 Jan 2011 at 7:36

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks! I was just stupid that I missed it because I had OpenCV's include path 
(.../include/opencv) in VC++'s common setting. I will go for your fix.

Best,
Tomoto

Original comment by tom...@gmail.com on 12 Jan 2011 at 9:57

GoogleCodeExporter commented 8 years ago

Original comment by tom...@gmail.com on 12 Jan 2011 at 10:00

GoogleCodeExporter commented 8 years ago
I think this fix can be regarded as verified.

Original comment by tom...@gmail.com on 18 Jan 2011 at 8:50