ReadXMLImages
Defined in
<io/File.h>
The list of images for a capture are stored in xml files. This function parses the files and returns a list of paths to the image files.
(1) |
-
Parameters:-
const std::string &
iLocation
-
const std::string &
iBaseDir
-
std::vector<std::string> &
oImageLocations
-
uint32_t &
oNumCams
-
uint64_t &
oNumImagesFound
-