![]() |
OpenCV 5.0.0
Open Source Computer Vision
|
関数 | |
| 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微分を計算する。 | |