Class SaigePhotometricStereoExeption
Photometric Stereo 사용 시 나타나는 장애를 표현합니다.
Inheritance
SaigePhotometricStereoExeption
Assembly: SaigeVision.ImageProcess.Deep.dll
Syntax
public class SaigePhotometricStereoExeption : Exception, ISerializable, _Exception
Constructors
View Source
SaigePhotometricStereoExeption()
Declaration
public SaigePhotometricStereoExeption()
View Source
SaigePhotometricStereoExeption(int)
Declaration
public SaigePhotometricStereoExeption(int errnum)
Parameters
| Type |
Name |
Description |
| int |
errnum |
|
View Source
SaigePhotometricStereoExeption(string)
Declaration
public SaigePhotometricStereoExeption(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
View Source
SaigePhotometricStereoExeption(string, Exception)
Declaration
public SaigePhotometricStereoExeption(string message, Exception inner)
Parameters
Implements