| 
            
              XDMBandImageSharpenDoPCASharpenPreProcess Method
             | 
          
        
         제1주성분의 최소/최대 화소값과 PCA 성분을 역변환한 데이타 각각의 최소/최대 화소값을 미리 계산한다. 
        
        Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.40
Syntaxpublic bool DoPCASharpenPreProcess(
	XThread thd
)
Parameters
- thd  XThread
 -  Thread, thread 다이얼로그가 필요하지 않으면 null 로 설정한다. 
 
Return Value
Boolean 성공이면 true, 실패이면 false
See Also