| AbstractObjectFilter |
Ancestor for image object filters.
|
| AddDefaultLabel |
For inserting a default label if missing.
|
| AttachMetaData |
Attaches the specified meta-data value.
|
| AttachOverlappingMetaData |
Attaches meta-data from the stored report
|
| ClipBoundingBoxes |
Ensures that bounding boxes fall within the image boundaries.
|
| KeepEnclosed |
Uses the outlines of annotations with the specified label to filter out any objects that aren't enclosed by these.
|
| MakeSquare |
Generates a square bounding box around the current center of the bounding box.
Discards any polygon data.
|
| MergeOverlaps |
Merges overlapping objects into single object.
|
| MergeOverlapsHelper |
Helper class for merging object overlaps.
|
| OffsetIndex |
Offsets the object index.
|
| PassThrough |
Dummy, just returns the incoming object list.
|
| PolygonVertexLengths |
Calculates the lengths of the polygon's vertices and stores them in
the object's meta-data as comma-separated list.
|
| RemoveDuplicatePolygonPoints |
Removes duplicate points from polygons, e.g., introduced during scaling.
|
| RemovePolygons |
Removes polygon information.
|
| RenameLabels |
For renaming labels in the meta-data, stored under a specific key.
The rules for renaming are specified: old=new.
|
| Rotate |
Rotates the objects using the specified degrees (90 degree increments only).
Requires the original image width before the image got rotated in order to rotate the objects correctly.
|
| Scale |
Scales the objects.
|
| SimplifyPolygons |
Simplifies polygons, i.e., to use fewer points.
|
| SimplifyPolygons.PPoint |
Container class for the simplification.
|
| TransformMetaData |
Transforms the specified meta-data using the referenced callable actor.
|
| Translate |
Translates the objects by the specified X and Y.
|
| UpdateBoundsFromPolygon |
If polygon available, updates x//width/height with bounds of polygon.
|