C# 클래스 ResampleTest.ResamplingService

A class for image resampling with custom filters.
파일 보기 프로젝트 열기: spiiin/CadEditor 1 사용 예제들

공개 메소드들

메소드 설명
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[][