|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to use Target.h
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? |
|
#2
|
|||
|
|||
|
Re: How to use Target.h
I think you want #include "Vision/Target.h"
|
|
#3
|
|||||
|
|||||
|
Re: How to use 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. |
|
#4
|
|||
|
|||
|
Re: How to use Target.h
yeah i got that one wrong, sorry about that
|
|
#5
|
|||
|
|||
|
Re: How to use Target.h
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?
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|