Skip to content

Commit ec6290d

Browse files
committed
[bugfixes] Centreline orientation on Automatic Scar analysis - fixed.
1 parent f5f3c0d commit ec6290d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Version2.0/Plugins/kcl.cemrgapp.scar/src/internal/AtrialScarView.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ void AtrialScarView::AutomaticAnalysis() {
643643
MITK_INFO << "[AUTOMATIC_ANALYSIS][7] Clip the veins";
644644

645645
std::unique_ptr<CemrgAtriaClipper> clipper(new CemrgAtriaClipper(direct, shell));
646-
bool successful = clipper->ComputeCtrLines(pickedSeedLabels, pickedSeedIds, false);
646+
bool successful = clipper->ComputeCtrLines(pickedSeedLabels, pickedSeedIds, true);
647647
if (!successful) {
648648
QMessageBox::critical(NULL, "Attention", "Computation of Centrelines Failed!");
649649
return;

0 commit comments

Comments
 (0)