CemrgApp
CemrgApp copied to clipboard
An Interactive Medical Imaging Platform with Image Processing and Computer Vision Toolkits for Cardiovascular Research.
* Strain curves don't have labels in the legend to identify each curve with an AHA segment. * Need to scroll down to see entire legend at once.
For an upcoming release of CemrgApp, this would be really helpful. Sometimes users can't convert their DICOMS, even with the alternative DICOM reader. Even though one can point them to...
I was using the image cropper tool (Cemrg Motion Quantification -> Step 2: Process Images -> Crop Images) and I had trouble working out how to use the cropper. Can...
Check the [build.yml](https://github.com/CemrgDevelopers/CemrgApp/blob/development/.github/workflows/build.yml) file, the pre-builds of MITK are saved in a personal account. These should be moved to a more permanent place.
Code in the cmdapps is often duplicated. We need to addres this by using code from the CemrgAppModule instead of repeating it.
Job is to go through module and other components, identify what code is not being used and mark for deletion, and add Doxygen comments for those components that are used....
### Prerequisites * [X] Checked the wiki board for common solutions: * [X] Checked that your issue isn't already filed: * [] Are you providing the log? ### Description In...
This is step 1 of the larger project to remove the dependency on MIRTK; an alternate implementation of `CemrgCommandLine::ExecuteSurf` that uses `CemrgCommonUtils::ExtractSurfaceFromSegmentation()` instead of MIRTK’s `extract-surface` and `smooth-surface` binaries. This...
We are temporarily using a forked version of VMTK; see [`CemrgApp/CMakeExternals/VMTK.cmake`](https://github.com/OpenHeartDevelopers/CemrgApp/pull/79/files/303791aa11ba80599c511ffd61df40f33951d096#diff-fe9a320b87c4c638a96443fde9d60f825d38789186b2884e058b57da255f314d). However, it looks like the main repo of VMTK is somewhat active again. Notably, there [appears to have been...