Class FrameAlignerOptions
Class FrameAlignerOptions
Namespace: Aspose.Imaging.FileFormats.Core.Photo
Assembly: Aspose.Imaging.dll (26.2.0)
The frame aligner options
public class FrameAlignerOptionsInheritance
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
ModifyImages
Gets or sets a value indicating whether [modify image].
public bool ModifyImages { get; set; }Property Value
StandardImageIndex
Gets or sets the index of the standard image.
public int StandardImageIndex { get; set; }Property Value
Threshold
Gets or sets the threshold.
public float Threshold { get; set; }