![]() |
OpenCV 4.12.0
開源計算機視覺
|
函式 | |
| 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 的非極大值抑制。 | |