Nguyễn Quốc Đạt
Results
1
issues of
Nguyễn Quốc Đạt
In opencv there's a function call `copyMakeBorder` that can pad solid color to 4 sides around an image: `cv2.copyMakeBorder(im, top, bottom, left, right, cv2.BORDER_CONSTANT, value=color)` but in DALI I found...
enhancement