Skip to content

Commit c5be74b

Browse files
committed
Add opencv docs
1 parent ec986c0 commit c5be74b

File tree

1 file changed

+6
-0
lines changed
  • src/dodal/devices/oav/pin_image_recognition

1 file changed

+6
-0
lines changed

src/dodal/devices/oav/pin_image_recognition/utils.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ class ScanDirections(Enum):
1414
REVERSE = -1
1515

1616

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+
1723
def identity(*args, **kwargs) -> Callable[[np.ndarray], np.ndarray]:
1824
return lambda arr: arr
1925

0 commit comments

Comments
 (0)