You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: superdsm/pipeline.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ def configure(self, scale):
87
87
:param scale: The average scale of objects in the image.
88
88
:return: See :py:meth:`~.configure_ex`.
89
89
90
-
The parameter ``scale`` corresponds to :math:`\sigma` in the :ref:`paper <references>`. Delegates to the :py:meth:`~.configure_ex` method, using :math:`\sqrt{2} \cdot \sigma` for ``radius`` and :math:`\sqrt{8} \cdot \sigma` for ``diameter``.
90
+
The parameter ``scale`` corresponds to :math:`\sigma` in :ref:`Kostrykin and Rohr (TPAMI 2023) <references>`. Delegates to the :py:meth:`~.configure_ex` method, using :math:`\sqrt{2} \cdot \sigma` for ``radius`` and :math:`\sqrt{8} \cdot \sigma` for ``diameter``.
0 commit comments