OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
hal_replacement.hpp 檔案參考
#include "opencv2/core/hal/interface.h"
#include "custom_hal.hpp"
hal_replacement.hpp 的包含依賴關係圖

函式

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 的非極大值抑制。