C# 클래스 Strabo.Core.SymbolRecognition.Descriptor

파일 보기 프로젝트 열기: spatial-computing/strabo-learning-ocr-transformation 1 사용 예제들

공개 메소드들

메소드 설명
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