EnumerateIndexCombinations
Defined in
<processing/Correspondence.h>Enumerates all possible combinations of a 2 tier nested list where the length of the first list is variable, and each list contained is of the same length.
|
(1) |
-
Parameters:-
unsigned longiNumPoints -
unsigned longiNumCams -
std::vector<std::vector<std::vector<int32_t>> > &oIndexesPerPoint
-