Click or drag to resize
XDL

XGCPSets Methods

The XGCPSets type exposes the following members.

Methods
  Name Description
Public method AddGCP GCP 인스턴스를 GCP Set에 추가한다.
Public method GetGCP 입력 인덱스에 해당하는 XGCP 인스턴스를 얻는다.
Public method GetNumGCP GCP Set에 있는 GCP 개수를 얻는다.
Public method GetWarpCoeffImg2Map(eWarpMethod) GCP Set에 있는 GCP를 이용하여 영상 좌표에서 지리 좌표로 변환할 때 필요한 Warping 계수를 반환한다.
Public method GetWarpCoeffImg2Map(eWarpMethod, Double, Double, Double, Double, Double) GCP Set에 있는 GCP를 이용하여 이미지 좌표에서 지리좌표로 변환할 때 필요한 Warping 계수(XWarpCoeff 객체의 정의)들을 얻을 수 있다. 또한, 계산된 Warping계수와 XGCP지점 간에 오차와 전체에 대한 RMS오차를 계산하여 반환한다.
Public method GetWarpCoeffMap2Img(eWarpMethod) GCP Set에 있는 GCP를 이용하여 지리 좌표에서 영상 좌표로 변환할 때 필요한 Warping 계수(XWarpCoeff객체의 정의)들을 얻을 수 있다.
Public method GetWarpCoeffMap2Img(eWarpMethod, Double, Double, Double, Double, Double) GCP Set에 있는 GCP를 이용하여 지리 좌표에서 영상 좌표로 변환할 때 필요한 Warping 계수(XWarpCoeff객체에 정의)들을 얻을 수 있다.
Public method LoadGCPSet XML 형식의 파일로부터 GCP를 읽어 추가한다.
Public method Remove GCP Set에 있는 특정 GCP를 삭제한다.
Public method RemoveAllGCP GCP Set에 있는 모든 GCP를 삭제한다.
Public method SaveGCPSet GCP Set의 데이터 및 정보를 파일로 저장한다.
Top
See Also