Changes between Initial Version and Version 1 of version2


Ignore:
Timestamp:
Nov 18, 2009, 10:27:57 PM (15 years ago)
Author:
bpt
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • version2

    v1 v1  
     1== Version 2 Release Notes ==
     2
     3In this addition I have tried to respond to your requests from the first pass attempt, from memory this includes:
     4
     51) Highlighting of lines and points on mouse over.
     6
     72) More precise indication of transform amount on sliders and preview (now with slider).
     8
     93) Super batch transform
     10
     114) Align eyes and batch align eyes
     12
     135) Option not to drag image about (achieved by displaying rectangle).
     14
     15I've also added some features:
     16
     171) Build PCA models of shape and image colour, analyse and reconstruct using PCA.
     18
     192) 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
     21In 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).