You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Shape (n points, n lines) / (1, n_lines) -> (n points, n lines)
1143
+
return numerator / denominator[np.newaxis, :]
1144
+
1145
+
distance_points_to_lines(p, P0, P1)
1146
+
1121
1147
< q80
1122
1148
Consider an arbitrary array, write a function that extract a subpart with a fixed shape and centered on a given element (pad with a `fill` value when necessary) (★★★)
0 commit comments