Package export.MLExport
Class MLSuperDetExport
java.lang.Object
export.MLExport.MLDataUnitExport
export.MLExport.MLSuperDetExport
- Direct Known Subclasses:
MLClickEventExport
Exports super detections.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionus.hebi.matlab.mat.types.Struct
addDetectionSpecificFields
(us.hebi.matlab.mat.types.Struct mlStruct, int index, PamDataUnit dataUnit) Add detection specific fields to a structure.protected us.hebi.matlab.mat.types.Struct
detectionHeader
(PamDataBlock pamDataBlock) Get the detection header for the specific detection type.getName()
Get the name of the structureGet the unit classstatic boolean
hasCompatibleUnits
(List<PamDataUnit> dataUnits, MLDataUnitExport mlExporter) Check whether there are compatible data units to be exported.Methods inherited from class export.MLExport.MLDataUnitExport
array2Matrix, detectionToStruct, realWordlVec2Angles
-
Constructor Details
-
Method Details
-
addDetectionSpecificFields
public us.hebi.matlab.mat.types.Struct addDetectionSpecificFields(us.hebi.matlab.mat.types.Struct mlStruct, int index, PamDataUnit dataUnit) Description copied from class:MLDataUnitExport
Add detection specific fields to a structure.- Specified by:
addDetectionSpecificFields
in classMLDataUnitExport
-
hasCompatibleUnits
Check whether there are compatible data units to be exported.- Parameters:
dataUnits
- - the data unit list- Returns:
- true if MATLAB export is possible for the current data units.
-
getUnitClass
Description copied from class:MLDataUnitExport
Get the unit class- Specified by:
getUnitClass
in classMLDataUnitExport
- Returns:
-
getName
Description copied from class:MLDataUnitExport
Get the name of the structure- Specified by:
getName
in classMLDataUnitExport
- Returns:
-
detectionHeader
Description copied from class:MLDataUnitExport
Get the detection header for the specific detection type.- Specified by:
detectionHeader
in classMLDataUnitExport
- Parameters:
pamDataBlock
-- Returns:
- the detection header structure.
-