FrameAlignerOptions
Inheritance: java.lang.Object
public class FrameAlignerOptions
The frame aligner options
Constructors
| Constructor | Description |
|---|---|
| FrameAlignerOptions() |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| value | int | the 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:
| Parameter | Type | Description |
|---|---|---|
| value | float | the 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:
| Parameter | Type | Description |
|---|---|---|
| value | int | the 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:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | a value indicating whether [modify image]. |