java.lang.Object | |
↳ | com.datalogic.decode.configuration.SnapOcrRoiSettings.InternalRoi |
A single ROI inside of the reference ROI. This ROI is used the specify a portion of the frame inside of which the OCR text is decoded.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the configured height.
| |||||||||||
Gets the configured width.
| |||||||||||
Gets the configured X position.
| |||||||||||
Gets the configured Y position.
| |||||||||||
Gets the configured regular expression for filtering.
| |||||||||||
Sets the desired height.
| |||||||||||
Sets the desired width.
| |||||||||||
Sets the desired X position.
| |||||||||||
Sets the desired Y position.
| |||||||||||
Sets the desired regular expression for filtering.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Default constructor.
percentageX | X position of this internal ROI. This is expressed in percentage of the reference ROI width. |
---|---|
percentageY | Y position of this internal ROI. This is expressed in percentage of the reference ROI height. |
percentageWidth | Width of this internal ROI. This is expressed in percentage of the reference ROI width. |
percentageHeight | Height of this internal ROI. This is expressed in percentage of the reference ROI height. |
regexFilter | Regular expression to filter the result of this ROI. |
Gets the configured height.
Gets the configured width.
Gets the configured X position.
Gets the configured Y position.
Gets the configured regular expression for filtering.
Sets the desired height.
percentageHeight | The desired height in percentage of the Reference ROI height. |
---|
Sets the desired width.
percentageWidth | The desired width in percentage of the Reference ROI width. |
---|
Sets the desired X position.
percentageX | The desired X position in percentage of the Reference ROI width. |
---|
Sets the desired Y position.
percentageY | The desired Y position in percentage of the Reference ROI height. |
---|
Sets the desired regular expression for filtering.
regexFilter | The desired regular expression used to filter the OCR result inside this ROI. |
---|