Class SaigePhotometricStereo
Inheritance
object
SaigePhotometricStereo
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 SourceSaigePhotometricStereo(int, CalculataionFlags)
Declaration
public SaigePhotometricStereo(int GPUIndex, CalculataionFlags calculataionFlag)
Parameters
| Type | Name | Description |
|---|---|---|
| int | GPUIndex | |
| CalculataionFlags | calculataionFlag |
Properties
View SourceOption
Declaration
public SaigePhotometricStereoOption Option { get; set; }
Property Value
| Type | Description |
|---|---|
| SaigePhotometricStereoOption |
Methods
View SourceDispose()
Declaration
public void Dispose()
GetOptions()
Declaration
public SaigePhotometricStereoOption GetOptions()
Returns
| Type | Description |
|---|---|
| SaigePhotometricStereoOption |
GetResultImage()
Declaration
public Bitmap GetResultImage()
Returns
| Type | Description |
|---|---|
| Bitmap |
Inspection()
Declaration
public void Inspection()
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 |
SetOptions(SaigePhotometricStereoOption)
Declaration
public bool SetOptions(SaigePhotometricStereoOption option)
Parameters
| Type | Name | Description |
|---|---|---|
| SaigePhotometricStereoOption | option |
Returns
| Type | Description |
|---|---|
| bool |
Implements
System.IDisposable