资 源 简 介
The algorithms portion of JTargetTracking is just a library and does not contain any runnable
applications, excluding unit tests. To create the jar, you first need to have the following
other java packages:
Requirements:
- commons-math 1.2
- MTJ
- JUnit 1.4
These are all easily obtained from the internet. To create the jar an ant script is provided.
Before the ant script can be run it needs to be modified to point to jar for the packages just
mentioned. Once that is done the following can be type into the command line:
ant jar
If it sucessfully runs you will find the following file:
build/jar/JTargetAlg.jar
Which can then be used in your own application.