C# Class ResampleTest.ResamplingService

A class for image resampling with custom filters.
Datei anzeigen Open project: spiiin/CadEditor Class Usage Examples

Public Methods

Method Description
Resample ( ushort input, int nWidth, int nHeight ) : ].ushort[][

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

Method Details

Resample() public method

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.
return ].ushort[][