Home
last modified time | relevance | path

Searched refs:_imgDescriptor (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/features2d/src/
Dbagofwords.cpp173 void BOWImgDescriptorExtractor::compute( InputArray keypointDescriptors, OutputArray _imgDescriptor in compute() argument
190 _imgDescriptor.create(1, clusterCount, descriptorType()); in compute()
191 _imgDescriptor.setTo(Scalar::all(0)); in compute()
193 Mat imgDescriptor = _imgDescriptor.getMat(); in compute()