C# Class ResampleTest.ResamplingService

A class for image resampling with custom filters.
Afficher le fichier Open project: spiiin/CadEditor Class Usage Examples

Méthodes publiques

Méthode Description
Resample ( ushort input, int nWidth, int nHeight ) : ].ushort[][

Resamples input array to a new array using current resampling filter.

Method Details

Resample() public méthode

Resamples input array to a new array using current resampling filter.
public Resample ( ushort input, int nWidth, int nHeight ) : ].ushort[][
input ushort Input array.
nWidth int Width of the output array.
nHeight int Height of the output array.
Résultat ].ushort[][