Home
last modified time | relevance | path

Searched refs:ORB (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/package/omniorb/
H A DConfig.in10 omniORB is a robust high performance CORBA ORB for C++ and
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dfeatures2d.hpp297 class CV_EXPORTS_W ORB : public Feature2D class
333 …CV_WRAP static Ptr<ORB> create(int nfeatures=500, float scaleFactor=1.2f, int nlevels=8, int edgeT…
334 …int firstLevel=0, int WTA_K=2, int scoreType=ORB::HARRIS_SCORE, int patchSize=31, int fastThreshol…
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/
H A Dfeatures2d.hpp297 class CV_EXPORTS_W ORB : public Feature2D class
333 …CV_WRAP static Ptr<ORB> create(int nfeatures=500, float scaleFactor=1.2f, int nlevels=8, int edgeT…
334 …int firstLevel=0, int WTA_K=2, int scoreType=ORB::HARRIS_SCORE, int patchSize=31, int fastThreshol…
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/
H A Dfeatures2d.hpp297 class CV_EXPORTS_W ORB : public Feature2D class
333 …CV_WRAP static Ptr<ORB> create(int nfeatures=500, float scaleFactor=1.2f, int nlevels=8, int edgeT…
334 …int firstLevel=0, int WTA_K=2, int scoreType=ORB::HARRIS_SCORE, int patchSize=31, int fastThreshol…
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dmatchers.hpp152 Ptr<ORB> orb;
/OK3568_Linux_fs/kernel/Documentation/s390/
H A Dvfio-ccw.rst78 build an operation request block (ORB), which can be used to point out
210 guest ORB, and scsw_area should be filled with the SCSW of the Virtual
376 Write the guest channel program and ORB to the I/O region.
427 p-bit setting in the ORB. As a result, self modifying channel
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/cmake/
H A DBuildOptions.cmake51 set(RKAIQ_HAVE_ORB_V1 FALSE CACHE INTERNAL "Build rkaiq's ORB version 1" FORCE)
141 set(RKAIQ_HAVE_ORB_V1 FALSE CACHE INTERNAL "Build rkaiq's ORB version 1" FORCE)
229 set(RKAIQ_HAVE_ORB_V1 FALSE CACHE INTERNAL "Build rkaiq's ORB version 1" FORCE)
309 set(RKAIQ_HAVE_ORB_V1 FALSE CACHE INTERNAL "Build rkaiq's ORB version 1" FORCE)
389 set(RKAIQ_HAVE_ORB_V1 TRUE CACHE INTERNAL "Build rkaiq's ORB version 1" FORCE)
470 set(RKAIQ_HAVE_ORB_V1 FALSE CACHE INTERNAL "Build rkaiq's ORB version 1" FORCE)
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DRkAiqManager.cpp858 APPLY_ANALYZER_RESULT(Orb, ORB); in applyAnalyzerResult()