rknn-toolkit2-v2.1.0-2024-08-08
/
rknpu2
/examples
/3rdparty
/opencv
/opencv-linux-aarch64
/include
/opencv2
/features2d
/hal
/interface.h
//! @addtogroup featrure2d_hal_interface | |
//! @{ | |
//! @name Fast feature detector types | |
//! @sa cv::FastFeatureDetector | |
//! @{ | |
//! @} | |
//! @name Key point | |
//! @sa cv::KeyPoint | |
//! @{ | |
struct CV_EXPORTS cvhalKeyPoint | |
{ | |
float x; | |
float y; | |
float size; | |
float angle; | |
float response; | |
int octave; | |
int class_id; | |
}; | |
//! @} | |
//! @} | |