-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hello ybhan great respository , I have changed some part of your code like Cylindrical warping to vectorized ones and achieved significant speedup ,but i could not vectorize this part of your code .
In stitch.py ,Line number 38
for i in range(-y_min, h2 - y_min):
for j in range(-x_min, w2 - x_min):
if np.any(img2[i + y_min][j + x_min]):
img_output[i][j] = img2[i + y_min][j + x_min]Any ideas ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels