Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/src/
Dmatchers.cpp286 int total_descriptors_height = 0; in operator ()() local
292 total_descriptors_height += roi_features[i].descriptors.rows; in operator ()()
297 features.descriptors.create(total_descriptors_height, in operator ()()