C# Class Strabo.Core.SymbolRecognition.Descriptor

Exibir arquivo Open project: spatial-computing/strabo-learning-ocr-transformation Class Usage Examples

Public Methods

Method Description
GetImageVector ( Byte>.Image img, int threshould ) : double[]
SURF_BruteForceMatcher ( byte>.Image model, byte>.Image observed, int hessianThreshould, Emgu.CV.Features2D.SURFDetector &surfCPU ) : List

Method Details

GetImageVector() public method

public GetImageVector ( Byte>.Image img, int threshould ) : double[]
img Byte>.Image
threshould int
return double[]

SURF_BruteForceMatcher() public method

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
return List