• 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<TOption>
    • IImageProcessBaseResult<TResult>
    • SaigePhotometricStereoExeption
  • SaigeVision.ImageProcess.Deep.Core
    • CalculataionFlags
    • ModeFlags
    • NativeMethod
    • ShaderFlags
  • SaigeVision.ImageProcess.Deep.PhotometricStereo
    • SaigePhotometricStereo
    • SaigePhotometricStereoOption
  • SaigeVision.ImageProcess.ImageProcess
    • ImageSynthesis

Class SaigePhotometricStereo

Inheritance
object
SaigePhotometricStereo
Implements
IImageProcessBaseOption<SaigePhotometricStereoOption>
IDisposable
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 SaigePhotometricStereo : IImageProcessBaseOption<SaigePhotometricStereoOption>, IDisposable

Constructors

View Source

SaigePhotometricStereo(int, CalculataionFlags)

Declaration
public SaigePhotometricStereo(int GPUIndex, CalculataionFlags calculataionFlag)
Parameters
Type Name Description
int GPUIndex
CalculataionFlags calculataionFlag

Properties

View Source

Option

Declaration
public SaigePhotometricStereoOption Option { get; set; }
Property Value
Type Description
SaigePhotometricStereoOption

Methods

View Source

Dispose()

Declaration
public void Dispose()
View Source

GetOptions()

Declaration
public SaigePhotometricStereoOption GetOptions()
Returns
Type Description
SaigePhotometricStereoOption
View Source

GetResultImage()

Declaration
public Bitmap GetResultImage()
Returns
Type Description
Bitmap
View Source

Inspection()

Declaration
public void Inspection()
View Source

SetImage(Bitmap, Bitmap, Bitmap, Bitmap)

Declaration
public void SetImage(Bitmap top, Bitmap right, Bitmap left, Bitmap bottom)
Parameters
Type Name Description
Bitmap top
Bitmap right
Bitmap left
Bitmap bottom
View Source

SetOptions(SaigePhotometricStereoOption)

Declaration
public bool SetOptions(SaigePhotometricStereoOption option)
Parameters
Type Name Description
SaigePhotometricStereoOption option
Returns
Type Description
bool

Implements

IImageProcessBaseOption<TOption>
System.IDisposable
  • View Source
In This Article
Back to top Generated by DocFX