#include <EdgeDetectorProperties.hpp>

Public Attributes | |
| RawEdgeDetectorConfig | initialConfig |
| Initial edge detector config. More... | |
| int | numFramesPool = 4 |
| Num frames in output pool. More... | |
| int | outputFrameSize = 1 * 1024 * 1024 |
Additional Inherited Members | |
Public Member Functions inherited from dai::PropertiesSerializable< Properties, EdgeDetectorProperties > | |
| virtual std::unique_ptr< Properties > | clone () const override |
| virtual void | serialize (std::vector< std::uint8_t > &data, SerializationType type=SerializationType::LIBNOP) const override |
Public Member Functions inherited from dai::Properties | |
| virtual std::unique_ptr< Properties > | clone () const =0 |
| virtual | ~Properties ()=default |
Specify properties for EdgeDetector
Definition at line 14 of file EdgeDetectorProperties.hpp.
| RawEdgeDetectorConfig dai::EdgeDetectorProperties::initialConfig |
Initial edge detector config.
Definition at line 16 of file EdgeDetectorProperties.hpp.
| int dai::EdgeDetectorProperties::numFramesPool = 4 |
Num frames in output pool.
Definition at line 24 of file EdgeDetectorProperties.hpp.
| int dai::EdgeDetectorProperties::outputFrameSize = 1 * 1024 * 1024 |
Maximum output frame size in bytes (eg: 300x300 BGR image -> 300*300*3 bytes)
Definition at line 21 of file EdgeDetectorProperties.hpp.