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
## __How to automatically determine optimal parameters for patches (crops):__
203
203
204
-
To efficiently process a large number of images of varying sizes and contents, manually selecting the optimal patch sizes and overlaps can be cumbersome. To address this, an algorithm has been developed to automatically calculate the best parameters for patches (crops).
204
+
To efficiently process a large number of images of varying sizes and contents, manually selecting the optimal patch sizes and overlaps can be difficult. To address this, an algorithm has been developed to automatically calculate the best parameters for patches (crops).
205
205
206
206
The `auto_calculate_crop_values` function operates in two modes:
207
207
@@ -221,6 +221,6 @@ img = cv2.imread(img_path)
221
221
222
222
# Calculate the optimal crop size and overlap for an image
0 commit comments