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.
|
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.
Requires the original image width before the image got rotated in order to rotate the objects correctly.
|
Scale |
Scales the objects.
|
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.
|