SetMergingInput
Function Usage
In Merge mode, the caller constructs the corresponding ArchiveResultSaved array, stores the historical archive results, and transfers the ArchiveResultSaved array to the FeatureClustering object as the input data. The number of input data must be the same as the value of config.numArchiveResult. In the current confMap, FeatureSource must be set to INTERFACE, indicating that the data comes from the memory pointer called by the API. ArchiveMode must be set to MERGE, indicating the archive merging mode.
Prototype
APP_ERROR SetMergeInput(std::vector<ArchiveResultSaved> &input);
Parameter Description
Parameter |
Description |
|---|---|
input |
Array consisting of archiving results of the clustering. The length of the array must be equal to the value of MergeArchivesCount preset in the configuration file. |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
|
Parent topic: Setting Input Data