![]() |
ImFusion SDK 4.3
|
#include <ImFusion/ML/DataComponents/PaddingDoneDataComponent.h>
Struct for geometrical information about how the patches were extracted from the original images. More...
Struct for geometrical information about how the patches were extracted from the original images.
Keeps track of the descriptors of the images in the image set and the padding size applied to each image. The padding size is stored for each frame separately.
Classes | |
struct | PadSize |
Struct for storing the actual padding size applied to a single image. More... | |
Public Member Functions | |
void | add (const ImageDescriptorWorld &desc, const PadSize &padSize) |
void | add (const PaddingDoneInfo &info) |
Public Attributes | |
std::vector< ImageDescriptorWorld > | originalImageDescriptors |
The original descriptors of the images the patches were extracted from. | |
std::vector< PadSize > | padSizes |
The region of interest of the patches in the original images. | |