Closed GoogleCodeExporter closed 9 years ago
Java annotations don't do that no. We have to use the types of the parameters,
e.g.:
CvRect rects = new CvRect(1);
IntPointer rweights = new IntPointer(1);
groupRectangles(rects, rweights, 3, 0.2);
Please post your questions on the mailing list if possible, thank you!
Original comment by samuel.a...@gmail.com
on 11 Jan 2014 at 9:56
Original issue reported on code.google.com by
jonmo...@gmail.com
on 10 Jan 2014 at 8:19