dodal.devices.oav.grid_overlay#

Classes

Functions

add_grid_border_overlay_to_image(image, ...)

param image:

add_grid_overlay_to_image(image, top_left_x, ...)

param image:

dodal.devices.oav.grid_overlay.add_grid_border_overlay_to_image(image: Image, top_left_x: int, top_left_y: int, box_width: int, num_boxes_x: int, num_boxes_y: int)[source]#
Parameters:
  • image (Image)

  • top_left_x (int)

  • top_left_y (int)

  • box_width (int)

  • num_boxes_x (int)

  • num_boxes_y (int)

dodal.devices.oav.grid_overlay.add_grid_overlay_to_image(image: Image, top_left_x: int, top_left_y: int, box_width: int, num_boxes_x: int, num_boxes_y: int)[source]#
Parameters:
  • image (Image)

  • top_left_x (int)

  • top_left_y (int)

  • box_width (int)

  • num_boxes_x (int)

  • num_boxes_y (int)