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?
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?
I think you want #include “Vision/Target.h”
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 for an understanding of this year’s vision challenge.
yeah i got that one wrong, sorry about that
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?