HistoQC icon indicating copy to clipboard operation
HistoQC copied to clipboard

Adding Bounding Box feature

Open tasvora opened this issue 3 years ago • 1 comments

[openslide.PROPERTY_NAME_BOUNDS_X]

tasvora avatar Sep 08 '21 14:09 tasvora

i think it essentially involves this file:

https://github.com/choosehappy/HistoQC/blob/9c15c1767de0a9d1d54fa87b3e819a225b0fad00/histoqc/BaseImage.py#L138

and putting the read_region lines within an if-statement, that either the user has selected a bounding_Box = true (in the config.ini) in which case (0,0) becomes the bounding box region, or bounding_box = false in which case it says at (0,0)

choosehappy avatar Sep 30 '22 12:09 choosehappy