#include <ImgDetectionConverter.hpp>
|
| | ImgDetectionConverter (std::string frameName, int width, int height, bool normalized=false) |
| |
| void | toRosMsg (std::shared_ptr< dai::ImgDetections > inNetData, std::deque< VisionMsgs::Detection2DArray > &opDetectionMsgs) |
| |
| Detection2DArrayPtr | toRosMsgPtr (std::shared_ptr< dai::ImgDetections > inNetData) |
| |
Definition at line 29 of file ImgDetectionConverter.hpp.
◆ ImgDetectionConverter()
| dai::ros::ImgDetectionConverter::ImgDetectionConverter |
( |
std::string |
frameName, |
|
|
int |
width, |
|
|
int |
height, |
|
|
bool |
normalized = false |
|
) |
| |
◆ toRosMsg()
| void dai::ros::ImgDetectionConverter::toRosMsg |
( |
std::shared_ptr< dai::ImgDetections > |
inNetData, |
|
|
std::deque< VisionMsgs::Detection2DArray > & |
opDetectionMsgs |
|
) |
| |
◆ toRosMsgPtr()
| Detection2DArrayPtr dai::ros::ImgDetectionConverter::toRosMsgPtr |
( |
std::shared_ptr< dai::ImgDetections > |
inNetData | ) |
|
◆ _frameName
| const std::string dai::ros::ImgDetectionConverter::_frameName |
|
private |
◆ _height
| int dai::ros::ImgDetectionConverter::_height |
|
private |
◆ _normalized
| bool dai::ros::ImgDetectionConverter::_normalized |
|
private |
◆ _width
| int dai::ros::ImgDetectionConverter::_width |
|
private |
The documentation for this class was generated from the following files: