C# Класс Accord.Imaging.Filters.Rectification

Rectification filter for projective transformation.
Наследование: AForge.Imaging.Filters.BaseTransformationFilter
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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