C# Class Accord.Imaging.Filters.Concatenate

Concatenation filter.
Concatenates two images side by side in a single image.
Inheritance: BaseTransformationFilter
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Méthode Description
Concatenate ( Bitmap overlayImage ) : System.Collections.Generic

Creates a new concatenation filter.

Méthodes protégées

Méthode Description
CalculateNewImageSize ( UnmanagedImage sourceData ) : Size

Calculates new image size.

ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void

Process the filter on the specified image.

Method Details

CalculateNewImageSize() protected méthode

Calculates new image size.
protected CalculateNewImageSize ( UnmanagedImage sourceData ) : Size
sourceData UnmanagedImage
Résultat System.Drawing.Size

Concatenate() public méthode

Creates a new concatenation filter.
public Concatenate ( Bitmap overlayImage ) : System.Collections.Generic
overlayImage System.Drawing.Bitmap The first image to concatenate.
Résultat System.Collections.Generic

ProcessFilter() protected méthode

Process the filter on the specified image.
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void
sourceData UnmanagedImage Source image data.
destinationData UnmanagedImage Destination image data.
Résultat void