Re: [Mlt-devel] Merging OpenCV tracker

2016-09-13 Thread Jean-Baptiste Mardelle
On Tuesday, September 13, 2016 7:16:58 PM CEST, Dan Dennedy wrote: > Yes, that is fine. I suppose there is no way to detect the > OpenCV contrib module in configure? It would suck to get a bunch > of compilation error reports if OpenCV is detected fine but the > contrib module is not. If that is

Re: [Mlt-devel] Merging OpenCV tracker

2016-09-13 Thread Dan Dennedy
Yes, that is fine. I suppose there is no way to detect the OpenCV contrib module in configure? It would suck to get a bunch of compilation error reports if OpenCV is detected fine but the contrib module is not. If that is the case, then make this module disabled by default and require explicit enab

[Mlt-devel] Merging OpenCV tracker

2016-09-13 Thread jb
Hi all, I'd finally like to merge my motion tracker module based on OpenCV. It requires OpenCV >= 3.1 and its contrib module, which is sadly not yet commonly available as distro package, so it won't compile unless you have these dependencies. Is it ok if I merge on friday ? Source is here, I