Class MiniViewers

java.lang.Object
qupath.lib.gui.commands.MiniViewers

public class MiniViewers extends Object
Command to open a small viewer window, which displays a detail from the current image depending on where the cursor is over the image.

In QuPath <= v0.1.2, this gave a single QuPathViewer that updated its display based on a main viewer. Now, it has been rewritten to provide a more efficient paintable canvas (not a full QuPathViewer) and is capable of showing separated color channels.

Author:
Pete Bankhead