# VTP_source_code **Repository Path**: chenlh_kwick/VTP_source_code ## Basic Information - **Project Name**: VTP_source_code - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-06 - **Last Updated**: 2024-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VTP_source_code The source code of our paper: Fast and Exact Discrete Geodesic Computation Based on Triangle-Oriented Wavefront Propagation Yipeng Qin\*, Xiaoguang Han\*, Hongchuan Yu, Yizhou Yu, Jianjun Zhang (* Joint first authors) ACM Transactions on Graphics (Proceedings of SIGGRAPH 2016) *** USAGE: -m [meshFile]: input model file (current code only support .obj files) -s [sourceIndex]: the index of source -o [outputGeodesicDistances]: file containing the geodesic distances from source to each vertex (VertId 0 ~ VertId N) Example: VTP.exe -m bunny.obj -s 0 -o bunny_geoDistance.txt *** Please cite this paper if you use this code: @article{QH2016, title = {Fast and Exact Discrete Geodesic Computation Based on Triangle-Oriented Wavefront Propagation}, author = {Yipeng Qin and Xiaoguang Han and Hongchuan Yu and Yizhou Yu and Jianjun Zhang}, journal = {ACM Transactions on Graphics (Proc. SIGGRAPH)}, volume = {?}, number = {?}, year = {2016}, pages = {?}, }