Hello.
i am following the tutorial of skeletal representation (SrepModule-Tutorial_v5.0 - Google Slides). But there is SkeletalRepresentationRefiner in the tutorial:
and i just can find Initializer and Visualizer in the modules list.
Also, the tutorial said
. While I can not find the S-rep
I’ve tried another way to install the SkeletalRepresentationRefiner module via github. But when i built the s-rep extension using command cmake, the error occurred.
After building Slicer, you need to configure the Slicer_DIR for the extension. Overall, the extension relies on Slicer. Building it with CMAKE is analogous to building your projects in windows with Visual studio: for example, if project A uses libraries provided by project B, you need compile and bulid project B first and then add it into your build configurations for project A.