|
CoreFlow 1.0.0
A modern orchestration and execution runtime
|
#include <algorithm>#include <cmath>#include <cstdio>#include <cstdlib>#include <filesystem>#include <functional>#include <iostream>#include <string>#include "vx_pop.h"Classes | |
| class | Kernellist |
| struct | Kernellist::node |
Macros | |
| #define | STATUS_ERROR_CHECK(call) |
| #define | PARAM_ERROR_CHECK(call) |
Functions | |
| int | VX_to_CV_Image (Mat **, vx_image) |
| int | VX_to_CV_MATRIX (Mat **, vx_matrix) |
| int | CV_to_VX_Pyramid (vx_pyramid, vector< Mat >) |
| int | CV_to_VX_Image (vx_image, Mat *) |
| int | CV_to_VX_keypoints (vector< KeyPoint >, vx_array) |
| int | CVPoints2f_to_VX_keypoints (vector< Point2f >, vx_array) |
| int | CV_DESP_to_VX_DESP (Mat, vx_array, int) |
| int | match_vx_image_parameters (vx_image, vx_image) |
| void | overlay_bubble (const Mat &, const Mat &, Mat &, Point2i) |
| #define PARAM_ERROR_CHECK | ( | call | ) |
| #define STATUS_ERROR_CHECK | ( | call | ) |
| int CV_DESP_to_VX_DESP | ( | Mat | mat, |
| vx_array | array, | ||
| int | stride ) |
| int CV_to_VX_Image | ( | vx_image | image, |
| Mat * | mat ) |
| int CV_to_VX_keypoints | ( | vector< KeyPoint > | key_points, |
| vx_array | array ) |
| int CV_to_VX_Pyramid | ( | vx_pyramid | pyramid_vx, |
| vector< Mat > | pyramid_cv ) |
| int CVPoints2f_to_VX_keypoints | ( | vector< Point2f > | key_points, |
| vx_array | array ) |
| void overlay_bubble | ( | const Mat & | , |
| const Mat & | , | ||
| Mat & | , | ||
| Point2i | ) |
| int VX_to_CV_Image | ( | Mat ** | mat, |
| vx_image | image ) |
| int VX_to_CV_MATRIX | ( | Mat ** | mat, |
| vx_matrix | matrix_vx ) |