Ignore:
Timestamp:
02/08/21 20:49:50 (3 years ago)
Author:
oriona
Message:

Switching off the alignment moved.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/similarity/measure-hungarian.cpp

    r1071 r1072  
    6868                for (int i = 0; i < nBigger; i++)
    6969                        min_assignment.push_back(0);
     70       
     71        if (m_adFactors[3] == 0)
     72            with_alignment = false;
    7073}
    7174
     
    126129        if (save_matching)
    127130                min_assignment.clear();
     131       
     132        with_alignment = true;
    128133}
    129134
     
    225230                m_adFactors[i] = params.at(i);
    226231        fixedZaxis = params.at(i);
    227         if (m_adFactors[3] == 0)
    228             with_alignment = false;
    229232        return 0;
    230233}
Note: See TracChangeset for help on using the changeset viewer.