Vessel-Centerline-Extraction icon indicating copy to clipboard operation
Vessel-Centerline-Extraction copied to clipboard

Use Problem

Open J-J-Wang opened this issue 4 years ago • 2 comments

what different between <surface.stl> and <capped_surface.stl>, I only have a test.obj file,then i convert test.obj to test.stl file。 I run :CenterlineExtraction.exe <test.stl> <test.stl> <centerline.vtp>,it also can get centerline but time spend more than 2 min. So, Whether the file of <capped_surface.stl> is required? If so, how do I get it ?

J-J-Wang avatar Jul 13 '21 10:07 J-J-Wang

sorry for the disambious style of coding.

capped_surface.stl is the intermediate file to calculate voronoi diagram, this is not necessary to provide the file.

Instead, if you provided a path of the capped surface, the program will save the intermediate files to future usages. i.e. you can run with

# generate output centerline only
$ CenterlineExtraction.exe <test.stl> <centerline.vtp>

# generate both capped surface and centerline
$ CenterlineExtraction.exe <test.stl> <test_capped.stl> <centerline.vtp>

jackyko1991 avatar Jul 13 '21 10:07 jackyko1991

Hello author, Why is it that after I extract the centerline, I only show the centerline in the window, but the lumen disappears?If my input click is incorrect, is there an interaction key to undo?

cyqyw1234 avatar Nov 03 '22 01:11 cyqyw1234