OpenCV 4.11.0
开源计算机视觉库
正在加载……
正在搜索……
无匹配项
hal_replacement.hpp 文件参考
#include "opencv2/core/hal/interface.h"
#include "custom_hal.hpp"
hal_replacement.hpp 的包含依赖图

函数

int hal_ni_LKOpticalFlowLevel (const uchar *prev_data, size_t prev_data_step, const short *prev_deriv_data, size_t prev_deriv_step, const uchar *next_data, size_t next_step, int width, int height, int cn, const float *prev_points, float *next_points, size_t point_count, uchar *status, float *err, const int win_width, const int win_height, int termination_count, double termination_epsilon, bool get_min_eigen_vals, float min_eigen_vals_threshold)
 单金字塔层Lucas-Kanade光流算法。参见calcOpticalFlowPyrLK。
 
int hal_ni_ScharrDeriv (const uchar *src_data, size_t src_step, short *dst_data, size_t dst_step, int width, int height, int cn)
 计算具有交错布局xyxy…的Scharr导数。