Skip to content

Commit e190282

Browse files
authored
Update pipeline.py
1 parent 084eec3 commit e190282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

superdsm/pipeline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def configure(self, scale):
8787
:param scale: The average scale of objects in the image.
8888
:return: See :py:meth:`~.configure_ex`.
8989
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``.
9191
9292
.. runblock:: pycon
9393

0 commit comments

Comments
 (0)