Data Format
June 29, 2020 · View on GitHub
This page includes the information about precomputed lines and geometric features.
Suggestive Contours
suggestive_contour.png: unfiltered suggestive contours. Inrtsc-1.6/rtsc.cc, setsug_thresh = 0anddraw_sc = 1.nv.png: normal dot view direction. Inrtsc-1.6/rtsc.cc, check variablendotvin functioncompute_perview.suggestive_contour_feature.png:dwkr(derivative of the radial curvature) which is normalized by the 90% percentile maximum and saved as an image. Inrtsc-1.6/rtsc.cc, check variablesctest_numin functioncompute_perview.suggestive_contour_info.txt: the first number is the 90% percentile maximum ofdwkr(negativedwkrare first removed). The second number is feature size of the mesh, inrtsc-1.6/rtsc.cc, check variablefeature_size.
Ridges
ridge.png: unfiltered ridges. Inrtsc-1.6/rtsc.cc, setrv_thresh = 0anddraw_ridges = 1.ridge_feature.png:k1(the positive first principal curvature) which is normalized by the 90% percentile maximum and saved as an image. Inrtsc-1.6/rtsc.cc, check variablethemesh->curv1.ridge_info.txt: the first number is the 90% percentile maximum ofthemesh->curv1(negativethemesh->curv1are first removed). The second number is feature size of the mesh.
Valleys
valley.png: unfiltered valleys. Inrtsc-1.6/rtsc.cc, setrv_thresh = 0anddraw_valleys = 1.valley_feature.png:k2(the negative first principal curvature) which is normalized by the 90% percentile maximum and saved as an image. Inrtsc-1.6/rtsc.cc, check variablethemesh->curv1.valley_info.txt: the first number is the 90% percentile maximum of-themesh->curv1(positivethemesh->curv1are first removed). The second number is feature size of the mesh.
Apparent Ridges
apparent_ridge.png: unfiltered apparent ridges. Inrtsc-1.6/rtsc.cc, setar_thresh = 0anddraw_apparent = 1.apparent_ridge_feature.png:kt(view-dependent curvature) which is normalized by the 90% percentile maximum and saved as an image. Inrtsc-1.6/rtsc.cc, check variableq1in functioncompute_perview.apparent_ridge_info.txt: the first number is the 90% percentile maximum ofkt(negativektare first removed). The second number is feature size of the mesh.
Contours and Creases
base.png: contours and creases rendered by Blender Freestyle under default setting.
View-based Shape Representations
smooth_*.png: shaded rendering. We setcurrsmooth = smooth_value * themesh->feature_size()inrtsc-1.6/rtsc.cc. Normals are diffused by functionfilter_normalsinrtsc-1.6/rtsc.cc. Fromsmooth_1.pngtosmooth_5.png, we setsmooth_value = [1, 2, 3, 4, 5].depth.png: depth image.