- Timestamp:
- 02/09/21 11:37:27 (4 years ago)
- Location:
- cpp/frams/model/similarity
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/similarity/measure-greedy.cpp
r1072 r1073 147 147 m_iDN += abs(temp); 148 148 // pobierz polozenie dopasowanego Part 149 if (m_adFactors[3] > 0) 149 if (m_adFactors[3] > 0) //no need to compute distance when m_dDG weight is 0 150 150 { 151 151 Pt3D MatchedPartPos(coordinates[m_iSmaller][iOrgMatchedPart]); … … 880 880 SAFEDELETE(m_pMatching); 881 881 882 with_alignment = true; 882 with_alignment = true; //restore default value 883 883 } 884 884 -
cpp/frams/model/similarity/measure-hungarian.cpp
r1072 r1073 130 130 min_assignment.clear(); 131 131 132 with_alignment = true; 132 with_alignment = true; //restore default value 133 133 } 134 134
Note: See TracChangeset
for help on using the changeset viewer.