Class FrameAlignerOptions

Class FrameAlignerOptions

Namespace: Aspose.Imaging.FileFormats.Core.Photo
Assembly: Aspose.Imaging.dll (26.2.0)

The frame aligner options

public class FrameAlignerOptions

Inheritance

object FrameAlignerOptions

Inherited Members

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

FrameAlignerOptions()

public FrameAlignerOptions()

Properties

MaxOffset

Gets or sets the maximum offset.

public int MaxOffset { get; set; }

Property Value

int

ModifyImages

Gets or sets a value indicating whether [modify image].

public bool ModifyImages { get; set; }

Property Value

bool

StandardImageIndex

Gets or sets the index of the standard image.

public int StandardImageIndex { get; set; }

Property Value

int

Threshold

Gets or sets the threshold.

public float Threshold { get; set; }

Property Value

float