Click or drag to resize
XDL

eResampleMethod Enumeration

영상처리 중 영상 재배열 방법(Resample Method)을 열거한다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public enum eResampleMethod
Members
  Member nameValueDescription
Nearest0 지정된 픽셀 위치에서 가장 근접한 픽셀로 재배열을 수행.
BiLinear1 지정된 픽셀 위치에서 가장 근접한 4개의 픽셀을 거리에 따른 가중치를 적용하여 재배열을 수행.
Cubic2 지정된 픽셀 위치에서 가장 근접한 16개의 픽셀을 거리에 따른 가중치를 적용하여 재배열을 수행.
See Also