Ignore:
Timestamp:
04/22/22 18:14:32 (2 years ago)
Author:
Maciej Komosinski
Message:

Fixed the descriptor distribution similarity measure: we don't want the Geometry's dummy "anchor" Part to be considered in similarity estimation

File:
1 edited

Legend:

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

    r1065 r1173  
    11// This file is a part of Framsticks SDK.  http://www.framsticks.com/
    2 // Copyright (C) 1999-2021  Maciej Komosinski and Szymon Ulatowski.
     2// Copyright (C) 1999-2022  Maciej Komosinski and Szymon Ulatowski.
    33// See LICENSE.txt for details.
    44
     
    7070        Model resultModel;
    7171        resultModel.open();
    72         GeometryUtils::addAnchorToModel(resultModel);
    7372
    7473        MeshBuilder::ModelSurface iterator(density);
Note: See TracChangeset for help on using the changeset viewer.