• Getting Started
  • Api Documentation
  • Release Notes
Show / Hide Table of Contents
  • SaigeVision.ImageProcess
    • BackgroundColorFlags
    • ColorDirectionFlags
    • ConvertImage
    • ConvertImageOption
    • ConvertImageResult
    • CropImage
    • CropImageOption
    • CropImageResult
    • DirectionFlags
    • FindCircle
    • FindCircleOption
    • FindCircleResult
    • FindLine
    • FindLineOption
    • FindLineResult
    • IImageProcessBase
    • IImageProcessBaseOption<TOption>
    • IImageProcessBaseResult<TResult>
    • ImageProcessBase
    • ImageSynthesisOption
    • ImageSynthesisResult
    • SaigeCalculator
    • SynthesisFlags
    • ThresholdFlags
  • SaigeVision.ImageProcess.Core
    • ErrorTypeFlags
    • NativeMethod
    • SaigeCircle
    • SaigePoint
    • SaigeRectangle
  • SaigeVision.ImageProcess.Deep
    • IImageProcessBase
    • IImageProcessBaseOption<TAnalyzeOption, UResultOption>
    • IImageProcessBaseResult<TResult>
    • SaigePhotometricStereoExeption
  • SaigeVision.ImageProcess.Deep.Core
    • CalculataionFlags
    • ModeFlags
    • NativeMethod
    • ShaderFlags
  • SaigeVision.ImageProcess.Deep.PhotometricStereo
    • SaigePhotometricStereo
    • SaigePhotometricStereoOption
    • SaigePhotometricStereoResultImageOption
  • SaigeVision.ImageProcess.ImageProcess
    • ImageSynthesis

Class SaigePhotometricStereoOption

Inheritance
object
SaigePhotometricStereoOption
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SaigeVision.ImageProcess.Deep.PhotometricStereo
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
Type Description
int
View Source

Tilt_Degree_Bottom

광원의 방향입니다. SetImage 할 때 bottom으로 들어가는 이미지와 매칭되어 설정됩니다. 이미지 우측이 0도, 반시계 방향

Declaration
public int Tilt_Degree_Bottom { get; set; }
Property Value
Type Description
int
View Source

Tilt_Degree_Left

광원의 방향입니다. SetImage 할 때 left으로 들어가는 이미지와 매칭되어 설정됩니다. 이미지 우측이 0도, 반시계 방향

Declaration
public int Tilt_Degree_Left { get; set; }
Property Value
Type Description
int
View Source

Tilt_Degree_Right

광원의 방향입니다. SetImage 할 때 right으로 들어가는 이미지와 매칭되어 설정됩니다. 이미지 우측이 0도, 반시계 방향

Declaration
public int Tilt_Degree_Right { get; set; }
Property Value
Type Description
int
View Source

Tilt_Degree_Top

광원의 방향입니다. SetImage 할 때 top으로 들어가는 이미지와 매칭되어 설정됩니다. 이미지 우측이 0도, 반시계 방향

Declaration
public int Tilt_Degree_Top { get; set; }
Property Value
Type Description
int
  • View Source
In This Article
Back to top Generated by DocFX