Operation: filter long objects
The operation filters objects from a results table by width of the
bounding rectangle, circularity and ratio of width and height of
the bounding rectangle (height times factor > width). The input
table must contain the measurements: centroid, bounding box and
circularity. The result table will contain the centroids of the
objects that fullfil the conditions.
Options

min size: The minimal width of the bounding box
min circularity: The minimal circularity.
min size-height factor: The width of the bounding box must at least be factor times longer than the height.
Parameter
The only parameter is the input results table.
Results
The output is the filtered results table.