![]() |
OpenCV 4.13.0
Open Source Computer Vision
|
関数 | |
| int | hal_ni_FAST (const uchar *src_data, size_t src_step, int width, int height, uchar *keypoints_data, size_t *keypoints_count, int threshold, bool nonmax_suppression, int type) |
| FASTアルゴリズムを用いてコーナーを検出する。 | |
| int | hal_ni_FAST_dense (const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, cv::FastFeatureDetector::DetectorType type) |
| FAST アルゴリズムを使ってコーナーを検出し、マスクを返す。 | |
| int | hal_ni_FAST_NMS (const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height) |
| FAST_9_16 に対する非極大値抑制。 | |
| int | hal_ni_FASTv2 (const uchar *src_data, size_t src_step, int width, int height, void **keypoints_data, size_t *keypoints_count, int threshold, bool nonmax_suppression, int type, void *(*realloc_func)(void *, size_t)) |
| FASTアルゴリズムを用いてコーナーを検出する。 | |