java.lang.Object | |
↳ | com.datalogic.decode.configuration.SnapOcrRoiSettings.ReferenceRoi |
The reference ROI inside of which, all the ROIs are defined.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the configured Reference ROI height.
| |||||||||||
Gets the configured Reference ROI width.
| |||||||||||
Sets the desired Reference ROI height.
| |||||||||||
Sets the desired Reference ROI width.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Default constructor.
width | Reference ROI width (in pixels). |
---|---|
height | Reference ROI height (in pixels). |
Gets the configured Reference ROI height.
Gets the configured Reference ROI width.
Sets the desired Reference ROI height.
height | The desired Reference ROI height. |
---|
Sets the desired Reference ROI width.
width | The desired Reference ROI width. |
---|