open fun setROI(): Unit
Overrides ISikuliRegion.setROI
Sets the Region of Interest, mainly used to speed up searches.
open fun setROI(rect: Rectangle): Unit
Overrides ISikuliRegion.setROI
Sets the Region of Interest, mainly used to speed up searches.
rect
- Sets the ROI to this rectangle.
open fun setROI(region: Region): Unit
Overrides ISikuliRegion.setROI
Sets the Region of Interest, mainly used to speed up searches.
region
- Sets the ROI to this region.
open fun setROI(X: Int, Y: Int, W: Int, H: Int): Unit
Overrides ISikuliRegion.setROI
Sets the Region of Interest, mainly used to speed up searches.
X
- x coordinate of top left corner of ROI