Software Name: SMTracking (Single Molecular Tracking)
Developer: Xu Xiaochun
Affiliation: MechanoBiology Institute, Singapore (http://mbi.nus.edu.sg/)
Contact: mbixxc@nus.edu.sg
Version: 3.4
Date:2016/01/08
Requires: ImageJ 1.48a, Windows 64bits

Generate the jar file using:
   jar cvfM _SMTracking.jar *

If user wants to use GPU features, software will need two dll libraries.
1).MinimumErrorGPU.dll
2).cudart64_40_17.dll

The software will automatically extract these dll libraries by default.
If not successful, manully copy the dll files into the Fiji's jar folder.
   C:\fiji-win64-20110307\Fiji.app\jars

uncompress the jar file using the winzip, 7zip, or by following command:
   jar -cvf _SMTracking.jar

If undergoing the bugs relative with the DLL, update the libraries firstly.

For more details about how to use this software, please see the documentation.

update history:
2016-01-08(v3.4): add the debug mode
2015-12-28(v3.3): approxmate the inverse of Hessian using Jacobian.

2015-11-04: use the back tracking when line searching
2015-06-15: use GenericDialogPlus to creat the file chooser.