{
    "@context": [
        "https:\/\/doi.org\/doi:10.5063\/schema\/codemeta-2.0",
        "http:\/\/schema.org"
    ],
    "@type": "SoftwareSourceCode",
    "name": "UV-AT: Mesh Parameterization using an Ambrosio-Tortorelli functional",
    "description": "This repository provides an example application that implements the curvature estimators on oriented point clouds presented at Symposium on Geometry Processing 2023, Genova, Italy, July 3-7:\r\n\r\nJacques-Olivier Lachaud, David Coeurjolly, C{\\'e}line Labart, Pascal Romon, Boris Thibert, Lightweight Curvature Estimation on Point Clouds with Randomized Corrected Curvature Measures, Comput. Graph. Forum, 42(5), 2023.",
    "dateCreated": "2023-01-01",
    "datePublished": "2023-07-25",
    "license": [
        "MIT License"
    ],
    "url": "https:\/\/hal.science\/hal-04159872",
    "identifier": [
        {
            "@type": "hal",
            "propertyID": "https:\/\/hal.science\/hal-04159872",
            "value": "hal-04159872"
        },
        {
            "@type": "swhid",
            "propertyID": "https:\/\/archive.softwareheritage.org\/swh:1:dir:25783b84a3ed8647a17a9b2b0ff64b6076e06515;origin=https:\/\/github.com\/Lieunoir\/UV-AT;visit=swh:1:snp:b2ab46399ea76167b2c2cb4709267a132fbc7ea4;anchor=swh:1:rev:2623a909ac59026b969a5a4982c80430a76c1b7c",
            "value": "swh:1:dir:25783b84a3ed8647a17a9b2b0ff64b6076e06515;origin=https:\/\/github.com\/Lieunoir\/UV-AT;visit=swh:1:snp:b2ab46399ea76167b2c2cb4709267a132fbc7ea4;anchor=swh:1:rev:2623a909ac59026b969a5a4982c80430a76c1b7c"
        }
    ],
    "applicationCategory": [
        "info.info-cg"
    ],
    "keywords": [
        "Geometry processing, mesh parameterization, ambrosio-tortorelli"
    ],
    "codeRepository": "https:\/\/github.com\/JacquesOlivierLachaud\/PointCloudCurvCNC",
    "programmingLanguage": [
        "C++"
    ],
    "operatingSystem": [
        "Linux,macos"
    ],
    "version": "1",
    "dateModified": "2025-09-03",
    "referencePublication": {
        "hal": "hal-04140452"
    },
    "author": [
        {
            "@type": "Role",
            "roleName": "aut",
            "author": {
                "@type": "Person",
                "@id": [
                    "weillduc"
                ],
                "givenName": "Colin",
                "familyName": "Weill-Duflos",
                "affiliation": [
                    {
                        "@type": "Organization",
                        "name": "LAMA"
                    },
                    {
                        "@type": "Organization",
                        "name": "Origami"
                    }
                ]
            }
        },
        {
            "@type": "Role",
            "roleName": "aut",
            "author": {
                "@type": "Person",
                "@id": [
                    "0000-0003-3164-8697"
                ],
                "givenName": "David",
                "familyName": "Coeurjolly",
                "affiliation": [
                    {
                        "@type": "Organization",
                        "name": "Origami"
                    }
                ]
            }
        },
        {
            "@type": "Role",
            "roleName": "aut",
            "author": {
                "@type": "Person",
                "@id": [
                    "0000-0003-4236-2133"
                ],
                "givenName": "Jacques-Olivier",
                "familyName": "Lachaud",
                "affiliation": [
                    {
                        "@type": "Organization",
                        "name": "LAMA"
                    }
                ]
            }
        }
    ],
    "contributor": [
        {
            "@type": "Person",
            "givenName": "David",
            "familyName": "Coeurjolly"
        }
    ]
}