Changes between Version 1 and Version 2 of version2
- Timestamp:
- Nov 19, 2009, 8:39:53 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
version2
v1 v2 1 1 == Version 2 Release Notes == 2 2 3 In this addition I have tried to respond to your requests from the first pass attempt, from memory this includes:3 In this edition I have tried to respond to your requests from the first pass attempt, from memory this includes: 4 4 5 5 1) Highlighting of lines and points on mouse over. … … 17 17 1) Build PCA models of shape and image colour, analyse and reconstruct using PCA. 18 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 del eating all by hand.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 delineating all by hand. 20 20 21 In addition I've fixed some problems with the internal workings e.g. the averaging was pre loading all images and templates which could lead to running out of memory (currently set a 1Gb, let me know if you need more).21 In addition I've fixed some problems with the internal workings e.g. the averaging was pre-loading all images and templates which could lead to running out of memory (currently set a 1Gb, let me know if you need more).