Ask Your Question

Revision history [back]

Solved by adding the following lines to feature2d_init.cpp

CV_INIT_ALGORITHM(InvariantBriefDescriptorExtractor, "Feature2D.INVARIANT_BRIEF",
                  obj.info()->addParam(obj, "bytes", obj.bytes_))

under

bool cv::initModule_features2d(void){

added:

all &= !InvariantBriefDescriptorExtractor_info_auto.name().empty();

Thank you @berak, for solving!