C# Класс ResampleTest.ResamplingService

A class for image resampling with custom filters.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Resample ( ushort input, int nWidth, int nHeight ) : ].ushort[][

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

Описание методов

Resample() публичный Метод

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.
Результат ].ushort[][