Function to get filtered sweeps points data in batch mode.
Prototype
std::vector< float > sweepsFusionFilter(const vitis::ai::pointpillars_nus::PointsInfo &input)=0;
Parameters
The following table lists the sweepsFusionFilter function arguments.
| Type | Member | Description |
|---|---|---|
const
vitis::ai::pointpillars_nus::PointsInfo
& |
input | An object of structure PointsInfo, include points data and other params. |