Overview
Here’s an overview of the general concepts in QuPath:
Your images may (and probably should) be organized in a
ProjectEach image in the project is represented by a
ProjectImageEntryWhen you open a
ProjectImageEntry, you get anImageDatadisplayed in the viewerThe
ImageDatastores a few things, including:The
ImageType(e.g. Brightfield, Fluorescence)Any
ColorDeconvolutionStainsrequired (if brightfield)An
ImageServer, for accessing pixels and metadataA
PathObjectHierarchy, containingPathObjectsin a tree-like structureEach
PathObjectcontains aROIand aMeasurementList
When you analyze an image in QuPath, you take your ImageData, access pixels from the ImageServer and try to represent what the image contains in the PathObjectHierarchy.
Then you query the object hierarchy to extract some kind of summary measurements.