1 | initial version |
First of all, thanks for taking time to port a new descriptor into OpenCV!
I haven't read the code for BinBoostDescriptor, but I guess they have default parameters, than can be retrieved without reading a file, right? So, you need to create a constructor with default parameters to initialize the structures. After that, you could use the "set" methods of Algorithm class (super class of DescriptorExtractor) to set your parameters to the detector.
I don't think OpenCV moderator will allow descriptors than can't be initialized with "create", but maybe they are opened to extension of DescriptorExtractor constructor with a parameters structure... You could ask on the bug report, as a feature request.