Home
last modified time | relevance | path

Searched defs:ImageFeatures (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dmatchers.hpp62 struct CV_EXPORTS ImageFeatures struct
64 int img_idx;
65 Size img_size;
66 std::vector<KeyPoint> keypoints;
67 UMat descriptors;
H A Dmotion_estimators.hpp223 bool estimate(const std::vector<ImageFeatures> &, const std::vector<MatchesInfo> &, in estimate()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dimagefeatures.py13 class ImageFeatures(OESelftestTestCase): class