Convert objects to image
Creates an image showing all objects in a specified collection.
Description
Creates an image showing all objects in a specified collection. The value (intensity) of each pixel can be based on object (or relative) ID numbers as well as various metrics, such as measurements or relationship counts. Output images will be 32-bit type, except when in "Random colour" or "Single colour" modes, which are 8-bit as the extra precision is not required.
Note: This output method is unable to correctly render overlapping objects (those with any matching coordinates); as such, the output image will show the result for one of objects for these coordinates.
Parameters
Parameter | Description |
---|---|
Input objects | Object collection to convert to an image. All objects will be rendered onto the same output image. |
Output image | Image showing all objects in the input collection. Note: This output method is unable to correctly render overlapping objects (those with any matching coordinates); as such, the output image will show the result for one of objects for these coordinates. |
Output mode | Controls what coordinates are used to represent each object.
|
Colour mode | Method for assigning colour of each object:
|
Single colour mode | When "Colour mode" is set to "Single colour", the input objects will be converted to a binary image. This parameter controls if the output image will have the logic "Black objects, white background" or "White objects, black background". |
Child objects for colour | Object collection used to determine the colour based on number of children per object when "Colour mode" is set to "Child count". These objects will be children of the input objects. |
Measurement | Measurement used to determine the colour when "Colour mode" is set to either "Measurement value" or "Parent measurement value". |
Parent object for colour | Object collection used to determine the colour based on either the ID or measurement value of a parent object when "Colour mode" is set to either "Parent ID" or "Parent measurement value". These objects will be parents of the input objects. |
Partner objects for colour | Object collection used to determine the colour based on number of partners per object when "Colour mode" is set to "Partner count". These objects will be partners of the input objects. |