Skip to content

Releases: SciKit-Surgery/scikit-surgeryimage

Optional undistortion in point detectors

03 Feb 09:22
74f760c
Compare
Choose a tag to compare
Merge pull request #90 from UCL/89-optional-undistort

89 optional undistort

Fix multiple dot detection bug

27 Jan 09:27
135f9d3
Compare
Choose a tag to compare
Merge pull request #88 from UCL/87-dot-multiple-points

87 dot multiple points

Add adaptive thresholding to dot detector

29 Oct 10:42
d86229b
Compare
Choose a tag to compare
82 test dot patterns (#83)

* Add example data from Mock OR

* Linting.

* Issue #82: Add adaptive thresholding and more constructor params.

* Issue #82: Fix unit tests. Minor difference in number of points detected, normally +/- 1, so ok.

* Issue #82: Linting.

* Issue #82: Only use 1 test image from mock OR, too much storage to test them all

* Fix typo in image path

* Linting

Co-authored-by: Matt Clarkson <m.clarkson@ucl.ac.uk>