Home
last modified time | relevance | path

Searched refs:VGG_64 (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/cmake/
H A Ddownload_vgg.cmake4 set(ids VGG_48 VGG_64 VGG_80 VGG_120)
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/test/
H A Dtest_rotation_and_scale_invariance.cpp59 VGG::create(VGG::VGG_64, 1.4f, true, true, 48.0f, false),
192 VGG::create(VGG::VGG_64, 1.4f, true, true, 48.0f, false),
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/include/opencv2/
H A Dxfeatures2d.hpp359 VGG_120 = 100, VGG_80 = 101, VGG_64 = 102, VGG_48 = 103, enumerator
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/src/
H A Dvgg.cpp504 case VGG::VGG_64: in VGG_Impl()