I have vector layer which looks like this:
It is result of raster classification, vectorization and finally Minimum Bounding Box Geometry. What I need is, that maximum "height" of one polygon is for example 20 cm. It means the small rectangles stay the same as they are smaller than this threshold, but the "long ones" divide into several smaller polygons. After I will create centroids and count number of these polygons in one row, so first I need to have the small polygon segments.