C# Класс Strabo.Core.SymbolRecognition.Descriptor

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetImageVector ( Byte>.Image img, int threshould ) : double[]
SURF_BruteForceMatcher ( byte>.Image model, byte>.Image observed, int hessianThreshould, Emgu.CV.Features2D.SURFDetector &surfCPU ) : List

Описание методов

GetImageVector() публичный Метод

public GetImageVector ( Byte>.Image img, int threshould ) : double[]
img Byte>.Image
threshould int
Результат double[]

SURF_BruteForceMatcher() публичный Метод

public SURF_BruteForceMatcher ( byte>.Image model, byte>.Image observed, int hessianThreshould, Emgu.CV.Features2D.SURFDetector &surfCPU ) : List
model byte>.Image
observed byte>.Image
hessianThreshould int
surfCPU Emgu.CV.Features2D.SURFDetector
Результат List