Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Core max function

hi, what is the equivalent of this function in opencv wrapper java:

  Rect win;
 win.x = std::max(win.x, 0);

thank you.