Retina module interface update#861
Conversation
Old paths can have problems with cross-compilation
OpenCV Manager verison incremeneted; Docs and tests updated accordingly; COnstant for Manager initialization added.
Retina devel newinterface
Retina devel
…avy retinacolor process
|
Hi Alex, excellent work! thanks a lot, the API looks much cleaner now! Regards, |
|
Hi Vadim, Regards. 2013/5/2 Vadim Pisarevsky notifications@github.com
Alexandre BENOIT, |
|
Hi again Vadim, well, regarding your suggestions : replace Mat by OutputArray for data copy I also want to replace But in both cases, methods that were usable with Mat : are no more accessible but where usefull for Mat and valarray data exchange. Then, is there a nice way to use Mat objects within RetinaImpl class while Thank you and sorry for all the time spent. 2013/5/3 alexandre benoit benoit.alexandre.vision@gmail.com
Alexandre BENOIT, |
|
Hi Vadim, Stay tuned. 2013/5/3 alexandre benoit benoit.alexandre.vision@gmail.com
Alexandre BENOIT, |
|
Hi again, everything seems to rock now. Buildbot is green and i corrected as you For Gsoc, as i told you, not this year but next year, it can be great if 2013/5/3 alexandre benoit benoit.alexandre.vision@gmail.com
Alexandre BENOIT, |
|
pushing to 2.4 is impossible, unfortunately, because the changes break binary compatibility (not sure about source-level compatibility). In 2.4 we only accept changes that preserve binary compatibility. And this is one of the goals of the new API design style in 3.0 - to minimize effect on the header when implementation is changed. That is, if some of the changes in pull requests are bug fixes and other local improvements that do not affect headers in any way, a separate pull request for 2.4 should be created. This pull request should definitely go to 3.0 |
|
Hi Vadim, 2013/5/3 Vadim Pisarevsky notifications@github.com
Alexandre BENOIT, |
|
👍 |
Following OpenCV classes interfaces design, here are the changes:
_updated Retina class interface : now a cleaner abstract class
_updated doc (refined and completed)