square_region¶
-
sitelle.region.square_region(x, y, b)¶ Computes a square region of size b*b
Parameters: - x (int) – abscisse of the bottom left corner of the square
- y (int) – ordonate of the bottom left corner of the square
- b (int) – size of the square
Returns: region – The corresponding region
Return type: tuple