C# 클래스 Accord.Imaging.BlockMatch

Block match class keeps information about found block match. The class is used with block matching algorithms implementing IBlockMatching interface.
파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
BlockMatch ( IntPoint sourcePoint, IntPoint matchPoint, float similarity ) : System

Initializes a new instance of the BlockMatch class.

메소드 상세

BlockMatch() 공개 메소드

Initializes a new instance of the BlockMatch class.
public BlockMatch ( IntPoint sourcePoint, IntPoint matchPoint, float similarity ) : System
sourcePoint IntPoint Reference point in source image.
matchPoint IntPoint Match point in search image (point of a found match).
similarity float Similarity between blocks in source and search images, [0..1].
리턴 System