Class SaigePhotometricStereoOption
Inheritance
SaigePhotometricStereoOption
Assembly: SaigeVision.ImageProcess.Deep.dll
Syntax
public class SaigePhotometricStereoOption
Constructors
View Source
SaigePhotometricStereoOption(int, int, int, int, int)
Declaration
public SaigePhotometricStereoOption(int elevation = 30, int tileTop = 90, int tileBottom = 270, int tileLeft = 180, int tileRight = 0)
Parameters
| Type |
Name |
Description |
| int |
elevation |
|
| int |
tileTop |
|
| int |
tileBottom |
|
| int |
tileLeft |
|
| int |
tileRight |
|
Properties
View Source
Elevation
촬영 시 이미지 중심점으로부터 조명까지의 고도각 (elevation angle)을 degree 단위로 표현한 값
Declaration
public int Elevation { get; set; }
Property Value
View Source
Tilt_Degree_Bottom
광원의 방향입니다. SetImage 할 때 bottom으로 들어가는 이미지와 매칭되어 설정됩니다.
이미지 우측이 0도, 반시계 방향
Declaration
public int Tilt_Degree_Bottom { get; set; }
Property Value
View Source
Tilt_Degree_Left
광원의 방향입니다. SetImage 할 때 left으로 들어가는 이미지와 매칭되어 설정됩니다.
이미지 우측이 0도, 반시계 방향
Declaration
public int Tilt_Degree_Left { get; set; }
Property Value
View Source
Tilt_Degree_Right
광원의 방향입니다. SetImage 할 때 right으로 들어가는 이미지와 매칭되어 설정됩니다.
이미지 우측이 0도, 반시계 방향
Declaration
public int Tilt_Degree_Right { get; set; }
Property Value
View Source
Tilt_Degree_Top
광원의 방향입니다. SetImage 할 때 top으로 들어가는 이미지와 매칭되어 설정됩니다.
이미지 우측이 0도, 반시계 방향
Declaration
public int Tilt_Degree_Top { get; set; }
Property Value