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 long
iNumPoints
-
unsigned long
iNumCams
-
std::vector<std::vector<std::vector<int32_t>> > &
oIndexesPerPoint
-