Dear all,
I am new in image processing and my project is counting the percentage of tumoral cells with deep Learning approach, my question is : what is the best way to use qupath in this context ?
my naive steps are the Following :
1- read ndpi image
2- extract régions of interest of 2000 x 2000 pixels as PNG file
3- the expert annotate each file with the counting tool and save the points
4- use python script to generate masks from the text file of the annotations points
Now i want to split the 2000 x 2000 image in patches of 256 x 256 png format, how qupath do that ?
P.S : i tried qupath to export annotations and masks from points of counting tool but the script didn't work, i think it works just with annotations.
Thank you