mann
(Manjunath N)
August 4, 2022, 1:31pm
1
Hi All,
I am using Extract centreline module for creating vessel centreline.
Is their any way that I can get the function or equation that used to connect the control points ?
Is there a way to edit/crop the centreline once it is created and update the properties table ?
Thank you for the help
Manjunath
mau_igna_06
(Mauro I. Dominguez)
August 4, 2022, 8:41pm
2
Hi
For 1.
Here is the code
/*==============================================================================
Program: 3D Slicer
Copyright (c) Kitware Inc.
See COPYRIGHT.txt
or http://www.slicer.org/copyright/copyright.txt for details.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
This file was originally developed by Thomas Vaughan, PerkLab, Queen's University.
==============================================================================*/
// Markups MRML includes
This file has been truncated. show original
For 2.
I think there should be a script for that here:
Hope it helps
mann
(Manjunath N)
August 9, 2022, 3:35pm
3
Hi,
Thanks for the reply.
But I am weak on coding side. Can you please tell me how can I use these codes to get things done.
Thanking you again
mau_igna_06
(Mauro I. Dominguez)
August 9, 2022, 8:57pm
4
In the second link I posted there should be one script that let’s you extract part of the centerline. You have to search for it reading each script name.
If you don’t find it let me know and I’ll search on Github myself and try to find it