hi, what is the equivalent of this function in opencv wrapper java:
Rect win;
win.x = std::max(win.x, 0);
thank you.
1 | initial version |
hi, what is the equivalent of this function in opencv wrapper java:
Rect win;
win.x = std::max(win.x, 0);
thank you.