Changes between Version 4 and Version 5 of examples
- Timestamp:
- Dec 3, 2010, 2:44:44 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
examples
v4 v5 65 65 This plugin simply loads each image and template from a list and waits for you to click next on the pop up dialog. While the dialog is waiting you can edit the template, when you click next it'll be saved. 66 66 67 === Categorise Template === 67 === Fix Mouth === 68 69 People often delineate a batch of images and find they have some in which the inner lip points are round the wrong way, which causes glitches in the warps. This plugin checks the points in the mouth (of the standard template) to see if the top lip point is below the bottom lip point, if it is they are swapped. 70 71 === Categorise Image === 68 72 69 73 This plugin is an example that allows you to save a record of which way each in a set of faces is facing (left, right or front). I suppose you could adapt something like this as an experimental setup, although there are better ways to do that.