#include <Detection3DParameterWriter.h>
This class contains static methods to create ParameterData objects that contain information about Detection3D instance definitions in a format consistent with DetectionParameterReader.
◆ clearCoreDetectionParameters()
void larcfm::Detection3DParameterWriter::clearCoreDetectionParameters |
( |
ParameterData & |
p | ) |
|
|
static |
This removes all standard core detection parameters from a ParameterData object
- Parameters
-
◆ writeCoreDetection() [1/2]
Return a ParameterData suitable to be read by readCoreDetection() based on the supplied Detection3D instances.
- Parameters
-
dlist | list of Detection3D instances – this may be empty. det and res instances will be automatically added to the list (if they are not already in it) |
det | detection instance – this may be null |
res | resolution instance – this may be null Note: this may modify the instance identifiers if they are not already unique. |
◆ writeCoreDetection() [2/2]
Return a ParameterData suitable to be read by readCoreDetection() based on the supplied Detection3D instances.
- Parameters
-
dlist | list of Detection3D instances – this may be empty. det and res instances will be automatically added to the list (if they are not already in it) |
det | detection instance – this may be null |
res | resolution instance – this may be null |
ordered | true to modify detection identifiers to ensure they retain the input list's ordering when decoded, false will only modify identifiers if they are not unique |
The documentation for this class was generated from the following files: