diff --git a/applications/reconstruct/src/main.cpp b/applications/reconstruct/src/main.cpp index 9573ec7fa57a94f97d877cd622462631103c5bec..457ee985ed636a3cff8ea2a457103b120c1ed8e7 100644 --- a/applications/reconstruct/src/main.cpp +++ b/applications/reconstruct/src/main.cpp @@ -303,9 +303,9 @@ static void run(ftl::Configurable *root) { pipeline1->append<ftl::operators::Normals>("normals"); // Estimate surface normals //pipeline1->append<ftl::operators::SmoothChannel>("smoothing"); // Generate a smoothing channel //pipeline1->append<ftl::operators::ScanFieldFill>("filling"); // Generate a smoothing channel - pipeline1->append<ftl::operators::CrossSupport>("cross"); + pipeline1->append<ftl::operators::CrossSupport>("cross")->set("enabled", false); pipeline1->append<ftl::operators::ColourMLS>("mls"); // Perform MLS (using smoothing channel) - pipeline1->append<ftl::operators::VisCrossSupport>("viscross"); + pipeline1->append<ftl::operators::VisCrossSupport>("viscross")->set("enabled", false); // Alignment