#include <SpatialDetectionNetwork.hpp>

Public Member Functions | |
| MobileNetSpatialDetectionNetwork (const std::shared_ptr< PipelineImpl > &par, int64_t nodeId) | |
Public Member Functions inherited from dai::NodeCRTP< SpatialDetectionNetwork, MobileNetSpatialDetectionNetwork, SpatialDetectionNetworkProperties > | |
| std::unique_ptr< Node > | clone () const override |
| const char * | getName () const override |
Additional Inherited Members | |
Public Types inherited from dai::NodeCRTP< SpatialDetectionNetwork, MobileNetSpatialDetectionNetwork, SpatialDetectionNetworkProperties > | |
| using | Properties = SpatialDetectionNetworkProperties |
Public Attributes inherited from dai::NodeCRTP< SpatialDetectionNetwork, MobileNetSpatialDetectionNetwork, SpatialDetectionNetworkProperties > | |
| Properties & | properties |
| Underlying properties. More... | |
MobileNetSpatialDetectionNetwork node. Mobilenet-SSD based network with spatial location data.
Definition at line 109 of file SpatialDetectionNetwork.hpp.
| dai::node::MobileNetSpatialDetectionNetwork::MobileNetSpatialDetectionNetwork | ( | const std::shared_ptr< PipelineImpl > & | par, |
| int64_t | nodeId | ||
| ) |
Definition at line 45 of file SpatialDetectionNetwork.cpp.