#include <ldvFile.h>
Public Member Functions | |
| ImageFolder (void) | |
| full paths of images | |
| void | scan (vector< ImgInfo > &vImgInfo, AllFeatureGlobal &allFeatureGlobal, Match &match) |
| Scans a folder recursively and stores the image path. | |
| void | parseSettingFile (void) |
| Parse the setting file. | |
Public Attributes | |
| vector< string > | vFolderPath |
| path of where the output files are written | |
| vector< string > | vImagePath |
| vector of scannable path | |
| ImageFolder::ImageFolder | ( | void | ) |
full paths of images
Parse the setting file and initialize the ImageFolder objects.
Constructor
References getLine(), isImagePath(), vFolderPath, and vImagePath.

| void ImageFolder::scan | ( | vector< ImgInfo > & | vImgInfo, | |
| AllFeatureGlobal & | allFeatureGlobal, | |||
| Match & | match | |||
| ) |
Scans a folder recursively and stores the image path.
| vImgInfo | vector containing info about the current images | |
| allFeatureGlobal | all the existing 2D features | |
| match | contains all the information concerning matches |
References isImagePath(), AllFeatureGlobal::removeEmpty(), removeImageTrace(), Match::resize(), vFolderPath, and vImagePath.

1.5.6