OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mergedDescriptors
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/features2d/src/
bagofwords.cpp
98
Mat
mergedDescriptors
( descCount, descriptors[0].cols, descriptors[0].type() );
101
Mat submut =
mergedDescriptors
.rowRange((int)start, (int)(start + descriptors[i].rows));
105
return cluster(
mergedDescriptors
);
matchers.cpp
402
mergedDescriptors
= collection.
mergedDescriptors
.clone();
445
mergedDescriptors
.create( count, dim, type );
451
Mat m =
mergedDescriptors
.rowRange( startIdxs[i], startIdxs[i] + descriptors[i].rows );
461
mergedDescriptors
.release();
475
return
mergedDescriptors
;
481
return
mergedDescriptors
.row( globalDescIdx );
495
return
mergedDescriptors
.rows;
[
all
...]
/external/opencv3/modules/features2d/include/opencv2/
features2d.hpp
[
all
...]
Completed in 86 milliseconds