![]() |
OpenCV 4.12.0
开源计算机视觉
|
函数 | |
| 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... 的 Schaar 导数。 | |