View Full Version : How to use Target.h
Lawlhwut
26-01-2011, 22:34
We are trying to implement the target header file but it is not working.
#include "2010ImageDemo\Target.h"
and
#include "Target.h"
were both tried, but had no success.
How to?
jwakeman
26-01-2011, 23:54
I think you want #include "Vision/Target.h"
The Lucas
27-01-2011, 00:53
Are you trying to include the Target.h from the 2010ImageDemo project into a new project? Copy the Target.h file from the 2010ImageDemo folder into your new project folder. Now you can use #include "Target.h".
You will probably need to modify Target.h significantly to describe the new vision target this year. I recomend reading the Vision Target Tutorial (http://decibel.ni.com/content/docs/DOC-14729) for an understanding of this year's vision challenge.
jwakeman
27-01-2011, 01:17
yeah i got that one wrong, sorry about that
Lawlhwut
27-01-2011, 01:40
Fixed it. I copied and pasted the target.h from the folder into the original header folder. So what changes do i have to make for it?
vBulletin® v3.6.4, Copyright ©2000-2017, Jelsoft Enterprises Ltd.