|
CoreFlow 1.0.0
A modern orchestration and execution runtime
|
#include <VX/vx.h>#include <opencv2/highgui.hpp>#include <opencv2/opencv.hpp>#include <opencv2/videoio.hpp>Macros | |
| #define | DEFAULT_WAITKEY_DELAY |
| #define | ERROR_CHECK_STATUS(status) |
| #define | ERROR_CHECK_OBJECT(obj) |
Functions | |
| void VX_CALLBACK | log_callback (vx_context context, vx_reference ref, vx_status status, const vx_char string[]) |
| void | drawPoint (cv::Mat m_imgBGR, int x, int y) |
| void | drawArrow (cv::Mat m_imgBGR, int x0, int y0, int x1, int y1) |
| void | drawText (cv::Mat m_imgBGR, int x, int y, const char *text) |
| bool | abortRequested () |
| int | main (int argc, char *argv[]) |
| #define DEFAULT_WAITKEY_DELAY |
| #define ERROR_CHECK_OBJECT | ( | obj | ) |
| #define ERROR_CHECK_STATUS | ( | status | ) |
| bool abortRequested | ( | ) |
| void drawArrow | ( | cv::Mat | m_imgBGR, |
| int | x0, | ||
| int | y0, | ||
| int | x1, | ||
| int | y1 ) |
| void drawPoint | ( | cv::Mat | m_imgBGR, |
| int | x, | ||
| int | y ) |
| void drawText | ( | cv::Mat | m_imgBGR, |
| int | x, | ||
| int | y, | ||
| const char * | text ) |
| void VX_CALLBACK log_callback | ( | vx_context | context, |
| vx_reference | ref, | ||
| vx_status | status, | ||
| const vx_char | string[] ) |
| int main | ( | int | argc, |
| char * | argv[] ) |