C# 클래스 Accord.Imaging.Filters.Rectification

Rectification filter for projective transformation.
상속: AForge.Imaging.Filters.BaseTransformationFilter
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
Rectification ( MatrixH homography ) : System.Collections.Generic

Constructs a new Blend filter.

Rectification ( double homography ) : System.Collections.Generic

Constructs a new Blend filter.

보호된 메소드들

메소드 설명
CalculateNewImageSize ( UnmanagedImage sourceData ) : Size

Computes the new image size.

ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void

Process the image filter.

메소드 상세

CalculateNewImageSize() 보호된 메소드

Computes the new image size.
protected CalculateNewImageSize ( UnmanagedImage sourceData ) : Size
sourceData AForge.Imaging.UnmanagedImage
리턴 System.Drawing.Size

ProcessFilter() 보호된 메소드

Process the image filter.
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void
sourceData AForge.Imaging.UnmanagedImage
destinationData AForge.Imaging.UnmanagedImage
리턴 void

Rectification() 공개 메소드

Constructs a new Blend filter.
public Rectification ( MatrixH homography ) : System.Collections.Generic
homography MatrixH The homography matrix mapping a second image to the overlay image.
리턴 System.Collections.Generic

Rectification() 공개 메소드

Constructs a new Blend filter.
public Rectification ( double homography ) : System.Collections.Generic
homography double The homography matrix mapping a second image to the overlay image.
리턴 System.Collections.Generic