We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f8103a commit b2000b5Copy full SHA for b2000b5
docs/source/functions.rst
@@ -27,7 +27,16 @@ See `PyBundle class <pybundle_class.html>`_ for details.
27
Provides object-oriented access to mosaicing functionality of PyFibreBundle.
28
See `Mosaic class <mosaicing.html>`_ for details.
29
30
+.. py:function:: SuperRes()
31
32
+Functions for super-resolution. Normally these should be accessed using the
33
+PyBundle class. See `Super Resolution Section <super_res.html>`_ for details.
34
+
35
+.. py:function:: BundleCalibration()
36
+ :noindex:
37
38
+Stores a calibration for triangular linear interpolation, both normal and
39
+super-resolution.
40
41
42
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments