Class ALIKED
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
ALIKED: deep learning based local feature detector and descriptor (OpenCV 5). Runs an ONNX model through the DNN module. Requires OpenCV built with the dnn module.
public class ALIKED : Feature2D, IDisposable
- Inheritance
-
ALIKED
- Implements
- Inherited Members
Methods
- Create(string, Size?, bool, int, int, int)
Creates ALIKED from a model file path. On Windows, a non-ASCII path is read into memory and passed through CreateFromMemory(byte[], Size?, bool, int, int, int) instead, since the native path overload is marshaled through the ANSI code page.
- CreateFromMemory(byte[], Size?, bool, int, int, int)
Creates ALIKED from an in-memory ONNX model buffer.