This repository has been archived by the owner on Feb 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add stain stats @ipynb * add references * update Travis * simple docs
- Loading branch information
Showing
8 changed files
with
1,155 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# -*- coding: utf-8 -*- | ||
""" | ||
Using the try/except import since the init is called in setup to get pkg info | ||
before satisfying install requirements | ||
|
@@ -17,7 +18,7 @@ | |
__author_email__ = "[email protected]" | ||
__license__ = "BSD 3-clause" | ||
__homepage__ = "https://borda.github.io/BIRL", | ||
__copyright__ = "Copyright (c) 2014-2019, %s." % __author__ | ||
__copyright__ = "Copyright (c) 2014-2020, %s." % __author__ | ||
__doc__ = 'BIRL: Benchmark on Image Registration methods with Landmark validation' | ||
__long_doc__ = "# %s" % __doc__ + """ | ||
|
@@ -35,8 +36,14 @@ | |
* rerun evaluation and visualisation for finished experiments | ||
## References | ||
Borovec, J., Munoz-Barrutia, A., & Kybic, J. (2018). Benchmarking of image | ||
registration methods for differently stained histological slides. | ||
In IEEE International Conference on Image Processing (ICIP) (pp. 3368-3372), | ||
Athens. DOI: 10.1109/ICIP.2018.8451040 | ||
1. Borovec, J., Munoz-Barrutia, A., & Kybic, J. (2018). | ||
Benchmarking of image registration methods for differently stained histological slides. | ||
In IEEE International Conference on Image Processing (ICIP) (pp. 3368–3372), Athens. | ||
DOI: 10.1109/ICIP.2018.8451040 | ||
2. Borovec, J. (2019). BIRL: Benchmark on Image Registration methods with Landmark validation. | ||
arXiv preprint arXiv:1912.13452. | ||
3. Borovec, J., Kybic, J., et al. (2020). | ||
ANHIR: Automatic Non-rigid Histological Image Registration Challenge. | ||
In IEEE Transaction on Medical Imaging (TMI). | ||
DOI: 10.1109/TMI.2020.2986331 | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.