OpenHeartDevelopers / CemrgApp

An Interactive Medical Imaging Platform with Image Processing and Computer Vision Toolkits for Cardiovascular Research.
http://www.cemrgapp.com
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

[feature/atrialfibres] Fix mitral valve clipping #44

Closed alonsoJASL closed 3 years ago

alonsoJASL commented 3 years ago

The mitral valve clipping tool was taken from the scar plugin, thus it is designed to clip the previous mesh segmentation.vtk, instead of the final one. In the case of feature/atrialfibres is the other way around.

An option is to move the Mesh clipping before the creation of the labelled.vtk mesh, but this needs to fall in line with the other pipelines (img auto, img manual), and not just the surface pipeline.

alonsoJASL commented 3 years ago

A clipper was added in the Mesh Preprocessing step. This worked for the users.