This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| From https://forum.image.sc/t/qupath-multiple-image-alignment-and-object-transfer/35521/2 | |
| 0.2.0m9 | |
| If you have annotations within annotations, you may get duplicates. Ask on the forum or change the def pathObjects line. | |
| To use, have all objects desired in one image, and alignment files in the Affine folder within your project folder. | |
| If you have not saved those, this script will not work. | |
| It will use ALL of the affine transforms in that folder to transform the objects in the current image to the destination images | |
| that are named after the affine files. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * A basic GUI to help monitor memory usage in QuPath. | |
| * | |
| * This helps both to find & address out-of-memory troubles by | |
| * 1. Showing how much memory is in use over time | |
| * 2. Giving a button to clear the tile cache - which can be | |
| * using up precious memory | |
| * 3. Giving quick access to control the number of threads used | |
| * for parallel processing | |
| * |