| 1 | == Version 2 Release Notes == |
| 2 | |
| 3 | In this addition I have tried to respond to your requests from the first pass attempt, from memory this includes: |
| 4 | |
| 5 | 1) Highlighting of lines and points on mouse over. |
| 6 | |
| 7 | 2) More precise indication of transform amount on sliders and preview (now with slider). |
| 8 | |
| 9 | 3) Super batch transform |
| 10 | |
| 11 | 4) Align eyes and batch align eyes |
| 12 | |
| 13 | 5) Option not to drag image about (achieved by displaying rectangle). |
| 14 | |
| 15 | I've also added some features: |
| 16 | |
| 17 | 1) Build PCA models of shape and image colour, analyse and reconstruct using PCA. |
| 18 | |
| 19 | 2) Tracker - allows you to build a (subject specific) AAM (by delineating a few frames in a sequence) and use it to track the rest of the sequence. It's not a very fast implementation (mostly because of the software warping it is currently using), but is better than deleating all by hand. |
| 20 | |
| 21 | In addition I've fixed some problems with the internal workings e.g. the averaging was preloading all images and templates which could lead to running out of memory (currently set a 1Gb, let me know if you need more). |