We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c29860 commit 7b4e0e9Copy full SHA for 7b4e0e9
digital_image_processing/rotation/rotation.py
@@ -4,8 +4,8 @@
4
5
6
def get_rotation(
7
- img: np.array, pt1: np.float32, pt2: np.float32, rows: int, cols: int
8
-) -> np.array:
+ img: np.ndarray, pt1: np.float32, pt2: np.float32, rows: int, cols: int
+) -> np.ndarray:
9
"""
10
Get image rotation
11
:param img: np.array
0 commit comments