Skip to content

Feature Mapping #201

@aindijrncom

Description

@aindijrncom

Hello, there seem to be some issues in the implementation of the feature mapping function.

Octree o_curves;
o_curves.build_from_mesh_polys(m_target);

samples.push_back(o_curves.closest_point(p));

From the relevant description in include/cinolib/feature_mapping.h it can be seen that the implementation of this algorithm is based on "Feature Preserving Octree-Based Hexahedral Meshing" by Xifeng Gao, Hanxiao Shen, and Daniele Panozzo, published in Computer Graphics Forum (SGP) in 2019. However, in this paper, the definition of sampling points is on the source rather than on the target, as shown in the following figure.

Image

But I'm not sure if the sampling points you used on the target mesh here were your deliberate choice or a mistake?
Thank you for your reply. Best regards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions