FindPoints Polygons is similar to 2D Object Finder. It segments image data by assuming that pixels with zero intensity are not part of the features of interest and that the parts with positive intensity are. The edges of the features of interest are then traced and recorded as polygonal cross-sections. FindPoints Polygons has two additional capabilities:
FindPoints Polygons' user interface uses the same set of controls for selecting and processing a region as other Priism applications. There are additional controls to enter the name of the polygon (.Pol) file and the name of cross-section association (.Vol) file. The "exclude edge objs" toggle and "edge size" field control how objects which intersect the edges of an image are handled; these controls can be useful as a workaround for edge artifacts in the input images. The coarseness of the polygonal cross-sections, which has a strong effect on the time needed to manipulate the polygons in other programs, is set from the "dist between pts" field. If the input is to be treated as a binary mask (a positive value marks the pixels in the object of interest and a value of zero marks the pixels outside that object), then turn the "Separate by mask" toggle off. If the input has different regions marked by different positive values and you want to distinguish those regions in the output, turn the "Separate by mask" toggle on.
Overview | Region processing | Edges | Point distance
2D Object Finder | Edit Polygon | Find Points | Region Growing | Volume Builder | SurfHarmMod | 3DModel | Clouds | Priism
When the "exclude edge objs" toggle is on, points within n pixels of the sides of the images are marked as not belonging to any object and will not be inside the polygons that are traced by FindPoints Polygons. The value of n is set in the "edge size" field.
Exclusion of the edge pixels is typically done to work around edge artifacts introduced in image processing.
Overview | Region processing | Edges | Point distance
Adjacent points in the polygonal cross-sections are separated by the distance, in pixels, from the "dist between pts" field. Using a larger value gives coarser polygons but decreases the computational and drawing effort for programs that will use the polygons.
Overview | Region processing | Edges | Point distance