/
Alx89
/
OpenCV
Обзор
Документация
Войти
/
Alx89
/
OpenCV
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
4.x
modules/features2d/misc/python/pyopencv_features2d.hpp
9 строк
464 B
Hamdi Sahloul
Generate enum bindings automatically
28 сен 2018, 09:39
28 сен 2018, 09:39
e104fcc
Код
Авторство
О чём код?
#ifdef HAVE_OPENCV_FEATURES2D typedef SimpleBlobDetector::Params SimpleBlobDetector_Params; typedef AKAZE::DescriptorType AKAZE_DescriptorType; typedef AgastFeatureDetector::DetectorType AgastFeatureDetector_DetectorType; typedef FastFeatureDetector::DetectorType FastFeatureDetector_DetectorType; typedef DescriptorMatcher::MatcherType DescriptorMatcher_MatcherType; typedef KAZE::DiffusivityType KAZE_DiffusivityType; typedef ORB::ScoreType ORB_ScoreType; #endif