Class cv::ALIKED#
ALIKED feature detector and descriptor extractor. View details
#include <opencv2/features.hpp>Collaboration diagram for cv::ALIKED:
Public Member Functions#
Public Member Functions inherited from cv::Feature2D
Return |
Name |
Description |
|---|---|---|
|
|
Computes the descriptors for a set of keypoints detected in an image (first variant) or image set (second variant). |
|
||
|
||
|
||
|
||
|
|
Detects keypoints in an image (first variant) or image set (second variant). |
|
||
|
||
|
Return true if detector object is empty. |
|
|
Reads algorithm parameters from a file storage. |
|
|
||
|
||
|
Stores algorithm parameters in a file storage. |
|
|
Public Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
Clears the algorithm state. |
|
|
Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read. |
|
|
Reads algorithm parameters from a file storage. |
|
|
||
|
|
|
|
Stores algorithm parameters in a file storage. |
|
|
Static Public Member Functions#
Static Public Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
|
Loads algorithm from the file. |
|
|
Loads algorithm from a String. |
|
Reads algorithm from the file node. |
Additional Inherited Members#
Protected Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
Detailed Description#
ALIKED feature detector and descriptor extractor.
ALIKED (A Lightweight Image KEYpoint Detector) is a CNN-based feature detector and descriptor extractor, as described in Zhao23 . It produces 128-dimensional float descriptors and keypoints with sub-pixel accuracy.
The model expects RGB input [1,3,H,W] and internally converts BGR images to RGB.
- Examples
- samples/cpp/stitching_detailed.cpp.
Constructor & Destructor Documentation#
ALIKED()#
cv::ALIKED::ALIKED()
~ALIKED()#
cv::ALIKED::~ALIKED()
Member Function Documentation#
create()#
static Ptr< ALIKED > cv::ALIKED::create(
const String & modelPath,
const ALIKED::Params & params = ALIKED::Params() )
Python:
cv.ALIKED.create(modelPath[, params]) -> retval
cv.ALIKED_create(modelPath[, params]) -> retval
Creates ALIKED from a model file path.
Parameters
modelPath— Path to the ONNX model file.params— ALIKED parameters.
Source file#
The documentation for this class was generated from the following file:
opencv2/features.hpp