|
xvsdk
3.2.0
|
A class to handle callbacks of the object detector (CNN) in RKNN3588 platform. More...
#include <xv-sdk.h>
Public Types | |
| using | Data = std::vector< Det2dObject > const & |
Public Member Functions | |
| virtual bool | setModel (const std::string &filepath)=0 |
| virtual bool | start ()=0 |
| start streaming. | |
| virtual bool | stop ()=0 |
| stop streaming. | |
| virtual int | registerCallback (std::function< void(std::vector< Det2dObject > const &)>)=0 |
| Register callback to receive data. | |
| virtual bool | unregisterCallback (int callbackId)=0 |
| Unregister callback. | |
A class to handle callbacks of the object detector (CNN) in RKNN3588 platform.