FrameAlignerOptions

Inheritance: java.lang.Object

public class FrameAlignerOptions

The frame aligner options

Constructors

ConstructorDescription
FrameAlignerOptions()

Methods

MethodDescription
getStandardImageIndex()Gets the index of the standard image.
setStandardImageIndex(int value)Sets the index of the standard image.
getThreshold()Gets the threshold.
setThreshold(float value)Sets the threshold.
getMaxOffset()Gets the maximum offset.
setMaxOffset(int value)Sets the maximum offset.
getModifyImages()Gets a value indicating whether [modify image].
setModifyImages(boolean value)Sets a value indicating whether [modify image].

FrameAlignerOptions()

public FrameAlignerOptions()

getStandardImageIndex()

public final int getStandardImageIndex()

Gets the index of the standard image.

Value: The index of the standard image.

Returns: int - the index of the standard image.

setStandardImageIndex(int value)

public final void setStandardImageIndex(int value)

Sets the index of the standard image.

Value: The index of the standard image.

Parameters:

ParameterTypeDescription
valueintthe index of the standard image.

getThreshold()

public final float getThreshold()

Gets the threshold.

Value: The threshold.

Returns: float - the threshold.

setThreshold(float value)

public final void setThreshold(float value)

Sets the threshold.

Value: The threshold.

Parameters:

ParameterTypeDescription
valuefloatthe threshold.

getMaxOffset()

public final int getMaxOffset()

Gets the maximum offset.

Value: The maximum offset.

Returns: int - the maximum offset.

setMaxOffset(int value)

public final void setMaxOffset(int value)

Sets the maximum offset.

Value: The maximum offset.

Parameters:

ParameterTypeDescription
valueintthe maximum offset.

getModifyImages()

public final boolean getModifyImages()

Gets a value indicating whether [modify image].

Value: true if [modify image]; otherwise, false.

Returns: boolean - a value indicating whether [modify image].

setModifyImages(boolean value)

public final void setModifyImages(boolean value)

Sets a value indicating whether [modify image].

Value: true if [modify image]; otherwise, false.

Parameters:

ParameterTypeDescription
valuebooleana value indicating whether [modify image].