Record of patch matches for mutliple levels each image.
More...
|
bool | bActive |
| Include this image during update (initialize, propagate, local, search, and enrichment). If false the image can still be matched to but it's own matches are not updated.
|
|
int | eqvClass |
| Equivalence class for this image. If negative (which is the default) the image is considered to be in its own equivalence class. Images in the same equivalence class will not be matched when learning the PatchMatchGraph.
|
|
|
static unsigned | MAX_LEVELS = 8 |
| maximum level in the image pyramid
|
|
static unsigned | MAX_SIZE = 1024 |
| maximum image size (if larger will be resized in first level)
|
|
static unsigned | MIN_SIZE = 32 |
| minimum image size (if smaller than size at MAX_LEVELS)
|
|
static double | PYR_SCALE = M_SQRT1_2 |
| pyramid downsampling rate
|
|
|
string | _name |
| image identifier
|
|
uint16_t | _width |
| width of the image (may differ from first pyramid level)
|
|
uint16_t | _height |
| height of the image (may differ from first pyramid level)
|
|
vector< drwnPatchMatchImageRecord > | _levels |
| pyramid levels holding image matches
|
|
Record of patch matches for mutliple levels each image.
- Todo:
- make cacheable so drwnPatchMatchGraph can handle thousands of images
The documentation for this class was generated from the following files: