Home
last modified time | relevance | path

Searched refs:VGG_120 (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.cpp47 VGG::create(VGG::VGG_120, 1.4f, true, true, 48.0f, false),
180 VGG::create(VGG::VGG_120, 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
362 CV_WRAP static Ptr<VGG> create( int desc = VGG::VGG_120, float isigma = 1.4f,
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/src/
H A Dvgg.cpp490 case VGG::VGG_120: in VGG_Impl()