-
Updated
Feb 1, 2022 - HTML
Medical imaging
Medical imaging is the technique and process of creating visual representations of the interior of a body for clinical analysis, and medical intervention.
Here are 1,030 public repositories matching this topic...
-
Updated
Jun 10, 2021
-
Updated
Mar 18, 2022 - JavaScript
-
Updated
Mar 2, 2022 - JavaScript
-
Updated
Apr 9, 2019 - TeX
-
Updated
Apr 21, 2020 - Python
-
Updated
Mar 18, 2022 - JavaScript
-
Updated
Mar 14, 2022 - Python
We currently have a number of CMake variables related to 3rd party libraries polluting ITK's default CMake variable configuration options, which should be minimal. These should be marked as advanced with CMake's mark_as_advanced command in the ITK module CMake code. Variables include EXPAT_* NIFTI and more.
-
Updated
Feb 7, 2022 - Python
-
Updated
May 29, 2021 - Python
-
Updated
Feb 22, 2022 - C++
-
Updated
Mar 9, 2022 - Python
-
Updated
Mar 18, 2022 - C#
There are many transformations, such as transforms.Resample and transforms.ElasticTransform that aren't documented (with the Sphinx format).
It seems like a slight pain to do this, but it might be useful to have a GitHub action generate HTML GoDoc on PRs / code pushes, so that reviewers can easily preview what the GoDoc will look like.
It looks like the easiest way to do this is with wget sadly (if you want all the nice styles and such applied in the html).
-
Updated
Mar 8, 2022 - Jupyter Notebook
-
Updated
Mar 12, 2022 - Jupyter Notebook
-
Updated
Oct 3, 2018 - Python
-
Updated
Jan 26, 2022
-
Updated
Apr 13, 2018 - Python
-
Updated
Feb 12, 2022 - Jupyter Notebook
-
Updated
Mar 8, 2022 - C++
-
Updated
May 13, 2019 - Jupyter Notebook
-
Updated
Feb 17, 2022 - Python
-
Updated
Feb 26, 2022 - JavaScript
-
Updated
Mar 11, 2022 - Python
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!