-
Updated
May 21, 2021
medical-imaging
Here are 817 public repositories matching this topic...
-
Updated
Jun 10, 2021
-
Updated
Jun 27, 2021 - JavaScript
-
Updated
Jul 6, 2021 - JavaScript
-
Updated
Apr 9, 2019 - TeX
-
Updated
Apr 21, 2020 - Python
-
Updated
Jul 5, 2021 - JavaScript
-
Updated
Jun 8, 2021 - Python
-
Updated
Oct 1, 2020 - C++
-
Updated
May 29, 2021 - Python
Split itkHausdorffDistanceImageFilterTest to the corresponding classes unit tests
Description
The classes ``itk::HausdorffDistanceImageFilteranditk::DirectedHausdorffDistanceImageFilter` are tested in the same [`itkHausdorffDistanceImageFilterTest.cxx](itk::https://github.com/InsightSoftwareConsortium/ITK/blob/master/Modules/Filtering/DistanceMap/test/itkHausdorffDistanceImageFilte
There are many transformations, such as transforms.Resample and transforms.ElasticTransform that aren't documented (with the Sphinx format).
-
Updated
Jul 5, 2021 - C#
-
Updated
Jan 11, 2021 - Python
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
Jun 8, 2021 - Jupyter Notebook
-
Updated
Oct 3, 2018 - Python
-
Updated
Apr 14, 2021 - Jupyter Notebook
-
Updated
Apr 13, 2018 - Python
-
Updated
May 13, 2019 - Jupyter Notebook
-
Updated
Jun 29, 2021 - C++
-
Updated
Jul 6, 2021 - Python
-
Updated
Jun 28, 2021 - Jupyter Notebook
-
Updated
Jun 24, 2021 - JavaScript
-
Updated
Aug 17, 2019 - Python
-
Updated
Jul 5, 2021 - C++
-
Updated
Sep 27, 2018 - Python
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!