Dear all,
May I ask you a question about Delaunay spatial analysis, please?
I have 4 different classes in cell detections. I would like to measure the distance between two specific classes. For example, the distance between “Tumor” and “Stroma”.
What should I add more in below, please?
Thanks a lot
selectDetections();
getDetectionObjects().findAll{it.getParent().getPathClass() == getPathClass("Tumor")}
runPlugin('qupath.opencv.features.DelaunayClusteringPlugin', '{"distanceThresholdMicrons": 0.0, "limitByClass": false, "addClusterMeasurements": true}');