MobileNetDetectionNetwork node. Parses MobileNet results. More...
#include <DetectionNetwork.hpp>

Public Member Functions | |
| MobileNetDetectionNetwork (const std::shared_ptr< PipelineImpl > &par, int64_t nodeId) | |
| MobileNetDetectionNetwork (const std::shared_ptr< PipelineImpl > &par, int64_t nodeId, std::unique_ptr< Properties > props) | |
Public Member Functions inherited from dai::NodeCRTP< DetectionNetwork, MobileNetDetectionNetwork, DetectionNetworkProperties > | |
| std::unique_ptr< Node > | clone () const override |
| const char * | getName () const override |
Additional Inherited Members | |
Public Types inherited from dai::NodeCRTP< DetectionNetwork, MobileNetDetectionNetwork, DetectionNetworkProperties > | |
| using | Properties = DetectionNetworkProperties |
Public Attributes inherited from dai::NodeCRTP< DetectionNetwork, MobileNetDetectionNetwork, DetectionNetworkProperties > | |
| Properties & | properties |
| Underlying properties. More... | |
MobileNetDetectionNetwork node. Parses MobileNet results.
Definition at line 56 of file DetectionNetwork.hpp.
| dai::node::MobileNetDetectionNetwork::MobileNetDetectionNetwork | ( | const std::shared_ptr< PipelineImpl > & | par, |
| int64_t | nodeId | ||
| ) |
Definition at line 35 of file DetectionNetwork.cpp.
| dai::node::MobileNetDetectionNetwork::MobileNetDetectionNetwork | ( | const std::shared_ptr< PipelineImpl > & | par, |
| int64_t | nodeId, | ||
| std::unique_ptr< Properties > | props | ||
| ) |
Definition at line 37 of file DetectionNetwork.cpp.