QMRITools`
QMRITools`
LinesToSegmentIndex
LinesToSegmentIndex[lines,points,segments]
finds the lines indeces correspoinding to the points and the segments borders. Additionally it finds all the lines indeces for all lines within each segment. The lines are comupted by MaskToLines, the points are cumputed by GetMaskSegmentPoints, and the segments is the output of SegmentsPerSlices. Output {pointIndex, segmentIndex, lineIndex}.
Details
- The following options can be given:
-
ReversePoints True ReversePoints is an option for LinesToSegmentIndex, CardiacSegment. Defines at which point to start, can be True or False. ReverseDirection False ReverseDirection is an option for LinesToSegmentIndex, CardiacSegment. Defines the direction of rotiation, clockwise or anti-clockwise, can be True of False.