Click or drag to resize
XDL

XGCPSets Methods

The XGCPSets type exposes the following members.

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