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.
hi, what is the equivalent of this function in opencv wrapper java:
Rect win;
win.x = std::max(win.x, 0);
thank you.
You need to use standard Java method Math.max.
Asked: 2013-04-14 01:56:22 -0600
Seen: 364 times
Last updated: Apr 14 '13
Area of a single pixel object in OpenCV
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
OpenCV DescriptorMatcher matches
Is it possible to measure in pixels a character outputed from putText()?
Can't compile .cu file when including opencv.hpp
Using OpenCV's stitching module, strange error when compositing images
compile error in opencv2/flann/lsh_table.h when compiling bgslibrary