-
Updated
Sep 18, 2020
medical-imaging
Here are 632 public repositories matching this topic...
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Oct 4, 2020 - JavaScript
-
Updated
Apr 9, 2019 - TeX
-
Updated
Apr 21, 2020 - Python
-
Updated
Sep 29, 2020 - JavaScript
-
Updated
Oct 1, 2020 - C++
-
Updated
Jul 22, 2020 - Python
-
Updated
Aug 11, 2020 - Python
Description
The ApplyScriptToRemotes script applies a script to all remote modules whose build status reports a successful build.
There are a number of aspects -many of them were already mentioned in PR #781- that could be improved to make the script more robust.
- May be th
There are many transformations, such as transforms.Resample and transforms.ElasticTransform that aren't documented (with the Sphinx format).
-
Updated
Oct 3, 2020 - C#
-
Updated
Oct 3, 2018 - Python
-
Updated
Apr 13, 2018 - Python
-
Updated
Sep 15, 2020 - Jupyter Notebook
-
Updated
May 13, 2019 - Jupyter Notebook
-
Updated
Oct 1, 2020 - Jupyter Notebook
Some of the available datasets are downloaded in an uncompressed format. For example, Colin27 version 2008 takes 1014 MB. Some storage could be saved if the images were compressed after downloading.
-
Updated
Oct 1, 2020 - C++
There are all sorts of odd or even non-conformant DICOMs out in the world.
When we encounter parser failures on a DICOM (for both the current and the in progress rewrite), it would be good to be able to toggle a debug mode flag that can help us better dig into parsing failures and provide helpful information. Ideally if this information is not PHI (e.g. just DICOM tags, other general info), it
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Aug 17, 2019 - Python
-
Updated
Sep 27, 2018 - Python
-
Updated
Oct 3, 2020 - Python
-
Updated
Oct 2, 2020 - C++
-
Updated
Oct 3, 2020 - Python
-
Updated
Oct 1, 2019 - Python
-
Updated
Dec 27, 2017 - Jupyter Notebook
Improve this page
Add a description, image, and links to the medical-imaging topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the medical-imaging topic, visit your repo's landing page and select "manage topics."


In augmentation, elastic_transform, it only applies a random transform on one input image array. I would think to be used for training, the image and mask pair should be transform in the same way. However, this single-input-image, single-output-image method makes it very inconvenient. Could we deform a list of images (np.arrays) using the same transformation in this method ? Thanks!