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 ec986c0 commit c5be74bCopy full SHA for c5be74b
src/dodal/devices/oav/pin_image_recognition/utils.py
@@ -14,6 +14,12 @@ class ScanDirections(Enum):
14
REVERSE = -1
15
16
17
+"""
18
+See https://opencv24-python-tutorials.readthedocs.io/en/latest/py_tutorials/py_imgproc/py_morphological_ops/py_morphological_ops.html
19
+for description of functions below.
20
21
+
22
23
def identity(*args, **kwargs) -> Callable[[np.ndarray], np.ndarray]:
24
return lambda arr: arr
25
0 commit comments