Hello, I'm trying to get the vertices of the border/edge/boundary (whatever you want to call it) of a contiguous, closed ROI/label on the surface.
I've noticed an option "--label2path" in 'mri_path2label' (FS v4.0.2) that "will treat input as a label and output a path".
When I tried this, I got the following output:
----------------- $ mri_path2label --label2path rh.middletemporal.label test.path INFO: Converting rh.middletemporal.label INFO: to test.path INFO: Label to path
No encoded paths found in label file ------------------
So, my question is whether the "--label2path" option is supported, and if so, how is it intended to be used? (The output message implies that the path already has to be "encoded" somehow in the label file itself?)
thanks, Mike H.