NVSceneDataExporter - export all the captured data (image buffer and object annotation info) to files on disk.
More...
|
bool | bUseMapNameForCapturedDirectory |
| If true, the exporter will use the current map's name for the export folder, otherwise it will use the ExportFolderName NOTE: If ExportFolderName is empty, it will fallback to use the map's name. More...
|
|
FString | CustomDirectoryName |
|
|
void | ExportCapturerSettings () |
|
|
static const FString | DefaultDataOutputFolder |
|
NVSceneDataExporter - export all the captured data (image buffer and object annotation info) to files on disk.
Definition at line 81 of file NVSceneDataHandler.h.
virtual bool UNVSceneDataExporter::CanHandleMoreData |
( |
| ) |
const |
|
overridevirtual |
Check whether this handler can process more scene data If it can't then we should stop getting more data until it's available again.
Reimplemented from UNVSceneDataHandler.
Handle the annotation data captured from the scene.
- Parameters
-
CapturedData | - The scene's annotated data |
CapturedFeatureExtractor | - The feature extractor which captured the data |
CapturedViewpoint | - The viewpoint which captured the data |
FrameIndex | - The frame when the data is captured |
Reimplemented from UNVSceneDataHandler.
Handle the pixels data captured from the scene.
- Parameters
-
CapturedPixelData | - The scene's pixels data |
CapturedFeatureExtractor | - The feature extractor which captured the data |
CapturedViewpoint | - The viewpoint which captured the data |
FrameIndex | - The frame when the data is captured |
Reimplemented from UNVSceneDataHandler.
bool UNVSceneDataExporter::bAutoOpenExportedDirectory |
|
protected |
If true, this exporter will automatically open the exported directory after it finish exporting.
Definition at line 164 of file NVSceneDataHandler.h.
bool UNVSceneDataExporter::bUseMapNameForCapturedDirectory |
If true, the exporter will use the current map's name for the export folder, otherwise it will use the ExportFolderName NOTE: If ExportFolderName is empty, it will fallback to use the map's name.
Definition at line 148 of file NVSceneDataHandler.h.
ENVCaptureDirectoryConflictHandleType UNVSceneDataExporter::DirectoryConflictHandleType |
|
protected |
FDirectoryPath UNVSceneDataExporter::RootCapturedDirectoryPath |
|
protected |
The documentation for this class was generated from the following file: