Struct cv::ALIKED::Params#
#include <opencv2/features.hpp>Collaboration diagram for cv::ALIKED::Params:
Constructor & Destructor Documentation#
Params()#
cv::ALIKED::Params::Params()
Python:
Member Data Documentation#
backend#
int cv::ALIKED::Params::backend
DNN backend, default DNN_BACKEND_DEFAULT.
engine#
int cv::ALIKED::Params::engine
DNN engine type (dnn::EngineType), default ENGINE_NEW.
inputSize#
Size cv::ALIKED::Params::inputSize
Input image size for the network, default 640x640.
normalizeDescriptors#
bool cv::ALIKED::Params::normalizeDescriptors
Whether to L2-normalize descriptors, default true.
target#
int cv::ALIKED::Params::target
DNN target, default DNN_TARGET_CPU.
Source file#
The documentation for this struct was generated from the following file:
opencv2/features.hpp