Ignore:
Timestamp:
08/30/16 17:39:10 (8 years ago)
Author:
Maciej Komosinski
Message:
  • Added 'fixedZaxis' option to paramtab (so that it is accessible from scripts)
  • Variable renames, improvements in comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/similarity/simil_model.h

    r601 r605  
    8282    double m_adFactors[4];
    8383
    84     //Controls the depth of fuzzy neighbourhood
     84        //for Zfixed = 1, the "z" (vertical) coordinates are not taken into account during PCA alignment
     85        int fixedZaxis;
     86       
     87        //Controls the depth of fuzzy neighbourhood
    8588    int fuzzyDepth;
    8689    int isFuzzy;
    87     //for Zfixed = 1 z coordinates are not taken into account during PCA alignment
    88     int zFixed;
    8990
    9091    /// Interface to local parameters
Note: See TracChangeset for help on using the changeset viewer.