eda_plugin.utility.image_processing.calculatePixel

eda_plugin.utility.image_processing.calculatePixel(posMN, overlap, targetSize, shape)

Get the corresponding pixel start end x/y values to the tile defined by row/column in posMN.

Args:

posMN ([type]): tile as in row/column overlap ([type]): overlap between tiles as defined by getTilePositions targetSize ([type]): Size of the tiles shape ([type]): shape of the tiled image

Returns:

[type]: tuple of start/end x/y pixels of the tile