|
GoWebScan API
|
Represents parameters of the detection algorithm.

Public Attributes | |
| k32s | detectionColumns |
| Threshold for minimum number of non-null columns to trigger start of board. | |
| GoWebScanDetectionStyle | detectionStyle |
| Method for triggering start of board. | |
| kSSize | marginRows |
| Size of top and bottom margin added to detected board output. | |
| kSSize | maxRows |
| Maximum number of rows of detected board. | |
| kSSize | minGapRows |
| Minimum number of rows between consecutive detected boards. | |
| kSSize | minRows |
| Minimum number of rows of detected board. | |
| kSSize | tileColumns |
| Expected width of input web tiles. | |
| kSSize | tileRows |
| Expected length of input web tiles. | |