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
Copy file name to clipboardExpand all lines: src/vision_process.h
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -97,10 +97,21 @@ namespace vision
97
97
98
98
voidimage_dimension(constchar *fn, int &width, int &height);
99
99
voidimage_load(constchar *fn, std::vector<uint8_t> &rgb_pixels, int &width, int &height, int patch_size, PaddingMode pad = PaddingMode::No);
100
-
voidimage_load_split(constchar *fn, std::vector<image_pixels_t> &splits, constint split_width, constint split_height, int &splits_cols_num, int &splits_rows_num); // splits are in natural order
100
+
voidimage_load_split(constchar *fn, std::vector<image_pixels_t> &splits, bool do_split, constint split_width, constint split_height, int &splits_cols_num, int &splits_rows_num); // splits are in natural order
0 commit comments