Changes between Version 2 and Version 3 of superBatchTransform


Ignore:
Timestamp:
Jul 6, 2021, 1:06:28 PM (3 years ago)
Author:
bpt
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • superBatchTransform

    v2 v3  
    11"Super Batch Transform" allows specifying transforms in a single file with a good degree of flexibility.  Each row defines most of the parameters of a transform, including output of several frames per row.   The columns defined in the file should be:
    22
    3 Subject (String filename without extension)
    4 Source (String filename without extension)
    5 Target (String filename without extension)
    6 Start value (floating point number)
    7 End value (floating point number)
    8 Output (String output file name)
    9 Steps (integer number)
    10 Shape (integer - if 1 include shape in the transform, otherwise don't)
    11 Colour (integer - if 1 include colour in the transform, otherwise don't)
    12 Texture (integer - if 1 include texture in the transform, otherwise don't)
    13 Mask (integer - if 1 mask the transform, otherwise don't)
    14 Sample (integer - if 1 include sampling in the transform,  this is about using points along curves not just the anchor points in the template)
    15 Resize (floating point value -  for overall scaling of the output, so 1 is no rescaling)
     3* Subject (String filename without extension)
     4* Source (String filename without extension)
     5* Target (String filename without extension)
     6* Start value (floating point number)
     7* End value (floating point number)
     8* Output (String output file name)
     9* Steps (integer number)
     10* Shape (integer - if 1 include shape in the transform, otherwise don't)
     11* Colour (integer - if 1 include colour in the transform, otherwise don't)
     12* Texture (integer - if 1 include texture in the transform, otherwise don't)
     13* Mask (integer - if 1 mask the transform, otherwise don't)
     14* Sample (integer - if 1 include sampling in the transform,  this is about using points along curves not just the anchor points in the template)
     15* Resize (floating point value -  for overall scaling of the output, so 1 is no rescaling)
    1616
    1717Note that some of the global settings, such as Average -> shape normalisation and Average->warping option are used and will have an impact on the output.  Things can also get very slow with certain options (e.g. Thin plate spline warping with sampling of the points can get very slow!)