OpenCV  4.10.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 的非极大抑制。