Changeset 605 for cpp/frams/model/similarity/simil_model.h
- Timestamp:
- 08/30/16 17:39:10 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/similarity/simil_model.h
r601 r605 82 82 double m_adFactors[4]; 83 83 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 85 88 int fuzzyDepth; 86 89 int isFuzzy; 87 //for Zfixed = 1 z coordinates are not taken into account during PCA alignment88 int zFixed;89 90 90 91 /// Interface to local parameters
Note: See TracChangeset
for help on using the changeset viewer.