features2d input image conversion (Feature #2181)
Description
Specify that Feature Detectors and Descriptor Extractors have to convert a given image to their type in case of CV_8UC3 image themselves and guarantee this by unit test. Otherwise we have to convert an image manually depending of the required type and it's not flexibly. I've added such inner conversion for some Detectors and Descriptors before, but there is not the test that guarantees that it's supported by all corresponding features2d algorithms.
Associated revisions
Merge pull request #2181 from asmorkalov:ocv_packaging
History
Updated by Maria Dimashova over 12 years ago
Updated by Andrey Kamaev over 12 years ago
- Target version changed from 2.4.3 to 3.0
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4394