class |
AbstractObjectFilter |
Ancestor for image object filters.
|
class |
AddDefaultLabel |
For inserting a default label if missing.
|
class |
AttachMetaData |
Attaches the specified meta-data value.
|
class |
AttachOverlappingMetaData |
Attaches meta-data from the stored report
|
class |
ClipBoundingBoxes |
Ensures that bounding boxes fall within the image boundaries.
|
class |
KeepEnclosed |
Uses the outlines of annotations with the specified label to filter out any objects that aren't enclosed by these.
|
class |
MakeSquare |
Generates a square bounding box around the current center of the bounding box.
Discards any polygon data.
|
class |
MergeOverlaps |
Merges overlapping objects into single object.
|
class |
OffsetIndex |
Offsets the object index.
|
class |
PassThrough |
Dummy, just returns the incoming object list.
|
class |
RemoveDuplicatePolygonPoints |
Removes duplicate points from polygons, e.g., introduced during scaling.
|
class |
RemovePolygons |
Removes polygon information.
|
class |
RenameLabels |
For renaming labels in the meta-data, stored under a specific key.
The rules for renaming are specified: old=new.
|
class |
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.
|
class |
Scale |
Scales the objects.
|
class |
TransformMetaData |
Transforms the specified meta-data using the referenced callable actor.
|
class |
Translate |
Translates the objects by the specified X and Y.
|
class |
UpdateBoundsFromPolygon |
If polygon available, updates x//width/height with bounds of polygon.
|