Package qupathj
Class QuPath_Send_Overlay_to_QuPath
java.lang.Object
qupathj.QuPath_Send_Overlay_to_QuPath
- All Implemented Interfaces:
PlugIn
ImageJ plugin for sending back all the ROIs on an ImageJ overlay to QuPath.
Optionally measure the ROIs first, and include the measurements as features.
- Author:
- Pete Bankhead
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List
<PathObject> createObjectsFromROIs
(ImagePlus imp, Collection<? extends Roi> rois, double downsample, boolean asDetection, boolean includeMeasurements, ImagePlane plane) Turn an array of ImageJ ROIs into a list of QuPath PathObjects, optionally adding measurements as well.static List
<PathObject> createPathObjectsFromROIs
(ImagePlus imp, Roi[] rois, ImageServer<?> server, double downsample, boolean asDetection, boolean includeMeasurements, ImagePlane plane) Deprecated.void
-
Constructor Details
-
QuPath_Send_Overlay_to_QuPath
public QuPath_Send_Overlay_to_QuPath()
-
-
Method Details
-
run
-
createPathObjectsFromROIs
@Deprecated public static List<PathObject> createPathObjectsFromROIs(ImagePlus imp, Roi[] rois, ImageServer<?> server, double downsample, boolean asDetection, boolean includeMeasurements, ImagePlane plane) Deprecated.Legacy method to turn an array of ImageJ ROIs into a list of QuPath PathObjects, optionally adding measurements as well.- Parameters:
imp
-rois
-server
-downsample
-asDetection
-includeMeasurements
-plane
-- Returns:
-
createObjectsFromROIs
public static List<PathObject> createObjectsFromROIs(ImagePlus imp, Collection<? extends Roi> rois, double downsample, boolean asDetection, boolean includeMeasurements, ImagePlane plane) Turn an array of ImageJ ROIs into a list of QuPath PathObjects, optionally adding measurements as well.- Parameters:
imp
-rois
-downsample
-asDetection
-includeMeasurements
-plane
-- Returns:
- Since:
- v0.4.0
-
createObjectsFromROIs(ImagePlus, Collection, double, boolean, boolean, ImagePlane)