Searched refs:_imgDescriptor (Results 1 – 1 of 1) sorted by relevance
173 void BOWImgDescriptorExtractor::compute( InputArray keypointDescriptors, OutputArray _imgDescriptor… in compute() argument190 _imgDescriptor.create(1, clusterCount, descriptorType()); in compute()191 _imgDescriptor.setTo(Scalar::all(0)); in compute()193 Mat imgDescriptor = _imgDescriptor.getMat(); in compute()